IBulletFormat — Aspose.Slides FOSS Java API Reference

IBulletFormat — Represents paragraph bullet formatting properties.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
typeBulletTypeRead/Write
charStringRead/Write
fontIFontDataRead/Write
heightfloatRead/Write
colorIColorFormatRead/Write
numberedBulletStartWithintRead/Write
numberedBulletStyleNumberedBulletStyleRead/Write
isBulletHardColorNullableBoolRead/Write
isBulletHardFontNullableBoolRead/Write
pictureISlidesPictureRead/Write

Methods

MethodReturnsDescription
getType()BulletTypeReturns the bullet type of a paragraph with no inheritance.
setType(BulletType value)voidSets the bullet type of a paragraph.
getChar()StringReturns the bullet char of a paragraph with no inheritance.
setChar(String value)voidSets the bullet char of a paragraph.
getFont()IFontDataReturns the bullet font of a paragraph with no inheritance.
setFont(IFontData value)voidSets the bullet font of a paragraph.
getHeight()floatReturns the bullet height of a paragraph with no inheritance.
setHeight(float value)voidSets the bullet height of a paragraph.
getColor()IColorFormatReturns the color format of a bullet of a paragraph with no inheritance.
getNumberedBulletStartWith()intReturns the first number used for group of numbered bullets with no inheritance.
setNumberedBulletStartWith(int value)voidSets the first number used for group of numbered bullets.
getNumberedBulletStyle()NumberedBulletStyleReturns the style of a numbered bullet with no inheritance.
setNumberedBulletStyle(NumberedBulletStyle value)voidSets the style of a numbered bullet.
getIsBulletHardColor()NullableBoolDetermines whether the bullet has own color or inherits it from the first portion in the paragraph.
setIsBulletHardColor(NullableBool value)voidSets whether the bullet has own color or inherits it.
getIsBulletHardFont()NullableBoolDetermines whether the bullet has own font or inherits it from the first portion in the paragraph.
setIsBulletHardFont(NullableBool value)voidSets whether the bullet has own font or inherits it.
getPicture()ISlidesPictureReturns the picture used as a bullet in a paragraph with no inheritance.

See Also