BulletFormat
Overview
BulletFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IBulletFormat.
Represents paragraph bullet formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read | Property gets or sets the bullet type |
char | String | Read | Property gets or sets the bullet character string |
font | IFontData | Read | Property gets or sets the font data for the bullet |
height | float | Read | Property gets or sets the bullet height as a float |
color | IColorFormat | Read | Property gets the bullet color format |
numberedBulletStartWith | int | Read | Property gets or sets the start number for numbered bullets |
numberedBulletStyle | NumberedBulletStyle | Read | Property gets or sets the style of numbered bullets |
isBulletHardColor | NullableBool | Read | Property gets or sets the hard‑color flag for the bullet |
picture | ISlidesPicture | Read | Property gets the picture used for picture bullets |
isBulletHardFont | NullableBool | Read |
Methods
| Signature | Description |
|---|---|
BulletFormat() | Creates an unbound {@code BulletFormat}. |
initInternal(pprElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → BulletFormat | Initializes this bullet format from the given {@code <a:pPr>} element. |
getType() → BulletType | Returns the bullet type |
setType(value: BulletType) | Sets the bullet type |
getChar() → String | Returns the bullet character string |
setChar(value: String) | Sets the bullet character string |
getFont() → IFontData | Returns the font data used for the bullet |
setFont(value: IFontData) | Sets the font data for the bullet |
getHeight() → float | Returns the bullet height as a float |
setHeight(value: float) | Sets the bullet height |
getColor() → IColorFormat | Returns the bullet color format |
getNumberedBulletStartWith() → int | Returns the start number for numbered bullets |
setNumberedBulletStartWith(value: int) | Sets the start number for numbered bullets |
getNumberedBulletStyle() → NumberedBulletStyle | Returns the style of numbered bullets |
setNumberedBulletStyle(value: NumberedBulletStyle) | Sets the style of numbered bullets |
getIsBulletHardColor() → NullableBool | Returns whether the bullet color is hard (non‑inherited) |
setIsBulletHardColor(value: NullableBool) | Sets the hard‑color flag for the bullet |
getPicture() → ISlidesPicture | Returns the picture used for picture bullets |
getIsBulletHardFont() → NullableBool | Returns whether the bullet font is hard (non‑inherited) |
setIsBulletHardFont(value: NullableBool) | Sets the hard‑font flag for the bullet |