TextFrameFormat

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Описание:
txBodyElementElementЧитайте .Возвращает базовый элемент XML {@code <a:txBody>}.
presentationIPresentationЧитайте .Получает представление.
marginLeftdoubleЧитайте .{@inheritDoc}
marginRightdoubleЧитайте .{@inheritDoc}
marginTopdoubleЧитайте .{@inheritDoc}
marginBottomdoubleЧитайте .{@inheritDoc}
wrapTextNullableBoolЧитайте .{@inheritDoc}
anchoringTypeTextAnchorTypeЧитайте .{@inheritDoc}
centerTextNullableBoolЧитайте .{@inheritDoc}
textVerticalTypeTextVerticalTypeЧитайте .{@inheritDoc}
autofitTypeTextAutofitTypeЧитайте .{@inheritDoc}
columnCountintЧитайте .{@inheritDoc}
columnSpacingdoubleЧитайте .{@inheritDoc}
rotationAngledoubleЧитайте .{@inheritDoc}
transformTextShapeTypeЧитайте .{@inheritDoc}
keepTextFlatbooleanЧитайте .{@inheritDoc}
threeDFormatIThreeDFormatЧитайте .{@inheritDoc}
slideIBaseSlideЧитайте .Получает слайд.

Методы

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Вернет слайд.

См. также:

 Русский