com.spire.doc.pages
Class FixedLayoutPage

java.lang.Object
  extended by com.spire.doc.pages.LayoutElement
      extended by com.spire.doc.pages.FixedLayoutPage

public class FixedLayoutPage
extends LayoutElement

Represents page of a document.


Constructor Summary
FixedLayoutPage()
           
 
Method Summary
 LayoutCollection<FixedLayoutColumn> getColumns()
          Provides access to the columns of the page.
 LayoutCollection<FixedLayoutComment> getComments()
          Provides access to the comments of the page.
 LayoutCollection<FixedLayoutHeaderFooter> getHeaderFooters()
          Provides access to the header and footers of the page.
 DocumentObject getParentNode()
          Provides the layout node that pertains to this particular entity.
 Section getSection()
          Returns the section that corresponds to the layout entity.
 
Methods inherited from class com.spire.doc.pages.LayoutElement
getChildEntities, getPageIndex, getParent, getRectangle, getText, getType
 

Constructor Detail

FixedLayoutPage

public FixedLayoutPage()
Method Detail

getColumns

public LayoutCollection<FixedLayoutColumn> getColumns()
Provides access to the columns of the page.


getHeaderFooters

public LayoutCollection<FixedLayoutHeaderFooter> getHeaderFooters()
Provides access to the header and footers of the page.


getComments

public LayoutCollection<FixedLayoutComment> getComments()
Provides access to the comments of the page.


getSection

public Section getSection()
Returns the section 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