com.spire.doc.pages
Class FixedLayoutComment

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

public class FixedLayoutComment
extends BodyLayoutElement

Represents placeholder for comment content.


Constructor Summary
FixedLayoutComment()
           
 
Method Summary
 Comment getComment()
          Returns the comment 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

FixedLayoutComment

public FixedLayoutComment()
Method Detail

getComment

public Comment getComment()
Returns the comment 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