Click or drag to resize

TextInheritanceLimit Enumeration

Controls the depth of the text properties inheritance.

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum TextInheritanceLimit
Members
  Member nameValueDescription
All0 Inherit all text properties.
TextBox1 Inherit only from TextFrameEx's style.
ParagraphOnly2 Use only properties defined for paragraph.
See Also