com.spire.doc.pages
Class FixedLayoutColumn

java.lang.Object
  extended by com.spire.doc.pages.LayoutElement
      extended by com.spire.doc.pages.BodyLayoutElement
          extended by com.spire.doc.pages.FixedLayoutColumn

public class FixedLayoutColumn
extends BodyLayoutElement

Represents a column of text on a page.


Constructor Summary
FixedLayoutColumn()
           
 
Method Summary
 Body getBody()
          Returns the body that corresponds to the layout entity.
 LayoutCollection<FixedLayoutEndnote> getEndnotes()
          Provides access to the endnotes of the page.
 LayoutCollection<FixedLayoutFootnote> getFootnotes()
          Provides access to the footnotes of the page.
 LayoutCollection<FixedLayoutNoteSeparator> getNoteSeparators()
          Provides access to the note separators of the page.
 DocumentObject getParentNode()
          Provides the layout node that pertains to this particular entity.
 
Methods inherited from class com.spire.doc.pages.BodyLayoutElement
getLines, getRows
 
Methods inherited from class com.spire.doc.pages.LayoutElement
getChildEntities, getPageIndex, getParent, getRectangle, getText, getType
 

Constructor Detail

FixedLayoutColumn

public FixedLayoutColumn()
Method Detail

getFootnotes

public LayoutCollection<FixedLayoutFootnote> getFootnotes()
Provides access to the footnotes of the page.


getEndnotes

public LayoutCollection<FixedLayoutEndnote> getEndnotes()
Provides access to the endnotes of the page.


getNoteSeparators

public LayoutCollection<FixedLayoutNoteSeparator> getNoteSeparators()
Provides access to the note separators of the page.


getBody

public Body getBody()
Returns the body that corresponds to the layout entity.


getParentNode

public DocumentObject getParentNode()
Provides the layout node that pertains to this particular entity.

Overrides:
getParentNode in class LayoutElement