ITextFrameFormat

ITextFrameFormat — Aspose.Slides FOSS Java API Reference

ITextFrameFormat — Represents format of a text frame.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
marginLeftdoubleRead/Write
marginRightdoubleRead/Write
marginTopdoubleRead/Write
marginBottomdoubleRead/Write
wrapTextNullableBoolRead/Write
anchoringTypeTextAnchorTypeRead/Write
centerTextNullableBoolRead/Write
textVerticalTypeTextVerticalTypeRead/Write
autofitTypeTextAutofitTypeRead/Write
columnCountintRead/Write
columnSpacingdoubleRead/Write
threeDFormatIThreeDFormatRead/Write
keepTextFlatbooleanRead/Write
rotationAngledoubleRead/Write
transformTextShapeTypeRead/Write

Methods

MethodReturnsDescription
getMarginLeft()doubleReturns the left margin in points.
setMarginLeft(double value)voidSets the left margin in points.
getMarginRight()doubleReturns the right margin in points.
setMarginRight(double value)voidSets the right margin in points.
getMarginTop()doubleReturns the top margin in points.
setMarginTop(double value)voidSets the top margin in points.
getMarginBottom()doubleReturns the bottom margin in points.
setMarginBottom(double value)voidSets the bottom margin in points.
getWrapText()NullableBoolReturns the text wrapping flag.
setWrapText(NullableBool value)voidSets the text wrapping flag.
getAnchoringType()TextAnchorTypeReturns the text anchoring type.
setAnchoringType(TextAnchorType value)voidSets the text anchoring type.
getCenterText()NullableBoolReturns the text centering mode.
setCenterText(NullableBool value)voidSets the text centering mode.
getTextVerticalType()TextVerticalTypeReturns the text vertical type.
setTextVerticalType(TextVerticalType value)voidSets the text vertical type.
getAutofitType()TextAutofitTypeReturns the text autofit type.
setAutofitType(TextAutofitType value)voidSets the text autofit type.
getColumnCount()intReturns the number of columns.
setColumnCount(int value)voidSets the number of columns.
getColumnSpacing()doubleReturns the spacing between columns in points.
setColumnSpacing(double value)voidSets the spacing between columns.
getThreeDFormat()IThreeDFormatReturns the 3D format of the text frame.
isKeepTextFlat()booleanReturns whether text is kept flat.
setKeepTextFlat(boolean value)voidSets whether text is kept flat.
getRotationAngle()doubleReturns the text rotation angle in degrees.
setRotationAngle(double value)voidSets the text rotation angle in degrees.
getTransform()TextShapeTypeReturns the text transform shape type.
setTransform(TextShapeType value)voidSets the text transform shape type.

See Also