TextFrameFormat

TextFrameFormat

Overview

TextFrameFormat є клас в Aspose.Slides FOSS для Java. Наследники від: PVIObject, ITextFrameFormat.

Налічує властивості форматирування TextFrame .

Цей клас надає 37 методів для роботи з об’єктами TextFrameFormat в програмах Java. Доступні методи включають: PVIObject, TextFrameFormat, asIPresentationComponent, getAnchoringType, getAutofitType, getCenterText, getColumnCount, getColumnSpacing, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, і 24 додаткових методів. Всі публічні члени доступні будь-якій додаткові Java після встановлення FOSS для пакету Java. Свойства: anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat, і ще 12.

Properties

NameTypeAccessDescription
txBodyElementElementReadПовертає базовий {@code <a:txBody>} елемент XML.
presentationIPresentationReadВін отримує презентацію.
marginLeftdoubleRead{@inheritDoc}
marginRightdoubleRead{@inheritDoc}
marginTopdoubleRead{@inheritDoc}
marginBottomdoubleRead{@inheritDoc}
wrapTextNullableBoolRead{@inheritDoc}
anchoringTypeTextAnchorTypeRead{@inheritDoc}
centerTextNullableBoolRead{@inheritDoc}
textVerticalTypeTextVerticalTypeRead{@inheritDoc}
autofitTypeTextAutofitTypeRead{@inheritDoc}
columnCountintRead{@inheritDoc}
columnSpacingdoubleRead{@inheritDoc}
rotationAngledoubleRead{@inheritDoc}
transformTextShapeTypeRead{@inheritDoc}
keepTextFlatbooleanRead{@inheritDoc}
threeDFormatIThreeDFormatRead{@inheritDoc}
slideIBaseSlideReadВін отримує слайд.

Methods

SignatureDescription
TextFrameFormat(txBodyElement: Element, saveCallback: Runnable)Створює TextFrameFormat, який підтримується даним елементом тексту.
getTxBodyElement()ElementПовертає базовий {@code <a:txBody>} елемент XML.
TextFrameFormat()Створює новий окремий TextFrameFormat з самостійним {@code <a:txBody>}, що містить порожній { @code<a.bodyPr>}.
initInternal(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)TextFrameFormatІніціалізує цей формат з реальним елементом XML із частини слайду.
getPresentation()IPresentationПовертає презентацію.
asIPresentationComponent()IPresentationComponentПовертає цей об’єкт як {@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}
PVIObject()Створює PVIOobject без батьківського слайду.
getSlide()IBaseSlideПовертає слайд.

See Also

 Українська