|
|||||||||
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.
Field Summary | |
---|---|
ISlideComponent |
m_parent
|
Constructor Summary | |
---|---|
TextFrameEx(ISlideComponent parent)
|
Method Summary | |
---|---|
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 |
load(com.aspose.slides.pptx.presentationml.PptxBaseXmlElement sourceContainer,
java.lang.String localName,
java.lang.String namespaceURI)
|
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. |
void |
write(com.aspose.slides.pptx.presentationml.PptxBaseXmlElement targetContainer,
java.lang.String localName,
java.lang.String namespaceURI)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ISlideComponent m_parent
Constructor Detail |
---|
public TextFrameEx(ISlideComponent parent)
Method Detail |
---|
public void load(com.aspose.slides.pptx.presentationml.PptxBaseXmlElement sourceContainer, java.lang.String localName, java.lang.String namespaceURI)
public void write(com.aspose.slides.pptx.presentationml.PptxBaseXmlElement targetContainer, java.lang.String localName, java.lang.String namespaceURI)
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()
getSlide
in interface ISlideComponent
BaseSlideEx
public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
PresentationEx
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |