ITextFrameFormat
Overview
ITextFrameFormat เป็นอินเตอร์เฟสใน Aspose.Slides FOSS สําหรับ Java.
แสดงรูปแบบของกรอบข้อความ.
อินเตอร์เฟสนี้ให้ 29 วิธีในการทํางานกับวัตถุ ITextFrameFormat ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: getAnchoringType, getAutofitType, getCenterText, getColumnCount, getColumnSpacing, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getRotationAngle, getTextVerticalType, getThreeDFormat,และ 17 วิธีเพิ่มเติม. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากการติดตั้งแพ็คเกจ FOSS for Java. คุณสมบัติ: anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat, และอีก 9 คน.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
marginLeft | double | Read | กลับทางซ้ายในจุด. |
marginRight | double | Read | ส่งผลให้เห็นถึงจุดที่ถูก. |
marginTop | double | Read | ส่งผลให้ได้คะแนนสูงสุด. |
marginBottom | double | Read | กลับมามาร์จีนด้านล่างในจุด. |
wrapText | NullableBool | Read | กลับสัญลักษณ์การบรรจุข้อความ. |
anchoringType | TextAnchorType | Read | กลับประเภทข้อความที่ติดต่อ. |
centerText | NullableBool | Read | กลับโหมดการตั้งศูนย์กลางข้อความ. |
textVerticalType | TextVerticalType | Read | ส่งกลับแบบเท็กสติก. |
autofitType | TextAutofitType | Read | ส่ง type autofit ของข้อความ. |
columnCount | int | Read | คืนจํานวนคอลัมน์. |
columnSpacing | double | Read | กลับระยะระหว่างคอลัมน์ในจุด. |
threeDFormat | IThreeDFormat | Read | กลับรูปแบบ 3D ของกรอบข้อความ. |
keepTextFlat | boolean | Read | กลับข้อมูลที่ว่าข้อความถูกเก็บไว้เป็นฟลาทหรือไม่. |
rotationAngle | double | Read | ส่งมุมการหมุนของข้อความในองศา. |
transform | TextShapeType | Read | ส่งกลับรูปแบบแปลงข้อความ. |
Methods
| Signature | Description |
|---|---|
getMarginLeft() → double | กลับทางซ้ายในจุด. |
setMarginLeft(value: double) | วางขอบซ้ายเป็นจุด. |
getMarginRight() → double | ส่งผลให้เห็นถึงจุดที่ถูก. |
setMarginRight(value: double) | วางขอบเขตที่ถูกต้องในจุด. |
getMarginTop() → double | ส่งผลให้ได้คะแนนสูงสุด. |
setMarginTop(value: double) | วางขอบสูงสุดในจุด. |
getMarginBottom() → double | กลับมามาร์จีนด้านล่างในจุด. |
setMarginBottom(value: double) | วางขอบด้านล่างเป็นจุด. |
getWrapText() → NullableBool | กลับสัญลักษณ์การบรรจุข้อความ. |
setWrapText(value: NullableBool) | วางสัญลักษณ์บรรจุข้อความ. |
getAnchoringType() → TextAnchorType | กลับประเภทข้อความที่ติดต่อ. |
setAnchoringType(value: TextAnchorType) | กําหนดประเภทข้อความที่ติดต่อ. |
getCenterText() → NullableBool | กลับโหมดการตั้งศูนย์กลางข้อความ. |
setCenterText(value: NullableBool) | วางโหมดการตั้งศูนย์กลางข้อความ. |
getTextVerticalType() → TextVerticalType | ส่งกลับแบบเท็กสติก. |
setTextVerticalType(value: TextVerticalType) | กําหนดแบบเท็กสติก. |
getAutofitType() → TextAutofitType | ส่ง type autofit ของข้อความ. |
setAutofitType(value: TextAutofitType) | กําหนดประเภทการอัตโนมัติข้อความ. |
getColumnCount() → int | คืนจํานวนคอลัมน์. |
setColumnCount(value: int) | กําหนดจํานวนคอลัมน์. |
getColumnSpacing() → double | กลับระยะระหว่างคอลัมน์ในจุด. |
setColumnSpacing(value: double) | กําหนดระยะระหว่างคอลัมน์. |
getThreeDFormat() → IThreeDFormat | ส่งรูปแบบ 3D ของกรอบข้อความ. |
isKeepTextFlat() → boolean | การคืนข้อมูลที่ว่าข้อความถูกเก็บเป็นพื้น. |
setKeepTextFlat(value: boolean) | กําหนดว่าข้อความจะถูกเก็บเป็นพื้นที่หรือไม. |
getRotationAngle() → double | ส่งมุมการหมุนข้อความในกีระ. |
setRotationAngle(value: double) | กําหนดมุมการหมุนข้อความในกีฬา. |
getTransform() → TextShapeType | การคืนรูปแบบแปลงข้อความ. |
setTransform(value: TextShapeType) | กําหนดแบบแปลงข้อความ. |