BulletFormat
Overview
BulletFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IBulletFormat.
Represents paragraph bullet formatting properties.
This class provides 24 methods for working with BulletFormat objects in Java programs.
Available methods include: BulletFormat, PVIObject, asIPresentationComponent, getChar, getColor, getFont, getHeight, getIsBulletHardColor, getIsBulletHardFont, getNumberedBulletStartWith, getNumberedBulletStyle, getPicture, and 12 additional methods.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: char, color, font, height, isBulletHardColor, isBulletHardFont, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read | Gets the type. |
char | String | Read | Gets the char. |
font | IFontData | Read | Gets the font. |
height | float | Read | Gets the height. |
color | IColorFormat | Read | Gets the color. |
numberedBulletStartWith | int | Read | Gets the numbered bullet start with. |
numberedBulletStyle | NumberedBulletStyle | Read | Gets the numbered bullet style. |
isBulletHardColor | NullableBool | Read | Gets the is bullet hard color. |
picture | ISlidesPicture | Read | Gets the picture. |
isBulletHardFont | NullableBool | Read | Gets the is bullet hard font. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
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 type. |
setType(value: BulletType) | Sets the type value. |
getChar() → String | Returns the char. |
setChar(value: String) | Sets the char value. |
getFont() → IFontData | Returns the font. |
setFont(value: IFontData) | Sets the font value. |
getHeight() → float | Returns the height. |
setHeight(value: float) | Sets the height value. |
getColor() → IColorFormat | Returns the color. |
getNumberedBulletStartWith() → int | Returns the numbered bullet start with. |
setNumberedBulletStartWith(value: int) | Sets the numbered bullet start with value. |
getNumberedBulletStyle() → NumberedBulletStyle | Returns the numbered bullet style. |
setNumberedBulletStyle(value: NumberedBulletStyle) | Sets the numbered bullet style value. |
getIsBulletHardColor() → NullableBool | Returns the is bullet hard color. |
setIsBulletHardColor(value: NullableBool) | Sets the is bullet hard color value. |
getPicture() → ISlidesPicture | Returns the picture. |
getIsBulletHardFont() → NullableBool | Returns the is bullet hard font. |
setIsBulletHardFont(value: NullableBool) | Sets the is bullet hard font value. |
PVIObject() | Creates a PVIObject with no parent slide. |
getSlide() → IBaseSlide | Returns the slide. |
getPresentation() → IPresentation | Returns the presentation. |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |