|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Cell
public class Cell
Represents the cell of a table.
Method Summary | |
---|---|
CellBorder |
getBorderBottom()
Returns the bottom border of a cell. |
CellBorder |
getBorderLeft()
Returns the left border of a cell. |
CellBorder |
getBorderRight()
Returns the right border of a cell. |
CellBorder |
getBorderTop()
Returns the top border of a cell. |
FillFormat |
getFillFormat()
Returns the FillFormat object that contains fill formatting properties for a cell. |
int |
getHeight()
Returns the height of a cell. |
Table |
getTable()
Returns the parent Table object for a cell. |
TextFrame |
getTextFrame()
Returns the TextFrame object for a cell. |
int |
getWidth()
Returns the width of a cell. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Table getTable()
Table
.public TextFrame getTextFrame()
TextFrame
.public FillFormat getFillFormat()
FillFormat
.public CellBorder getBorderTop()
CellBorder
.public CellBorder getBorderBottom()
CellBorder
.public CellBorder getBorderLeft()
CellBorder
.public CellBorder getBorderRight()
CellBorder
.public int getWidth()
public int getHeight()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |