com.spire.doc.pages
Class FixedLayoutFootnote

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

public class FixedLayoutFootnote
extends BodyLayoutElement

Represents placeholder for footnote content.


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

FixedLayoutFootnote

public FixedLayoutFootnote()
Method Detail

getFootnote

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