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
| Name | Type | Access | Description |
|---|---|---|---|
txBodyElement | Element | Read | Повертає базовий {@code <a:txBody>} елемент XML. |
presentation | IPresentation | Read | Він отримує презентацію. |
marginLeft | double | Read | {@inheritDoc} |
marginRight | double | Read | {@inheritDoc} |
marginTop | double | Read | {@inheritDoc} |
marginBottom | double | Read | {@inheritDoc} |
wrapText | NullableBool | Read | {@inheritDoc} |
anchoringType | TextAnchorType | Read | {@inheritDoc} |
centerText | NullableBool | Read | {@inheritDoc} |
textVerticalType | TextVerticalType | Read | {@inheritDoc} |
autofitType | TextAutofitType | Read | {@inheritDoc} |
columnCount | int | Read | {@inheritDoc} |
columnSpacing | double | Read | {@inheritDoc} |
rotationAngle | double | Read | {@inheritDoc} |
transform | TextShapeType | Read | {@inheritDoc} |
keepTextFlat | boolean | Read | {@inheritDoc} |
threeDFormat | IThreeDFormat | Read | {@inheritDoc} |
slide | IBaseSlide | Read | Він отримує слайд. |
Methods
| Signature | Description |
|---|---|
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 | Повертає слайд. |