BulletFormat
General
BulletFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IBulletFormat.
BulletFormat és una classe en Aspose.Slides FOSS per a Java. Hereta de: ゚ PVIObject⌒, ∂IBulletFormatヽ .
Representa les propietats de formatatge d’una puntada en un paràgraf.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read | Property gets or sets the bullet type |
char | String | Read | Property gets or sets the symbol character for the bullet |
font | IFontData | Read | Property gets or sets the font data for the bullet |
height | float | Read | |
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 numbered bullet style |
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 |
Mètodes
| 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 to the given BulletType |
getChar() → String | Returns the character used for a symbol bullet |
setChar(value: String) | Sets the character for a symbol bullet |
getFont() → IFontData | Returns the font data applied to the bullet |
setFont(value: IFontData) | Assigns the specified font data to the bullet |
getHeight() → float | Returns the bullet height as a float value |
setHeight(value: float) | Sets the bullet height to the given float value |
getColor() → IColorFormat | Returns the color format of the bullet |
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 numbered bullet style |
getIsBulletHardColor() → NullableBool | Returns whether the bullet uses a hard (non‑inherited) color |
setIsBulletHardColor(value: NullableBool) | Sets the hard‑color flag for the bullet |
getPicture() → ISlidesPicture | Returns the picture used for a picture bullet |
getIsBulletHardFont() → NullableBool | |
setIsBulletHardFont(value: NullableBool) | Sets the hard‑font flag for the bullet |