public class BulletFormatEffectiveData extends java.lang.Object implements IBulletFormatEffectiveData
Immutable object which contains the paragraph's formatting properties.
Modifier and Type | Method and Description |
---|---|
char |
getChar()
Returns the bullet char of a paragraph.
|
java.lang.Integer |
getColor()
Returns or sets 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.
|
byte |
getType()
Returns the bullet type of a paragraph.
|
public final byte getType()
Returns the bullet type of a paragraph.
Read-only BulletType
.
getType
in interface IBulletFormatEffectiveData
public final char getChar()
Returns the bullet char of a paragraph.
Read-only char
.
getChar
in interface IBulletFormatEffectiveData
public final IFontData getFont()
Returns the bullet font of a paragraph.
Read-only IFontData
.
getFont
in interface IBulletFormatEffectiveData
public final float getHeight()
Returns the bullet height of a paragraph.
Read-only float
.
getHeight
in interface IBulletFormatEffectiveData
public final short getNumberedBulletStartWith()
Returns the first number which is used for group of numbered bullets.
Read-only short
.
getNumberedBulletStartWith
in interface IBulletFormatEffectiveData
public final byte getNumberedBulletStyle()
Returns the style of a numbered bullet.
Read-only NumberedBulletStyle
.
getNumberedBulletStyle
in interface IBulletFormatEffectiveData
public final java.lang.Integer getColor()
Returns or sets the color of a bullet.
Read-only Integer
.
getColor
in interface IBulletFormatEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.