com.spire.doc.pages
Class BodyLayoutElement
java.lang.Object
com.spire.doc.pages.LayoutElement
com.spire.doc.pages.BodyLayoutElement
- Direct Known Subclasses:
- FixedLayoutCell, FixedLayoutColumn, FixedLayoutComment, FixedLayoutEndnote, FixedLayoutFootnote, FixedLayoutHeaderFooter, FixedLayoutNoteSeparator, FixedLayoutTextBox
public abstract class BodyLayoutElement
- extends LayoutElement
Describes an object that includes both lines and rows.
BodyLayoutElement
public BodyLayoutElement()
getLines
public LayoutCollection<FixedLayoutLine> getLines()
- Gives the ability to retrieve the individual lines comprising a body.
getRows
public LayoutCollection<FixedLayoutRow> getRows()
- Gives the capability to access the rows contained within a table.