com.spire.doc.pages
Class FixedLayoutRow

java.lang.Object
  extended by com.spire.doc.pages.LayoutElement
      extended by com.spire.doc.pages.FixedLayoutRow

public class FixedLayoutRow
extends LayoutElement

Represents a table row.


Constructor Summary
FixedLayoutRow()
           
 
Method Summary
 LayoutCollection<FixedLayoutCell> getCells()
          Provides access to the cells of the table row.
 DocumentObject getParentNode()
          Provides the layout node that pertains to this particular entity.
 TableRow getRow()
          Returns the row that corresponds to the layout entity.
 Table getTable()
          Returns the table that corresponds to the layout entity.
 
Methods inherited from class com.spire.doc.pages.LayoutElement
getChildEntities, getPageIndex, getParent, getRectangle, getText, getType
 

Constructor Detail

FixedLayoutRow

public FixedLayoutRow()
Method Detail

getCells

public LayoutCollection<FixedLayoutCell> getCells()
Provides access to the cells of the table row.


getRow

public TableRow getRow()
Returns the row that corresponds to the layout entity.

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


getTable

public Table getTable()
Returns the table that corresponds to the layout entity.

This property may return null for some tables 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