com.spire.doc.pages
Class FixedLayoutEndnote

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

public class FixedLayoutEndnote
extends BodyLayoutElement

Represents placeholder for endnote content.


Constructor Summary
FixedLayoutEndnote()
           
 
Method Summary
 Footnote getEndnote()
          Returns the endnote that corresponds to the layout entity.
 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

FixedLayoutEndnote

public FixedLayoutEndnote()
Method Detail

getEndnote

public Footnote getEndnote()
Returns the endnote 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