com.spire.doc.pages
Class BodyLayoutElement

java.lang.Object
  extended by com.spire.doc.pages.LayoutElement
      extended by 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.


Constructor Summary
BodyLayoutElement()
           
 
Method Summary
 LayoutCollection<FixedLayoutLine> getLines()
          Gives the ability to retrieve the individual lines comprising a body.
 LayoutCollection<FixedLayoutRow> getRows()
          Gives the capability to access the rows contained within a table.
 
Methods inherited from class com.spire.doc.pages.LayoutElement
getChildEntities, getPageIndex, getParent, getParentNode, getRectangle, getText, getType
 

Constructor Detail

BodyLayoutElement

public BodyLayoutElement()
Method Detail

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.