BulletFormat

General

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

BulletFormat és una classe en Aspose.Slides FOSS per a Java. Hereta de: ゚ PVIObject⌒, ∂IBulletFormatヽ .

Representa les propietats de formatatge d’una puntada en un paràgraf.

Propietats

NameTypeAccessDescription
typeBulletTypeReadProperty gets or sets the bullet type
charStringReadProperty gets or sets the symbol character for the bullet
fontIFontDataReadProperty gets or sets the font data for the bullet
heightfloatRead
colorIColorFormatReadProperty gets the bullet color format
numberedBulletStartWithintReadProperty gets or sets the start number for numbered bullets
numberedBulletStyleNumberedBulletStyleReadProperty gets or sets the numbered bullet style
isBulletHardColorNullableBoolReadProperty gets or sets the hard‑color flag for the bullet
pictureISlidesPictureReadProperty gets the picture used for picture bullets
isBulletHardFontNullableBoolRead

Mètodes

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 to the given BulletType
getChar()StringReturns the character used for a symbol bullet
setChar(value: String)Sets the character for a symbol bullet
getFont()IFontDataReturns the font data applied to the bullet
setFont(value: IFontData)Assigns the specified font data to the bullet
getHeight()floatReturns the bullet height as a float value
setHeight(value: float)Sets the bullet height to the given float value
getColor()IColorFormatReturns the color format of the bullet
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 numbered bullet style
getIsBulletHardColor()NullableBoolReturns whether the bullet uses a hard (non‑inherited) color
setIsBulletHardColor(value: NullableBool)Sets the hard‑color flag for the bullet
getPicture()ISlidesPictureReturns the picture used for a picture bullet
getIsBulletHardFont()NullableBool
setIsBulletHardFont(value: NullableBool)Sets the hard‑font flag for the bullet
 Català