BulletFormat
ภาพรวม
BulletFormat เป็นคลาสใน Aspose.Slides FOSS สําหรับ Java. ทายาทจาก: PVIObject, IBulletFormat.
แสดงให้เห็นถึงคุณสมบัติการจัดรูปกระบอกในข้อความ.
หมวดนี้ให้ 24 วิธีในการทํางานกับ BulletFormat วัตถุในโปรแกรม Java. วิธีการที่ใช้ได้แก่: BulletFormat, PVIObject, asIPresentationComponent, getChar, getColor, getFont, getHeight, getIsBulletHardColor, getIsBulletHardFont, getNumberedBulletStartWith, getNumberedBulletStyle, getPicture,และวิธีการเพิ่มเติมอีก 12 วิธี. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Java. คุณสมบัติ: char, color, font, height, isBulletHardColor, isBulletHardFont,และอีก 6 คน.
คุณสมบัติ
| ชื่อ | ประเภท | Access | คําอธิบาย |
|---|---|---|---|
type | BulletType | อ่าน | รับประเภท. |
char | String | อ่าน | รับอักขระ. |
font | IFontData | อ่าน | รับแบบอักษร. |
height | float | อ่าน | รับความสูง. |
color | IColorFormat | อ่าน | รับค่าสี. |
numberedBulletStartWith | int | อ่าน | รับค่าการเริ่มต้นของ bullet ที่เป็นตัวเลข. |
numberedBulletStyle | NumberedBulletStyle | อ่าน | รับสไตล์รายการแบบมีหมายเลข. |
isBulletHardColor | NullableBool | อ่าน | รับสีของ is bullet hard. |
picture | ISlidesPicture | อ่าน | รับรูปภาพ. |
isBulletHardFont | NullableBool | อ่าน | รับค่า is bullet hard font. |
slide | IBaseSlide | อ่าน | รับสไลด์. |
presentation | IPresentation | อ่าน | รับการนำเสนอ. |
วิธีการ
| Signature | คําอธิบาย |
|---|---|
BulletFormat() | สร้าง {@code BulletFormat} ที่ไม่ผูกพัน. |
initInternal(pprElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → BulletFormat | เริ่มรูปแบบลูกบอลต์นี้จากองค์ประกอบ {@code <a:pPr>} ที่ได้รับ. |
getType() → BulletType | การคืนรูปแบบ. |
setType(value: BulletType) | ตั้งค่าค่า type. |
getChar() → String | กลับคืนถ่านไฟ. |
setChar(value: String) | ตั้งค่าค่า char. |
getFont() → IFontData | ส่งฟอนต์กลับ. |
setFont(value: IFontData) | ตั้งค่าค่าฟอนต์. |
getHeight() → float | กลับความสูง. |
setHeight(value: float) | กำหนดค่าความสูง. |
getColor() → IColorFormat | ส่งสีกลับมา. |
getNumberedBulletStartWith() → int | กลับตัวเลขที่เริ่มต้นด้วย. |
setNumberedBulletStartWith(value: int) | ตั้งค่าการเริ่มต้นของรายการเลขลำดับด้วยค่า. |
getNumberedBulletStyle() → NumberedBulletStyle | กลับรูปแบบของลูกปืนที่มีเลข. |
setNumberedBulletStyle(value: NumberedBulletStyle) | ตั้งค่าค่ารูปแบบสัญลักษณ์หัวข้อแบบลำดับเลข. |
getIsBulletHardColor() → NullableBool | กลับเป็นสีที่แข็งแรงของกระสุน. |
setIsBulletHardColor(value: NullableBool) | ตั้งค่าค่าสีของ is bullet hard. |
getPicture() → ISlidesPicture | ส่งภาพกลับมา. |
getIsBulletHardFont() → NullableBool | กลับตัวอักษรที่แข็งเป็นลูกปืน. |
setIsBulletHardFont(value: NullableBool) | ตั้งค่าค่า is bullet hard font. |
PVIObject() | สร้าง PVIObject โดยไม่มีสไลด์แม่. |
getSlide() → IBaseSlide | กลับสไลด์. |
getPresentation() → IPresentation | ส่งผลการแสดงภาพกลับคืนมา. |
asIPresentationComponent() → IPresentationComponent | กลับวัตถุนี้เป็น {@link IPresentationComponent}. |