com.aspose.slides
Class TextFrameEx

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

public final class TextFrameEx
extends java.lang.Object

Represents a TextFrame.


Method Summary
 double getMarginBottom()
           
 double getMarginLeft()
           
 double getMarginRight()
           
 double getMarginTop()
           
 ParagraphsEx getParagraphs()
           
 PresentationEx getPresentation()
           
 BaseSlideEx getSlide()
           
 java.lang.String getText()
           
 void setMarginBottom(double value)
           
 void setMarginLeft(double value)
           
 void setMarginRight(double value)
           
 void setMarginTop(double value)
           
 void setText(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParagraphs

public ParagraphsEx getParagraphs()

getText

public java.lang.String getText()

setText

public void setText(java.lang.String value)

getMarginLeft

public double getMarginLeft()

setMarginLeft

public void setMarginLeft(double value)

getMarginRight

public double getMarginRight()

setMarginRight

public void setMarginRight(double value)

getMarginTop

public double getMarginTop()

setMarginTop

public void setMarginTop(double value)

getMarginBottom

public double getMarginBottom()

setMarginBottom

public void setMarginBottom(double value)

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()