com.aspose.slides
Class TextFrameEx
java.lang.Object
com.aspose.slides.TextFrameEx
public final class TextFrameEx
- extends java.lang.Object
Represents a TextFrame.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()