IBulletFormat
Overview
IBulletFormat is a interface in Aspose.Slides FOSS for Java.
Represents paragraph bullet formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read | Returns the bullet type of a paragraph with no inheritance. |
char | String | Read | Returns the bullet char of a paragraph with no inheritance. |
font | IFontData | Read | Returns the bullet font of a paragraph with no inheritance. |
height | float | Read | Returns the bullet height of a paragraph with no inheritance. |
color | IColorFormat | Read | Returns the color format of a bullet of a paragraph with no inheritance. |
numberedBulletStartWith | int | Read | Returns the first number used for group of numbered bullets with no inheritance. |
numberedBulletStyle | NumberedBulletStyle | Read | Returns the style of a numbered bullet with no inheritance. |
isBulletHardColor | NullableBool | Read | Determines whether the bullet has own color or inherits it from |
| the first portion in the paragraph. | |||
isBulletHardFont | NullableBool | Read | Determines whether the bullet has own font or inherits it from |
| the first portion in the paragraph. | |||
picture | ISlidesPicture | Read | Returns the picture used as a bullet in a paragraph with no inheritance. |
Methods
| Signature | Description |
|---|---|
getType() → BulletType | Returns the bullet type of a paragraph with no inheritance. |
setType(value: BulletType) | Sets the bullet type of a paragraph. |
getChar() → String | Returns the bullet char of a paragraph with no inheritance. |
setChar(value: String) | Sets the bullet char of a paragraph. |
getFont() → IFontData | Returns the bullet font of a paragraph with no inheritance. |
setFont(value: IFontData) | Sets the bullet font of a paragraph. |
getHeight() → float | Returns the bullet height of a paragraph with no inheritance. |
setHeight(value: float) | Sets the bullet height of a paragraph. |
getColor() → IColorFormat | Returns the color format of a bullet of a paragraph with no inheritance. |
getNumberedBulletStartWith() → int | Returns the first number used for group of numbered bullets with no inheritance. |
setNumberedBulletStartWith(value: int) | Sets the first number used for group of numbered bullets. |
getNumberedBulletStyle() → NumberedBulletStyle | Returns the style of a numbered bullet with no inheritance. |
setNumberedBulletStyle(value: NumberedBulletStyle) | Sets the style of a numbered bullet. |
getIsBulletHardColor() → NullableBool | Determines whether the bullet has own color or inherits it from |
| the first portion in the paragraph. | |
setIsBulletHardColor(value: NullableBool) | Sets whether the bullet has own color or inherits it. |
getIsBulletHardFont() → NullableBool | Determines whether the bullet has own font or inherits it from |
| the first portion in the paragraph. | |
setIsBulletHardFont(value: NullableBool) | Sets whether the bullet has own font or inherits it. |
getPicture() → ISlidesPicture | Returns the picture used as a bullet in a paragraph with no inheritance. |