com.spire.doc.pages
Class FixedLayoutNoteSeparator

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

public class FixedLayoutNoteSeparator
extends BodyLayoutElement

Represents footnote/endnote separator.


Constructor Summary
FixedLayoutNoteSeparator()
           
 
Method Summary
 Footnote getFootnote()
          Returns the footnote/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

FixedLayoutNoteSeparator

public FixedLayoutNoteSeparator()
Method Detail

getFootnote

public Footnote getFootnote()
Returns the footnote/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