BulletFormatIsBulletHardFont 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.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public NullableBool IsBulletHardFont { get; set; }

Property Value

Type: NullableBool

Implements

IBulletFormatIsBulletHardFont
See Also