TextFrameFormat — Aspose.Slides FOSS Java API Reference
TextFrameFormat — Contains the TextFrame’s formatting properties. Inherits from: PVIObject, ITextFrameFormat.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
txBodyElement | Element | Read/Write | |
presentation | IPresentation | Read/Write | |
marginLeft | double | Read/Write | |
marginRight | double | Read/Write | |
marginTop | double | Read/Write | |
marginBottom | double | Read/Write | |
wrapText | NullableBool | Read/Write | |
anchoringType | TextAnchorType | Read/Write | |
centerText | NullableBool | Read/Write | |
textVerticalType | TextVerticalType | Read/Write | |
autofitType | TextAutofitType | Read/Write | |
columnCount | int | Read/Write | |
columnSpacing | double | Read/Write | |
rotationAngle | double | Read/Write | |
transform | TextShapeType | Read/Write | |
keepTextFlat | boolean | Read/Write | |
threeDFormat | IThreeDFormat | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getTxBodyElement() | Element | Returns the underlying <a:txBody> XML element. |
initInternal(Element txBodyElement, Runnable saveCallback, IBaseSlide parentSlide) | TextFrameFormat | Initializes this format with the real XML element from a slide part. |
getPresentation() | IPresentation | |
asIPresentationComponent() | IPresentationComponent | Returns this object as an IPresentationComponent. |
getMarginLeft() | double | {@inheritDoc} |
setMarginLeft(double value) | void | {@inheritDoc} |
getMarginRight() | double | {@inheritDoc} |
setMarginRight(double value) | void | {@inheritDoc} |
getMarginTop() | double | {@inheritDoc} |
setMarginTop(double value) | void | {@inheritDoc} |
getMarginBottom() | double | {@inheritDoc} |
setMarginBottom(double value) | void | {@inheritDoc} |
getWrapText() | NullableBool | {@inheritDoc} |
setWrapText(NullableBool value) | void | {@inheritDoc} |
getAnchoringType() | TextAnchorType | {@inheritDoc} |
setAnchoringType(TextAnchorType value) | void | {@inheritDoc} |
getCenterText() | NullableBool | {@inheritDoc} |
setCenterText(NullableBool value) | void | {@inheritDoc} |
getTextVerticalType() | TextVerticalType | {@inheritDoc} |
setTextVerticalType(TextVerticalType value) | void | {@inheritDoc} |
getAutofitType() | TextAutofitType | {@inheritDoc} |
setAutofitType(TextAutofitType value) | void | {@inheritDoc} |
getColumnCount() | int | {@inheritDoc} |
setColumnCount(int value) | void | {@inheritDoc} |
getColumnSpacing() | double | {@inheritDoc} |
setColumnSpacing(double value) | void | {@inheritDoc} |
getRotationAngle() | double | {@inheritDoc} |
setRotationAngle(double value) | void | {@inheritDoc} |
getTransform() | TextShapeType | {@inheritDoc} |
setTransform(TextShapeType value) | void | {@inheritDoc} |
isKeepTextFlat() | boolean | {@inheritDoc} |
setKeepTextFlat(boolean value) | void | {@inheritDoc} |
getThreeDFormat() | IThreeDFormat | {@inheritDoc} |