|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextFrameEx
public final class TextFrameEx
Represents a TextFrame.
Method Summary | |
---|---|
byte |
getAnchoringType()
Returns or sets vertical anchor text in a TextFrameEx. |
byte |
getAutofitType()
Returns or sets text's autofit mode. |
boolean |
getCenterText()
Determines, whether text should be centered in box horizontally. |
double |
getMarginBottom()
Returns or sets the bottom margin (points) in a TextFrame. |
double |
getMarginLeft()
Returns or sets the left margin (points) in a TextFrame. |
double |
getMarginRight()
Returns or sets the right margin (points) in a TextFrame. |
double |
getMarginTop()
Returns or sets the top margin (points) in a TextFrame. |
ParagraphExCollection |
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()
Gets or sets the plain text for a TextFrame. |
TextStyleEx |
getTextStyle()
Returns text's style. |
byte |
getTextVerticalType()
Determines text orientation. |
boolean |
getWrapText()
<b>True</b> if text is wrapped at TextFrame's margins. |
void |
setAnchoringType(byte value)
|
void |
setAutofitType(byte value)
|
void |
setCenterText(boolean value)
|
void |
setMarginBottom(double value)
|
void |
setMarginLeft(double value)
|
void |
setMarginRight(double value)
|
void |
setMarginTop(double value)
|
void |
setText(java.lang.String value)
|
void |
setTextVerticalType(byte value)
|
void |
setWrapText(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ParagraphExCollection getParagraphs()
Returns the list of all paragraphs in a frame.
Read-only ParagraphExCollection
.
public java.lang.String getText()
Gets or sets the plain text for a TextFrame.
Value: The text.
public void setText(java.lang.String value)
public TextStyleEx getTextStyle()
Returns text's style.
Readonly TextStyleEx
.
public double getMarginLeft()
Returns or sets the left margin (points) in a TextFrame.
Read/write double
.
public void setMarginLeft(double value)
public double getMarginRight()
Returns or sets the right margin (points) in a TextFrame.
Read/write double
.
public void setMarginRight(double value)
public double getMarginTop()
Returns or sets the top margin (points) in a TextFrame.
Read/write double
.
public void setMarginTop(double value)
public double getMarginBottom()
Returns or sets the bottom margin (points) in a TextFrame.
Read/write double
.
public void setMarginBottom(double value)
public boolean getWrapText()
<b>True</b>
if text is wrapped at TextFrame's margins.
Read/write bool
.
public void setWrapText(boolean value)
public byte getAnchoringType()
Returns or sets vertical anchor text in a TextFrameEx.
Read/write TextAnchorTypeEx
.
public void setAnchoringType(byte value)
public boolean getCenterText()
Determines, whether text should be centered in box horizontally.
Read/write bool
.
public void setCenterText(boolean value)
public byte getTextVerticalType()
Determines text orientation.
Read/write TextVerticalTypeEx
.
public void setTextVerticalType(byte value)
public byte getAutofitType()
Returns or sets text's autofit mode.
Read/write TextAutofitTypeEx
.
public void setAutofitType(byte value)
public BaseSlideEx getSlide()
Returns the parent slide of a TextFrameEx.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a TextFrameEx.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |