IBulletFormat — Aspose.Slides FOSS Java API Reference
IBulletFormat — Represents paragraph bullet formatting properties.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
type | BulletType | Read/Write | |
char | String | Read/Write | |
font | IFontData | Read/Write | |
height | float | Read/Write | |
color | IColorFormat | Read/Write | |
numberedBulletStartWith | int | Read/Write | |
numberedBulletStyle | NumberedBulletStyle | Read/Write | |
isBulletHardColor | NullableBool | Read/Write | |
isBulletHardFont | NullableBool | Read/Write | |
picture | ISlidesPicture | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getType() | BulletType | Returns the bullet type of a paragraph with no inheritance. |
setType(BulletType value) | void | Sets the bullet type of a paragraph. |
getChar() | String | Returns the bullet char of a paragraph with no inheritance. |
setChar(String value) | void | Sets the bullet char of a paragraph. |
getFont() | IFontData | Returns the bullet font of a paragraph with no inheritance. |
setFont(IFontData value) | void | Sets the bullet font of a paragraph. |
getHeight() | float | Returns the bullet height of a paragraph with no inheritance. |
setHeight(float value) | void | 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(int value) | void | Sets the first number used for group of numbered bullets. |
getNumberedBulletStyle() | NumberedBulletStyle | Returns the style of a numbered bullet with no inheritance. |
setNumberedBulletStyle(NumberedBulletStyle value) | void | 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(NullableBool value) | void | 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(NullableBool value) | void | 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. |