BulletFormat

Overview

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

Represents paragraph bullet formatting properties.

This class provides 24 methods for working with BulletFormat objects in Java programs. Available methods include: BulletFormat, PVIObject, asIPresentationComponent, getChar, getColor, getFont, getHeight, getIsBulletHardColor, getIsBulletHardFont, getNumberedBulletStartWith, getNumberedBulletStyle, getPicture, and 12 additional methods. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: char, color, font, height, isBulletHardColor, isBulletHardFont, and 6 more.

Properties

NameTypeAccessDescription
typeBulletTypeReadGets the type.
charStringReadGets the char.
fontIFontDataReadGets the font.
heightfloatReadGets the height.
colorIColorFormatReadGets the color.
numberedBulletStartWithintReadGets the numbered bullet start with.
numberedBulletStyleNumberedBulletStyleReadGets the numbered bullet style.
isBulletHardColorNullableBoolReadGets the is bullet hard color.
pictureISlidesPictureReadGets the picture.
isBulletHardFontNullableBoolReadGets the is bullet hard font.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

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 type.
setType(value: BulletType)Sets the type value.
getChar()StringReturns the char.
setChar(value: String)Sets the char value.
getFont()IFontDataReturns the font.
setFont(value: IFontData)Sets the font value.
getHeight()floatReturns the height.
setHeight(value: float)Sets the height value.
getColor()IColorFormatReturns the color.
getNumberedBulletStartWith()intReturns the numbered bullet start with.
setNumberedBulletStartWith(value: int)Sets the numbered bullet start with value.
getNumberedBulletStyle()NumberedBulletStyleReturns the numbered bullet style.
setNumberedBulletStyle(value: NumberedBulletStyle)Sets the numbered bullet style value.
getIsBulletHardColor()NullableBoolReturns the is bullet hard color.
setIsBulletHardColor(value: NullableBool)Sets the is bullet hard color value.
getPicture()ISlidesPictureReturns the picture.
getIsBulletHardFont()NullableBoolReturns the is bullet hard font.
setIsBulletHardFont(value: NullableBool)Sets the is bullet hard font value.
PVIObject()Creates a PVIObject with no parent slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also