TextFrameFormat

TextFrameFormat

Overview

TextFrameFormat là một lớp trong Aspose.Slides FOSS cho Java. Dòng thừa kế từ: PVIObject, ITextFrameFormat.

Có các thuộc tính định dạng của TextFrame.

Khóa học này cung cấp 37 phương pháp để làm việc với các đối tượng TextFrameFormat trong các chương trình Java. Các phương pháp có sẵn bao gồm: PVIObject, TextFrameFormat, asIPresentationComponent, getAnchoringType, getAutofitType, getCenterText, getColumnCount, getColumnSpacing, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop,Và 24 phương pháp bổ sung. Tất cả các thành viên công cộng đều có thể truy cập bất kỳ ứng dụng Java nào sau khi cài đặt Aspose.Slides FOSS cho gói Java. Tài sản : anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat,Và 12 nhiều hơn nữa.

Properties

NameTypeAccessDescription
txBodyElementElementReadTrở lại {@code <a:txBody>} yếu tố XML dưới đây.
presentationIPresentationReadNhận được trình bày.
marginLeftdoubleRead[Điều kiện]
marginRightdoubleRead[Điều kiện]
marginTopdoubleRead[Điều kiện]
marginBottomdoubleRead[Điều kiện]
wrapTextNullableBoolRead[Điều kiện]
anchoringTypeTextAnchorTypeRead[Điều kiện]
centerTextNullableBoolRead[Điều kiện]
textVerticalTypeTextVerticalTypeRead[Điều kiện]
autofitTypeTextAutofitTypeRead[Điều kiện]
columnCountintRead[Điều kiện]
columnSpacingdoubleRead[Điều kiện]
rotationAngledoubleRead[Điều kiện]
transformTextShapeTypeRead[Điều kiện]
keepTextFlatbooleanRead[Điều kiện]
threeDFormatIThreeDFormatRead[Điều kiện]
slideIBaseSlideReadGửi slide.

Methods

SignatureDescription
TextFrameFormat(txBodyElement: Element, saveCallback: Runnable)Tạo một TextFrameFormat được hỗ trợ bởi yếu tố cơ thể văn bản cụ thể.
getTxBodyElement()ElementTrở lại {@code <a:txBody>} yếu tố XML dưới đây.
TextFrameFormat()Tạo một TextFrameFormat mới với một tự lập {@code <a:txBody>} chứa một trống { @code }.
initInternal(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)TextFrameFormatBắt đầu định dạng này với yếu tố XML thực sự từ một phần nhấp chuột.
getPresentation()IPresentationTrở lại bản trình bày.
asIPresentationComponent()IPresentationComponentTrả lại đối tượng này như một {@link IPresentationComponent}.
getMarginLeft()double[Điều kiện]
setMarginLeft(value: double)[Điều kiện]
getMarginRight()double[Điều kiện]
setMarginRight(value: double)[Điều kiện]
getMarginTop()double[Điều kiện]
setMarginTop(value: double)[Điều kiện]
getMarginBottom()double[Điều kiện]
setMarginBottom(value: double)[Điều kiện]
getWrapText()NullableBool[Điều kiện]
setWrapText(value: NullableBool)[Điều kiện]
getAnchoringType()TextAnchorType[Điều kiện]
setAnchoringType(value: TextAnchorType)[Điều kiện]
getCenterText()NullableBool[Điều kiện]
setCenterText(value: NullableBool)[Điều kiện]
getTextVerticalType()TextVerticalType[Điều kiện]
setTextVerticalType(value: TextVerticalType)[Điều kiện]
getAutofitType()TextAutofitType[Điều kiện]
setAutofitType(value: TextAutofitType)[Điều kiện]
getColumnCount()int[Điều kiện]
setColumnCount(value: int)[Điều kiện]
getColumnSpacing()double[Điều kiện]
setColumnSpacing(value: double)[Điều kiện]
getRotationAngle()double[Điều kiện]
setRotationAngle(value: double)[Điều kiện]
getTransform()TextShapeType[Điều kiện]
setTransform(value: TextShapeType)[Điều kiện]
isKeepTextFlat()boolean[Điều kiện]
setKeepTextFlat(value: boolean)[Điều kiện]
getThreeDFormat()IThreeDFormat[Điều kiện]
PVIObject()Tạo một PVIObject với không có slide cha mẹ.
getSlide()IBaseSlideTrở lại slide.

See Also

 Tiếng Việt