IBulletFormat

General

IBulletFormat és una interfície en Aspose.Slides FOSS per Java.

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

Propietats

NameTypeAccessDescription
typeBulletTypeReadProperty represents the bullet type of a paragraph
charStringRead
fontIFontDataRead
heightfloatRead
colorIColorFormatReadProperty represents the color format of a bullet
numberedBulletStartWithintReadProperty represents the first number for a numbered bullet group
numberedBulletStyleNumberedBulletStyleReadProperty represents the style of a numbered bullet
isBulletHardColorNullableBoolReadProperty indicates if the bullet uses its own color
isBulletHardFontNullableBoolReadProperty indicates if the bullet uses its own font
pictureISlidesPictureReadProperty represents the picture used as a bullet in a paragraph

Mètodes

SignatureDescription
getType()BulletTypeReturns the bullet type of a paragraph with no inheritance.
setType(value: BulletType)Sets the bullet type of a paragraph.
getChar()StringReturns the bullet char of a paragraph with no inheritance.
setChar(value: String)Sets the bullet char of a paragraph.
getFont()IFontDataReturns the bullet font of a paragraph with no inheritance.
setFont(value: IFontData)Sets the bullet font of a paragraph.
getHeight()floatReturns the bullet height of a paragraph with no inheritance.
setHeight(value: float)Sets 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(value: int)Sets the first number used for group of numbered bullets.
getNumberedBulletStyle()NumberedBulletStyleReturns the style of a numbered bullet with no inheritance.
setNumberedBulletStyle(value: NumberedBulletStyle)Sets 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(value: NullableBool)Sets 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(value: NullableBool)Sets whether the bullet has own font or inherits it.
getPicture()ISlidesPictureReturns the picture used as a bullet in a paragraph with no inheritance.
 Català