Class Row
java.lang.Object
com.independentsoft.office.drawing.tables.Row
The Class Row.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getCells()Gets the cells.Gets the DrawingML extension list (a:extLst).Gets the height.voidsetExtensionList(ExtensionList extensionList)Sets the DrawingML extension list (a:extLst).voidSets the height.toString()
-
Constructor Details
-
Row
public Row()Instantiates a new row.
-
-
Method Details
-
clone
-
toString
-
getExtensionList
Gets the DrawingML extension list (a:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the DrawingML extension list (a:extLst).- Parameters:
extensionList- the new extension list
-
getCells
Gets the cells.- Returns:
- the cells
-
getHeight
Gets the height.- Returns:
- the height
-
setHeight
Sets the height.- Parameters:
height- the new height
-