com.aspose.slides
Interface ITextFrameFormat
- All Superinterfaces:
- IPresentationComponent, ISlideComponent
- All Known Implementing Classes:
- TextFrameFormat
public interface ITextFrameFormat
- extends ISlideComponent
Contains the TextFrame's formatting properties.
getTextStyle
ITextStyle getTextStyle()
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)
getWrapText
byte getWrapText()
setWrapText
void setWrapText(byte value)
getAnchoringType
int getAnchoringType()
setAnchoringType
void setAnchoringType(int value)
getCenterText
byte getCenterText()
setCenterText
void setCenterText(byte value)
getTextVerticalType
int getTextVerticalType()
setTextVerticalType
void setTextVerticalType(int value)
getAutofitType
int getAutofitType()
setAutofitType
void setAutofitType(int value)