|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.TextFrameEx
public final class TextFrameEx
Represents a TextFrame.
Method Summary | |
---|---|
double |
getMarginBottom()
Returns the bottom margin (points) in a TextFrame. |
double |
getMarginLeft()
Returns the left margin (points) in a TextFrame. |
double |
getMarginRight()
Returns the right margin (points) in a TextFrame. |
double |
getMarginTop()
Returns the top margin (points) in a TextFrame. |
ParagraphsEx |
getParagraphs()
Returns the list of all paragraphs in a frame. |
PresentationEx |
getPresentation()
Returns the parent presentation of a TextFrameEx. |
BaseSlideEx |
getSlide()
Returns the parent slide of a TextFrameEx. |
java.lang.String |
getText()
Returns the plain text for a TextFrame. |
void |
setMarginBottom(double value)
Sets the bottom margin (points) in a TextFrame. |
void |
setMarginLeft(double value)
Sets the left margin (points) in a TextFrame. |
void |
setMarginRight(double value)
Sets the right margin (points) in a TextFrame. |
void |
setMarginTop(double value)
Sets the top margin (points) in a TextFrame. |
void |
setText(java.lang.String value)
Sets the plain text for a TextFrame. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ParagraphsEx getParagraphs()
ParagraphsEx
public java.lang.String getText()
public void setText(java.lang.String value)
value
- public double getMarginLeft()
public void setMarginLeft(double value)
public double getMarginRight()
public void setMarginRight(double value)
value
- public double getMarginTop()
public void setMarginTop(double value)
public double getMarginBottom()
public void setMarginBottom(double value)
public BaseSlideEx getSlide()
BaseSlideEx
public PresentationEx getPresentation()
PresentationEx
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |