BulletFormat
अवलोकन
BulletFormat जावा के लिए Aspose.Slides FOSS में एक वर्ग है. वारिसों सेः: PVIObject, IBulletFormat.
पैराग्राफ बुलेट स्वरूपण गुणों का प्रतिनिधित्व करता है.
यह वर्ग जावा प्रोग्राम में BulletFormat ऑब्जेक्ट के साथ काम करने के लिए 24 विधियाँ प्रदान करता है. उपलब्ध विधियों में शामिल हैंः: BulletFormat, PVIObject, asIPresentationComponent, getChar, getColor, getFont, getHeight, getIsBulletHardColor, getIsBulletHardFont, getNumberedBulletStartWith, getNumberedBulletStyle, getPicture, और 12 अतिरिक्त विधियाँ।. सभी सार्वजनिक सदस्य Aspose.Slides FOSS for Java पैकेज को स्थापित करने के बाद किसी भी जावा एप्लिकेशन तक पहुंच सकते हैं. गुण: char, color, font, height, isBulletHardColor, isBulletHardFont, और 6 अधिक।.
गुण
| नाम | प्रकार | Access | विवरण |
|---|---|---|---|
type | BulletType | पढ़िए। | type प्राप्त करता है।. |
char | String | पढ़िए। | char प्राप्त करता है।. |
font | IFontData | पढ़िए। | फ़ॉन्ट प्राप्त करता है।. |
height | float | पढ़िए। | ऊँचाई प्राप्त करता है।. |
color | IColorFormat | पढ़िए। | रंग प्राप्त करता है।. |
numberedBulletStartWith | int | पढ़िए। | नंबरित बुलेट की शुरुआत प्राप्त करता है।. |
numberedBulletStyle | NumberedBulletStyle | पढ़िए। | नंबरित बुलेट शैली प्राप्त करता है।. |
isBulletHardColor | NullableBool | पढ़िए। | is bullet hard color प्राप्त करता है।. |
picture | ISlidesPicture | पढ़िए। | चित्र प्राप्त करता है।. |
isBulletHardFont | NullableBool | पढ़िए। | is bullet hard font प्राप्त करता है।. |
slide | IBaseSlide | पढ़िए। | स्लाइड प्राप्त करता है।. |
presentation | IPresentation | पढ़िए। | presentation प्राप्त करता है।. |
विधिएँ
| Signature | विवरण |
|---|---|
BulletFormat() | एक अनबाउंड {@code BulletFormat} बनाता है. |
initInternal(pprElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → BulletFormat | दिए गए {@code <a:pPr>} तत्व से इस बुलेट प्रारूप को आरंभ करता है. |
getType() → BulletType | प्रकार लौटाता है. |
setType(value: BulletType) | टाइप मान सेट करता है।. |
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() | कोई मूल स्लाइड के बिना एक PVIOobject बनाता है. |
getSlide() → IBaseSlide | स्लाइड लौटाता है. |
getPresentation() → IPresentation | प्रस्तुति लौटाता है।. |
asIPresentationComponent() → IPresentationComponent | इस वस्तु को {@link IPresentationComponent} के रूप में लौटाता है. |