ITextFrameFormat — Aspose.Slides FOSS Java API Reference
ITextFrameFormat — Represents format of a text frame.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
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 | |
threeDFormat | IThreeDFormat | Read/Write | |
keepTextFlat | boolean | Read/Write | |
rotationAngle | double | Read/Write | |
transform | TextShapeType | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getMarginLeft() | double | Returns the left margin in points. |
setMarginLeft(double value) | void | Sets the left margin in points. |
getMarginRight() | double | Returns the right margin in points. |
setMarginRight(double value) | void | Sets the right margin in points. |
getMarginTop() | double | Returns the top margin in points. |
setMarginTop(double value) | void | Sets the top margin in points. |
getMarginBottom() | double | Returns the bottom margin in points. |
setMarginBottom(double value) | void | Sets the bottom margin in points. |
getWrapText() | NullableBool | Returns the text wrapping flag. |
setWrapText(NullableBool value) | void | Sets the text wrapping flag. |
getAnchoringType() | TextAnchorType | Returns the text anchoring type. |
setAnchoringType(TextAnchorType value) | void | Sets the text anchoring type. |
getCenterText() | NullableBool | Returns the text centering mode. |
setCenterText(NullableBool value) | void | Sets the text centering mode. |
getTextVerticalType() | TextVerticalType | Returns the text vertical type. |
setTextVerticalType(TextVerticalType value) | void | Sets the text vertical type. |
getAutofitType() | TextAutofitType | Returns the text autofit type. |
setAutofitType(TextAutofitType value) | void | Sets the text autofit type. |
getColumnCount() | int | Returns the number of columns. |
setColumnCount(int value) | void | Sets the number of columns. |
getColumnSpacing() | double | Returns the spacing between columns in points. |
setColumnSpacing(double value) | void | Sets the spacing between columns. |
getThreeDFormat() | IThreeDFormat | Returns the 3D format of the text frame. |
isKeepTextFlat() | boolean | Returns whether text is kept flat. |
setKeepTextFlat(boolean value) | void | Sets whether text is kept flat. |
getRotationAngle() | double | Returns the text rotation angle in degrees. |
setRotationAngle(double value) | void | Sets the text rotation angle in degrees. |
getTransform() | TextShapeType | Returns the text transform shape type. |
setTransform(TextShapeType value) | void | Sets the text transform shape type. |