BulletFormat

Overview

BulletFormat is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IBulletFormat.

Represents paragraph bullet formatting properties.

Properties

NameTypeAccessDescription
typeBulletTypeReadProperty gets or sets the bullet type
charStringReadProperty gets or sets the bullet character string
fontIFontDataReadProperty gets or sets the font data for the bullet
heightfloatReadProperty gets or sets the bullet height as a float
colorIColorFormatReadProperty gets the bullet color format
numberedBulletStartWithintReadProperty gets or sets the start number for numbered bullets
numberedBulletStyleNumberedBulletStyleReadProperty gets or sets the style of numbered bullets
isBulletHardColorNullableBoolReadProperty gets or sets the hard‑color flag for the bullet
pictureISlidesPictureReadProperty gets the picture used for picture bullets
isBulletHardFontNullableBoolRead

Methods

SignatureDescription
BulletFormat()Creates an unbound {@code BulletFormat}.
initInternal(pprElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)BulletFormatInitializes this bullet format from the given {@code <a:pPr>} element.
getType()BulletTypeReturns the bullet type
setType(value: BulletType)Sets the bullet type
getChar()StringReturns the bullet character string
setChar(value: String)Sets the bullet character string
getFont()IFontDataReturns the font data used for the bullet
setFont(value: IFontData)Sets the font data for the bullet
getHeight()floatReturns the bullet height as a float
setHeight(value: float)Sets the bullet height
getColor()IColorFormatReturns the bullet color format
getNumberedBulletStartWith()intReturns the start number for numbered bullets
setNumberedBulletStartWith(value: int)Sets the start number for numbered bullets
getNumberedBulletStyle()NumberedBulletStyleReturns the style of numbered bullets
setNumberedBulletStyle(value: NumberedBulletStyle)Sets the style of numbered bullets
getIsBulletHardColor()NullableBoolReturns whether the bullet color is hard (non‑inherited)
setIsBulletHardColor(value: NullableBool)Sets the hard‑color flag for the bullet
getPicture()ISlidesPictureReturns the picture used for picture bullets
getIsBulletHardFont()NullableBoolReturns whether the bullet font is hard (non‑inherited)
setIsBulletHardFont(value: NullableBool)Sets the hard‑font flag for the bullet

See Also