TextFrameFormat

TextFrameFormat — Aspose.Slides FOSS Java API Reference

TextFrameFormat — Contains the TextFrame’s formatting properties. Inherits from: PVIObject, ITextFrameFormat.

Package: org.aspose.slides.foss


Properties

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

Methods

MethodReturnsDescription
getTxBodyElement()ElementReturns the underlying <a:txBody> XML element.
initInternal(Element txBodyElement, Runnable saveCallback, IBaseSlide parentSlide)TextFrameFormatInitializes this format with the real XML element from a slide part.
getPresentation()IPresentation
asIPresentationComponent()IPresentationComponentReturns 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}

See Also