|
|||||||||
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.BodyLayoutElement
com.spire.doc.pages.FixedLayoutColumn
public class FixedLayoutColumn
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 |
---|
public FixedLayoutColumn()
Method Detail |
---|
public LayoutCollection<FixedLayoutFootnote> getFootnotes()
public LayoutCollection<FixedLayoutEndnote> getEndnotes()
public LayoutCollection<FixedLayoutNoteSeparator> getNoteSeparators()
public Body getBody()
public DocumentObject getParentNode()
getParentNode
in class LayoutElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |