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.


Method Summary
 int getAnchoringType()
           
 int getAutofitType()
           
 byte getCenterText()
           
 double getMarginBottom()
           
 double getMarginLeft()
           
 double getMarginRight()
           
 double getMarginTop()
           
 ITextStyle getTextStyle()
           
 int getTextVerticalType()
           
 byte getWrapText()
           
 void setAnchoringType(int value)
           
 void setAutofitType(int value)
           
 void setCenterText(byte value)
           
 void setMarginBottom(double value)
           
 void setMarginLeft(double value)
           
 void setMarginRight(double value)
           
 void setMarginTop(double value)
           
 void setTextVerticalType(int value)
           
 void setWrapText(byte value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

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)