Uses of Class
org.foray.fotree.fo.obj.AbstractTablePart

Packages that use AbstractTablePart
org.foray.fotree.fo.obj Classes representing the various Formatting Objects in the fo: namespace. 
 

Uses of AbstractTablePart in org.foray.fotree.fo.obj
 

Subclasses of AbstractTablePart in org.foray.fotree.fo.obj
 class TableBody
          A "table-body" object in XSL-FO.
 class TableFooter
          A "table-footer" object in XSL-FO.
 class TableHeader
          A "table-header" object in XSL-FO.
 

Constructors in org.foray.fotree.fo.obj with parameters of type AbstractTablePart
TableCell(AbstractTablePart parent, PropertyList propertyList)
          Constructor for the case where the actual parent of the table-cell is the table-body, table-header, or table-footer.
 



Copyright © 2017. All rights reserved.