BulletFormat Properties

The BulletFormat type exposes the following members.

Properties
  NameDescription
Public propertyChar
Returns or sets the bullet char of a paragraph with no inheritance. Read/write Char.
Public propertyColor
Returns the color format of a bullet of a paragraph with no inheritance. Read-only IColorFormat.
Public propertyFont
Returns or sets the bullet font of a paragraph with no inheritance. Read/write IFontData.
Public propertyHeight
Returns or sets the bullet height of a paragraph with no inheritance. Value float.NaN determines that bullet inherits height from the first portion in the paragraph. Read/write Single.
Public propertyIsBulletHardColor
Determines whether the bullet has own color or inherits it from the first portion in the paragraph. NullableBool.True if bullet has own color and NullableBool.False if bullet inherits color from the first portion in the paragraph. Read/write NullableBool.
Public propertyIsBulletHardFont
Determines whether the bullet has own font or inherits it from the first portion in the paragraph. NullableBool.True if bullet has own font and NullableBool.False if bullet inherits font from the first portion in the paragraph. Read/write NullableBool.
Public propertyNumberedBulletStartWith
Returns or sets the first number which is used for group of numbered bullets with no inheritance. Read/write Int16.
Public propertyNumberedBulletStyle
Returns or sets the style of a numbered bullet with no inheritance. Read/write NumberedBulletStyle.
Public propertyPicture
Returns the picture used as a bullet in a paragraph with no inheritance. Read-only ISlidesPicture.
Public propertyType
Returns or sets the bullet type of a paragraph with no inheritance. Read/write BulletType.
See Also