IBulletFormat

Vue de l’ensemble

‘IBulletFormat’ est une interface dans Aspose.Slides FOSS pour Java.

Représente les propriétés de formatage des puces de paragraphe.

Cette interface fournit 18 méthodes pour travailler avec des objets IBulletFormat dans les programmes Java. Les méthodologies disponibles comprennent: ‘getChar’, ‘getColor’, getFont', ‘getHeight’, 'GetIsBulletinHardColore', ’getIsNumberedBurletStartWith', ‚getNunberedStyle', ''getPicture',''getType',setChar’ et 6 méthode supplémentaires. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.Slides FOSS pour le package Java, propriétés : ‘char’,’ color’, “font’, height’,’, «bletterHarbon’, 4+

Propriétés

NameTypeAccessDescription
typeBulletTypeReadReturns the bullet type of a paragraph with no inheritance.
charStringReadReturns the bullet char of a paragraph with no inheritance.
fontIFontDataReadReturns the bullet font of a paragraph with no inheritance.
heightfloatReadReturns the bullet height of a paragraph with no inheritance.
colorIColorFormatReadReturns the color format of a bullet of a paragraph with no inheritance.
numberedBulletStartWithintReadReturns the first number used for group of numbered bullets with no inheritance.
numberedBulletStyleNumberedBulletStyleReadReturns the style of a numbered bullet with no inheritance.
isBulletHardColorNullableBoolReadDetermines whether the bullet has own color or inherits it from
the first portion in the paragraph.
isBulletHardFontNullableBoolReadDetermines whether the bullet has own font or inherits it from
the first portion in the paragraph.
pictureISlidesPictureReadReturns the picture used as a bullet in a paragraph with no inheritance.

méthodes

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.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français