ITextFrameFormat

ITextFrameFormat

Overview

ITextFrameFormat is a interface in Aspose.Slides FOSS for Java.

Represents format of a text frame.

Properties

NameTypeAccessDescription
marginLeftdoubleReadReturns the left margin in points.
marginRightdoubleReadReturns the right margin in points.
marginTopdoubleReadReturns the top margin in points.
marginBottomdoubleReadReturns the bottom margin in points.
wrapTextNullableBoolReadReturns the text wrapping flag.
anchoringTypeTextAnchorTypeReadReturns the text anchoring type.
centerTextNullableBoolReadReturns the text centering mode.
textVerticalTypeTextVerticalTypeReadReturns the text vertical type.
autofitTypeTextAutofitTypeReadReturns the text autofit type.
columnCountintReadReturns the number of columns.
columnSpacingdoubleReadReturns the spacing between columns in points.
threeDFormatIThreeDFormatReadReturns the 3D format of the text frame.
keepTextFlatbooleanReadReturns whether text is kept flat.
rotationAngledoubleReadReturns the text rotation angle in degrees.
transformTextShapeTypeReadReturns the text transform shape type.

Methods

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

See Also