|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.pages.LayoutElement
com.spire.doc.pages.FixedLayoutPage
public class FixedLayoutPage
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 |
---|
public FixedLayoutPage()
Method Detail |
---|
public LayoutCollection<FixedLayoutColumn> getColumns()
public LayoutCollection<FixedLayoutHeaderFooter> getHeaderFooters()
public LayoutCollection<FixedLayoutComment> getComments()
public Section getSection()
public DocumentObject getParentNode()
getParentNode
in class LayoutElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |