com.aspose.slides
Interface ICell

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
Cell

public interface ICell
extends ISlideComponent


Method Summary
 boolean getAnchorCenter()
           
 ILineFormat getBorderBottom()
           
 ILineFormat getBorderDiagonalDown()
           
 ILineFormat getBorderDiagonalUp()
           
 ILineFormat getBorderLeft()
           
 ILineFormat getBorderRight()
           
 ILineFormat getBorderTop()
           
 int getColSpan()
           
 IFillFormat getFillFormat()
           
 IColumn getFirstColumn()
           
 int getFirstColumnIndex()
           
 IRow getFirstRow()
           
 int getFirstRowIndex()
           
 double getHeight()
           
 double getMarginBottom()
           
 double getMarginLeft()
           
 double getMarginRight()
           
 double getMarginTop()
           
 double getMinimalHeight()
           
 double getOffsetX()
           
 double getOffsetY()
           
 int getRowSpan()
           
 ITable getTable()
           
 int getTextAnchorType()
           
 ITextFrame getTextFrame()
           
 int getTextVerticalType()
           
 double getWidth()
           
 void setAnchorCenter(boolean value)
           
 void setMarginBottom(double value)
           
 void setMarginLeft(double value)
           
 void setMarginRight(double value)
           
 void setMarginTop(double value)
           
 void setTextAnchorType(int value)
           
 void setTextVerticalType(int value)
           
 void splitByColSpan(int index)
           
 void splitByHeight(double height)
           
 void splitByRowSpan(int index)
           
 void splitByWidth(double width)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getOffsetX

double getOffsetX()

getOffsetY

double getOffsetY()

getFirstRowIndex

int getFirstRowIndex()

getFirstColumnIndex

int getFirstColumnIndex()

getWidth

double getWidth()

getHeight

double getHeight()

getMinimalHeight

double getMinimalHeight()

getBorderLeft

ILineFormat getBorderLeft()

getBorderTop

ILineFormat getBorderTop()

getBorderRight

ILineFormat getBorderRight()

getBorderBottom

ILineFormat getBorderBottom()

getBorderDiagonalDown

ILineFormat getBorderDiagonalDown()

getBorderDiagonalUp

ILineFormat getBorderDiagonalUp()

getFillFormat

IFillFormat getFillFormat()

getMarginLeft

double getMarginLeft()

setMarginLeft

void setMarginLeft(double value)

getMarginRight

double getMarginRight()

setMarginRight

void setMarginRight(double value)

getMarginTop

double getMarginTop()

setMarginTop

void setMarginTop(double value)

getMarginBottom

double getMarginBottom()

setMarginBottom

void setMarginBottom(double value)

getTextVerticalType

int getTextVerticalType()

setTextVerticalType

void setTextVerticalType(int value)

getTextAnchorType

int getTextAnchorType()

setTextAnchorType

void setTextAnchorType(int value)

getAnchorCenter

boolean getAnchorCenter()

setAnchorCenter

void setAnchorCenter(boolean value)

getFirstColumn

IColumn getFirstColumn()

getFirstRow

IRow getFirstRow()

getColSpan

int getColSpan()

getRowSpan

int getRowSpan()

getTextFrame

ITextFrame getTextFrame()

getTable

ITable getTable()

splitByColSpan

void splitByColSpan(int index)

splitByRowSpan

void splitByRowSpan(int index)

splitByHeight

void splitByHeight(double height)

splitByWidth

void splitByWidth(double width)