|
|||||||||
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.FixedLayoutDocument
public class FixedLayoutDocument
Provides an API wrapper for the LayoutEnumerator class to access the page layout of a document presented in an object model like the design.
Constructor Summary | |
---|---|
FixedLayoutDocument(Document doc)
Creates a new instance from the supplied Document class. |
Method Summary | |
---|---|
LayoutCollection<LayoutElement> |
getLayoutEntitiesOfNode(DocumentObject node)
Returns all the layout entities of the specified node. |
LayoutCollection<FixedLayoutPage> |
getPages()
Provides access to the pages of a document. |
DocumentObject |
getParentNode()
Provides the layout node that pertains to this particular entity. |
Methods inherited from class com.spire.doc.pages.LayoutElement |
---|
getChildEntities, getPageIndex, getParent, getRectangle, getText, getType |
Constructor Detail |
---|
public FixedLayoutDocument(Document doc)
doc
- A document whose page layout model to enumerate.Method Detail |
---|
public LayoutCollection<FixedLayoutPage> getPages()
public DocumentObject getParentNode()
getParentNode
in class LayoutElement
public LayoutCollection<LayoutElement> getLayoutEntitiesOfNode(DocumentObject node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |