TextInheritanceLimit
TextInheritanceLimit 枚举
控制文本属性继承的深度。
public enum TextInheritanceLimit
值
名称 | 值 | 描述 |
---|---|---|
All | 0 | 继承所有文本属性。 |
TextBox | 1 | 仅从 TextFrame 的样式中继承。 |
ParagraphOnly | 2 | 仅使用为段落定义的属性。 |
另请参阅
- 命名空间 Aspose.Slides.Export
- 程序集 Aspose.Slides
控制文本属性继承的深度。
public enum TextInheritanceLimit
名称 | 值 | 描述 |
---|---|---|
All | 0 | 继承所有文本属性。 |
TextBox | 1 | 仅从 TextFrame 的样式中继承。 |
ParagraphOnly | 2 | 仅使用为段落定义的属性。 |