|
|||||||||
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 | |
---|---|
void |
createTextLayout(float width,
float height,
ShapeStyleEx shapeStyle)
|
void |
createTextLayout(float width,
float height,
com.aspose.slides.pptx.TableCellTextStyleEx cellTextStyle)
|
TextAnchorTypeEx |
getAnchoringType()
Returns vertical anchor text in a TextFrameEx. |
boolean |
getCenterText()
Determines whether the text should be centered horizontally. |
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. |
TextVerticalTypeEx |
getTextVerticalType()
Returns the orientation of a text. |
boolean |
getWrapText()
Determines whether the text is wrapped at TextFrame's margins. |
void |
setAnchoringType(TextAnchorTypeEx value)
Sets vertical anchor text in a TextFrameEx. |
void |
setCenterText(boolean value)
Sets whether the text should be centered horizontally. |
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. |
void |
setTextVerticalType(TextVerticalTypeEx value)
Sets the orientation of a text. |
void |
setWrapText(boolean value)
Sets whether the text is wrapped at TextFrame's margins. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void createTextLayout(float width, float height, ShapeStyleEx shapeStyle)
public void createTextLayout(float width, float height, com.aspose.slides.pptx.TableCellTextStyleEx cellTextStyle)
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 boolean getWrapText()
public void setWrapText(boolean value)
public TextAnchorTypeEx getAnchoringType()
public void setAnchoringType(TextAnchorTypeEx value)
value
- new anchor type.public boolean getCenterText()
public void setCenterText(boolean value)
public TextVerticalTypeEx getTextVerticalType()
public void setTextVerticalType(TextVerticalTypeEx 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 |