TextFrameFormat
Обзор
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 после установки пакета Aspose.Slides FOSS for Java. Свойства: anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat,И ещё 12.
Свойства
| Наименование: | Тип: | Access | Описание: |
|---|---|---|---|
txBodyElement | Element | Читайте . | Возвращает базовый элемент XML {@code <a:txBody>}. |
presentation | IPresentation | Читайте . | Получает представление. |
marginLeft | double | Читайте . | {@inheritDoc} |
marginRight | double | Читайте . | {@inheritDoc} |
marginTop | double | Читайте . | {@inheritDoc} |
marginBottom | double | Читайте . | {@inheritDoc} |
wrapText | NullableBool | Читайте . | {@inheritDoc} |
anchoringType | TextAnchorType | Читайте . | {@inheritDoc} |
centerText | NullableBool | Читайте . | {@inheritDoc} |
textVerticalType | TextVerticalType | Читайте . | {@inheritDoc} |
autofitType | TextAutofitType | Читайте . | {@inheritDoc} |
columnCount | int | Читайте . | {@inheritDoc} |
columnSpacing | double | Читайте . | {@inheritDoc} |
rotationAngle | double | Читайте . | {@inheritDoc} |
transform | TextShapeType | Читайте . | {@inheritDoc} |
keepTextFlat | boolean | Читайте . | {@inheritDoc} |
threeDFormat | IThreeDFormat | Читайте . | {@inheritDoc} |
slide | IBaseSlide | Читайте . | Получает слайд. |
Методы
| Signature | Описание: |
|---|---|
TextFrameFormat(txBodyElement: Element, saveCallback: Runnable) | Создает TextFrameFormat, поддерживаемый данным элементом текста. |
getTxBodyElement() → Element | Возвращает базовый элемент XML {@code <a:txBody>}. |
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 | Вернет слайд. |