public interface IBulletFormatEffectiveData
Immutable object which contains effective paragraph bullet formatting properties.
IParagraphFormatEffectiveData
.
Modifier and Type | Method and Description |
---|---|
char |
getChar()
Returns the bullet char of a paragraph.
|
java.awt.Color |
getColor()
Returns the color of a bullet.
|
IFontData |
getFont()
Returns the bullet font of a paragraph.
|
float |
getHeight()
Returns the bullet height of a paragraph.
|
short |
getNumberedBulletStartWith()
Returns the first number which is used for group of numbered bullets.
|
byte |
getNumberedBulletStyle()
Returns the style of a numbered bullet.
|
IPictureEffectiveData |
getPicture()
Returns the picture used as a bullet in the paragraph.
|
byte |
getType()
Returns the bullet type of a paragraph.
|
byte getType()
Returns the bullet type of a paragraph.
Read-only BulletType
.
char getChar()
Returns the bullet char of a paragraph.
Read-only char
.
float getHeight()
Returns the bullet height of a paragraph.
Read-only float
.
short getNumberedBulletStartWith()
Returns the first number which is used for group of numbered bullets.
Read-only short
.
byte getNumberedBulletStyle()
Returns the style of a numbered bullet.
Read-only NumberedBulletStyle
(getNumberedBulletStyle()
).
java.awt.Color getColor()
Returns the color of a bullet.
Read-only Color
(getColor()
).
IPictureEffectiveData getPicture()
Returns the picture used as a bullet in the paragraph.
Read-only IPictureEffectiveData
.