IBulletFormatEffectiveData

IBulletFormatEffectiveData interface

Immutable object which contains effective paragraph bullet formatting properties.

public interface IBulletFormatEffectiveData

Properties

NameDescription
ActualBulletValue { get; }Returns actual bullet value for parent paragraph. Read-only String.
Char { get; }Returns the bullet char of a paragraph. Read-only Char.
FillFormat { get; }Returns the bullet fill format of a paragraph. Read-only IFillFormatEffectiveData.
Font { get; }Returns the bullet font of a paragraph. Read-only IFontData.
Height { get; }Returns the bullet height of a paragraph. Read-only Single.
IsBulletHardColor { get; }Determines whether the bullet has own color or inherits it from the first portion in the paragraph. Returns true if bullet has own color and false if bullet inherits color from the first portion in the paragraph. Read-only Boolean.
IsBulletHardFont { get; }Determines whether the bullet has own font or inherits it from the first portion in the paragraph. Returns true if bullet has own font and true if bullet inherits font from the first portion in the paragraph. Read-only Boolean.
NumberedBulletStartWith { get; }Returns the first number which is used for group of numbered bullets. Read-only Int16.
NumberedBulletStyle { get; }Returns the style of a numbered bullet. Read-only NumberedBulletStyle.
Type { get; }Returns the bullet type of a paragraph. Read-only BulletType.

Remarks

This interface is used as a part of IParagraphFormatEffectiveData.

See Also