com.aspose.slides
Class BulletFormatEffectiveData

java.lang.Object
  extended by com.aspose.slides.BulletFormatEffectiveData
All Implemented Interfaces:
IBulletFormatEffectiveData

public class BulletFormatEffectiveData
extends java.lang.Object
implements IBulletFormatEffectiveData

Immutable object which contains the paragraph's formatting properties.


Method Summary
 char getChar()
           Returns the bullet char of a paragraph.
 java.awt.Color 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public byte getType()

Returns the bullet type of a paragraph. Read-only BulletType.

Specified by:
getType in interface IBulletFormatEffectiveData

getChar

public char getChar()

Returns the bullet char of a paragraph. Read-only char.

Specified by:
getChar in interface IBulletFormatEffectiveData

getFont

public IFontData getFont()

Returns the bullet font of a paragraph. Read-only IFontData.

Specified by:
getFont in interface IBulletFormatEffectiveData

getHeight

public float getHeight()

Returns the bullet height of a paragraph. Read-only float.

Specified by:
getHeight in interface IBulletFormatEffectiveData

getNumberedBulletStartWith

public short getNumberedBulletStartWith()

Returns the first number which is used for group of numbered bullets. Read-only short.

Specified by:
getNumberedBulletStartWith in interface IBulletFormatEffectiveData

getNumberedBulletStyle

public byte getNumberedBulletStyle()

Returns the style of a numbered bullet. Read-only NumberedBulletStyle.

Specified by:
getNumberedBulletStyle in interface IBulletFormatEffectiveData

getColor

public java.awt.Color getColor()

Returns or sets the color of a bullet. Read-only Color.

Specified by:
getColor in interface IBulletFormatEffectiveData


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.