com.aspose.slides
Interface ICell
- All Superinterfaces:
- IPresentationComponent, ISlideComponent
- All Known Implementing Classes:
- Cell
public interface ICell
- extends ISlideComponent
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)