|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.pages.LayoutElement
com.spire.doc.pages.FixedLayoutRow
public class FixedLayoutRow
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 |
---|
public FixedLayoutRow()
Method Detail |
---|
public LayoutCollection<FixedLayoutCell> getCells()
public TableRow getRow()
This property may return null for some rows such as those inside the header or footer.
public Table getTable()
This property may return null for some tables such as those inside the header or footer.
public DocumentObject getParentNode()
This property may return null for nodes that are inside the header or footer.
getParentNode
in class LayoutElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |