com.spire.doc.pages
Class FixedLayoutCell
java.lang.Object
com.spire.doc.pages.LayoutElement
com.spire.doc.pages.BodyLayoutElement
com.spire.doc.pages.FixedLayoutCell
public class FixedLayoutCell
- extends BodyLayoutElement
Describes the cell within a table.
FixedLayoutCell
public FixedLayoutCell()
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