TextInheritanceLimit
TextInheritanceLimit enum
Controls the depth of the text properties inheritance.
enum class TextInheritanceLimit
Values
| Name | Value | Description |
|---|---|---|
| All | 0 | Inherit all text properties. |
| TextBox | 1 | Inherit only from TextFrame’s style. |
| ParagraphOnly | 2 | Use only properties defined for paragraph. |
See Also
- Namespace Aspose::Slides::Export
- Library Aspose.Slides