com.aspose.slides
Class BulletFormat

java.lang.Object
  extended by com.aspose.slides.BulletFormat
All Implemented Interfaces:
IBulletFormat

public final class BulletFormat
extends java.lang.Object
implements IBulletFormat


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

getType

public byte getType()

Returns or sets the bullet type of a paragraph with no inheritance. Read/write BulletType.

Specified by:
getType in interface IBulletFormat

setType

public void setType(byte value)
Specified by:
setType in interface IBulletFormat

getChar

public char getChar()

Returns or sets the bullet char of a paragraph with no inheritance. Read/write char.

Specified by:
getChar in interface IBulletFormat

setChar

public void setChar(char value)
Specified by:
setChar in interface IBulletFormat

getFont

public IFontData getFont()

Returns or sets the bullet font of a paragraph with no inheritance. Read/write FontData.

Specified by:
getFont in interface IBulletFormat

setFont

public void setFont(IFontData value)
Specified by:
setFont in interface IBulletFormat

getHeight

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.

Specified by:
getHeight in interface IBulletFormat

setHeight

public void setHeight(float value)
Specified by:
setHeight in interface IBulletFormat

getColor

public IColorFormat getColor()

Returns the color format of a bullet of a paragraph with no inheritance. Read-only ColorFormat.

Specified by:
getColor in interface IBulletFormat

getNumberedBulletStartWith

public short getNumberedBulletStartWith()

Returns or sets the first number which is used for group of numbered bullets with no inheritance. Read/write short.

Specified by:
getNumberedBulletStartWith in interface IBulletFormat

setNumberedBulletStartWith

public void setNumberedBulletStartWith(short value)
Specified by:
setNumberedBulletStartWith in interface IBulletFormat

getNumberedBulletStyle

public int getNumberedBulletStyle()

Returns or sets the style of a numbered bullet with no inheritance. Read/write NumberedBulletStyle.

Specified by:
getNumberedBulletStyle in interface IBulletFormat

setNumberedBulletStyle

public void setNumberedBulletStyle(int value)
Specified by:
setNumberedBulletStyle in interface IBulletFormat

isBulletHardColor

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.

Specified by:
isBulletHardColor in interface IBulletFormat

isBulletHardColor

public void isBulletHardColor(byte value)
Specified by:
isBulletHardColor in interface IBulletFormat

isBulletHardFont

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.

Specified by:
isBulletHardFont in interface IBulletFormat

isBulletHardFont

public void isBulletHardFont(byte value)
Specified by:
isBulletHardFont in interface IBulletFormat