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 ใดก็ได้หลังจากติดตั้งแพ็คเกจ 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() | สร้าง PVIObject โดยไม่มีสไลด์แม่. |
getSlide() → IBaseSlide | กลับสไลด์. |