com.aspose.slides
Class Cell

java.lang.Object
  extended by com.aspose.slides.Cell

public class Cell
extends java.lang.Object

Represents a 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.
 java.awt.Point getBottomRightCell()
           
 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.
 java.awt.Point getTopLeftCell()
           
 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

getTable

public Table getTable()

Returns the parent Table object for a cell. Read-only Aspose.Slides.Table.


getTextFrame

public TextFrame getTextFrame()

Returns the TextFrame object for a cell. Read-only Aspose.Slides.TextFrame.


getFillFormat

public FillFormat getFillFormat()

Returns the FillFormat object that contains fill formatting properties for a cell. Read-only Aspose.Slides.FillFormat.


getBorderTop

public CellBorder getBorderTop()

Returns the top border of a cell. Read-only CellBorder.


getBorderBottom

public CellBorder getBorderBottom()

Returns the bottom border of a cell. Read-only CellBorder.


getBorderLeft

public CellBorder getBorderLeft()

Returns the left border of a cell. Read-only CellBorder.


getBorderRight

public CellBorder getBorderRight()

Returns the right border of a cell. Read-only CellBorder.


getWidth

public int getWidth()

Returns the width of a cell. Read-only int.


getHeight

public int getHeight()

Returns the height of a cell. Read-only int.


getTopLeftCell

public java.awt.Point getTopLeftCell()

getBottomRightCell

public java.awt.Point getBottomRightCell()