Package org.foray.fotree.fo.obj

Examples of org.foray.fotree.fo.obj.TableHeader


            final Table table = parentTable(enumeration, parent, locator);
            return new TableFooter(table, propertyList);
        }
        case TABLE_HEADER: {
            final Table table = parentTable(enumeration, parent, locator);
            return new TableHeader(table, propertyList);
        }
        case TABLE_ROW: {
            return new TableRow(parent, propertyList,
                    false);
        }
View Full Code Here

TOP

Related Classes of org.foray.fotree.fo.obj.TableHeader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.