|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BulletFormat
public final class BulletFormat
Method Summary | |
---|---|
char |
getChar()
Returns or sets the bullet char of a paragraph with no inheritance. |
IColorFormat |
getColor()
Returns the color format of a bullet of a paragraph with no inheritance. |
IFontData |
getFont()
Returns or sets the bullet font of a paragraph with no inheritance. |
float |
getHeight()
Returns or sets the bullet height of a paragraph with no inheritance. |
short |
getNumberedBulletStartWith()
Returns or sets the first number which is used for group of numbered bullets with no inheritance. |
int |
getNumberedBulletStyle()
Returns or sets the style of a numbered bullet with no inheritance. |
byte |
getType()
Returns or sets the bullet type of a paragraph with no inheritance. |
byte |
isBulletHardColor()
Determines whether the bullet has own color or inherits it from the first portion in the paragraph. |
void |
isBulletHardColor(byte value)
|
byte |
isBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph. |
void |
isBulletHardFont(byte value)
|
void |
setChar(char value)
|
void |
setFont(IFontData value)
|
void |
setHeight(float value)
|
void |
setNumberedBulletStartWith(short value)
|
void |
setNumberedBulletStyle(int value)
|
void |
setType(byte value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getType()
Returns or sets the bullet type of a paragraph with no inheritance.
Read/write BulletType
.
getType
in interface IBulletFormat
public void setType(byte value)
setType
in interface IBulletFormat
public char getChar()
Returns or sets the bullet char of a paragraph with no inheritance.
Read/write char
.
getChar
in interface IBulletFormat
public void setChar(char value)
setChar
in interface IBulletFormat
public IFontData getFont()
Returns or sets the bullet font of a paragraph with no inheritance.
Read/write FontData
.
getFont
in interface IBulletFormat
public void setFont(IFontData value)
setFont
in interface IBulletFormat
public float getHeight()
Returns or sets the bullet height of a paragraph with no inheritance.
Value float.NaN determines that bullet inherits height from the first portion in the paragraph.
Read/write float
.
getHeight
in interface IBulletFormat
public void setHeight(float value)
setHeight
in interface IBulletFormat
public IColorFormat getColor()
Returns the color format of a bullet of a paragraph with no inheritance.
Read-only ColorFormat
.
getColor
in interface IBulletFormat
public short getNumberedBulletStartWith()
Returns or sets the first number which is used for group of numbered bullets with no inheritance.
Read/write short
.
getNumberedBulletStartWith
in interface IBulletFormat
public void setNumberedBulletStartWith(short value)
setNumberedBulletStartWith
in interface IBulletFormat
public int getNumberedBulletStyle()
Returns or sets the style of a numbered bullet with no inheritance.
Read/write NumberedBulletStyle
.
getNumberedBulletStyle
in interface IBulletFormat
public void setNumberedBulletStyle(int value)
setNumberedBulletStyle
in interface IBulletFormat
public byte isBulletHardColor()
Determines whether the bullet has own color or inherits it from the first portion in the paragraph.
<b>NullableBool.True</b>
if bullet has own color and <b>NullableBool.False</b>
if bullet
inherits color from the first portion in the paragraph.
Read/write NullableBool
.
isBulletHardColor
in interface IBulletFormat
public void isBulletHardColor(byte value)
isBulletHardColor
in interface IBulletFormat
public byte isBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph.
<b>NullableBool.True</b>
if bullet has own font and <b>NullableBool.False</b>
if bullet
inherits font from the first portion in the paragraph.
Read/write NullableBool
.
isBulletHardFont
in interface IBulletFormat
public void isBulletHardFont(byte value)
isBulletHardFont
in interface IBulletFormat
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |