com.spire.doc.pages
Class FixedLayoutCell

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

public class FixedLayoutCell
extends BodyLayoutElement

Describes the cell within a table.


Constructor Summary
FixedLayoutCell()
           
 
Method Summary
 TableCell getCell()
          Returns the cell 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

FixedLayoutCell

public FixedLayoutCell()
Method Detail

getCell

public TableCell getCell()
Returns the cell that corresponds to the layout entity.

This property may return null for some cells such as those inside the header or footer.


getParentNode

public DocumentObject getParentNode()
Provides the layout node that pertains to this particular entity.

This property may return null for nodes that are inside the header or footer.

Overrides:
getParentNode in class LayoutElement