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
| Name | Type | Access | Description |
|---|---|---|---|
txBodyElement | Element | Read | Trở lại {@code <a:txBody>} yếu tố XML dưới đây. |
presentation | IPresentation | Read | Nhận được trình bày. |
marginLeft | double | Read | [Điều kiện] |
marginRight | double | Read | [Điều kiện] |
marginTop | double | Read | [Điều kiện] |
marginBottom | double | Read | [Điều kiện] |
wrapText | NullableBool | Read | [Điều kiện] |
anchoringType | TextAnchorType | Read | [Điều kiện] |
centerText | NullableBool | Read | [Điều kiện] |
textVerticalType | TextVerticalType | Read | [Điều kiện] |
autofitType | TextAutofitType | Read | [Điều kiện] |
columnCount | int | Read | [Điều kiện] |
columnSpacing | double | Read | [Điều kiện] |
rotationAngle | double | Read | [Điều kiện] |
transform | TextShapeType | Read | [Điều kiện] |
keepTextFlat | boolean | Read | [Điều kiện] |
threeDFormat | IThreeDFormat | Read | [Điều kiện] |
slide | IBaseSlide | Read | Gửi slide. |
Methods
| Signature | Description |
|---|---|
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() → Element | Trở 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) → TextFrameFormat | Bắ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() → IPresentation | Trở lại bản trình bày. |
asIPresentationComponent() → IPresentationComponent | Trả 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() → IBaseSlide | Trở lại slide. |