TextFrameFormat

Přehled

TextFrameFormat is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, ITextFrameFormat.

TextFrameFormat je třída v Aspose.Slides FOSS pro Java. Vyrovná se: ゚ PVIObject⌒, ∂ITextFrameFormatヽ .

Obsahuje formátovací vlastnosti TextFrame .

Vlastnosti

NameTypeAccessDescription
txBodyElementElementReadHolds the underlying <a:txBody> XML element
presentationIPresentationReadReferences the owning presentation
marginLeftdoubleReadDefines the left margin of the text frame
marginRightdoubleReadDefines the right margin of the text frame
marginTopdoubleReadDefines the top margin of the text frame
marginBottomdoubleReadDefines the bottom margin of the text frame
wrapTextNullableBoolReadIndicates if text wrapping is enabled (nullable)
anchoringTypeTextAnchorTypeReadSpecifies how text is anchored inside the frame
centerTextNullableBoolReadIndicates if text is centered (nullable)
textVerticalTypeTextVerticalTypeReadDefines the vertical text layout
autofitTypeTextAutofitTypeReadDetermines the autofit mode for the text
columnCountintReadSets the number of columns in the text frame
columnSpacingdoubleReadSets the spacing between columns
rotationAngledoubleReadSpecifies the rotation of the text frame in degrees
transformTextShapeTypeReadDefines the shape transformation type for the text
keepTextFlatbooleanReadIndicates whether text should remain flat (no 3D)
threeDFormatIThreeDFormatReadProvides 3D formatting options for the text

Metody

SignatureDescription
TextFrameFormat(txBodyElement: Element, saveCallback: Runnable)Creates a TextFrameFormat backed by the given text body element.
getTxBodyElement()ElementReturns the underlying {@code <a:txBody>} XML element.
TextFrameFormat()Creates a new detached TextFrameFormat with a standalone {@code <a:txBody>}
containing an empty {@code <a:bodyPr>}.
initInternal(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)TextFrameFormatInitializes this format with the real XML element from a slide part.
getPresentation()IPresentation
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.
getMarginLeft()double{@inheritDoc}
setMarginLeft(value: double){@inheritDoc}
getMarginRight()double{@inheritDoc}
setMarginRight(value: double){@inheritDoc}
getMarginTop()double{@inheritDoc}
setMarginTop(value: double){@inheritDoc}
getMarginBottom()double{@inheritDoc}
setMarginBottom(value: double){@inheritDoc}
getWrapText()NullableBool{@inheritDoc}
setWrapText(value: NullableBool){@inheritDoc}
getAnchoringType()TextAnchorType{@inheritDoc}
setAnchoringType(value: TextAnchorType){@inheritDoc}
getCenterText()NullableBool{@inheritDoc}
setCenterText(value: NullableBool){@inheritDoc}
getTextVerticalType()TextVerticalType{@inheritDoc}
setTextVerticalType(value: TextVerticalType){@inheritDoc}
getAutofitType()TextAutofitType{@inheritDoc}
setAutofitType(value: TextAutofitType){@inheritDoc}
getColumnCount()int{@inheritDoc}
setColumnCount(value: int){@inheritDoc}
getColumnSpacing()double{@inheritDoc}
setColumnSpacing(value: double){@inheritDoc}
getRotationAngle()double{@inheritDoc}
setRotationAngle(value: double){@inheritDoc}
getTransform()TextShapeType{@inheritDoc}
setTransform(value: TextShapeType){@inheritDoc}
isKeepTextFlat()boolean{@inheritDoc}
setKeepTextFlat(value: boolean){@inheritDoc}
getThreeDFormat()IThreeDFormat{@inheritDoc}
 Čeština