is_bullet_hard_font property

is_bullet_hard_font property

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.

Definition:

@property
def is_bullet_hard_font(self):
    ...

@is_bullet_hard_font.setter
def is_bullet_hard_font(self, value):
    ...

See Also