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)
Syntaxpublic enum TextInheritanceLimit
Public Enumeration TextInheritanceLimit
public enum class TextInheritanceLimit
type TextInheritanceLimit
Members
| Member name | Value | Description |
---|
| All | 0 |
Inherit all text properties.
|
| TextBox | 1 |
Inherit only from TextFrameEx's style.
|
| ParagraphOnly | 2 |
Use only properties defined for paragraph.
|
See Also