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

ดูเช่นกัน

 ภาษาไทย