AppPropertiesPart — Aspose.Slides FOSS C# (.NET) API 参考
概述
AppPropertiesPart appPropertiesPart API 类型。浏览下表中的属性和方法,以了解此类型的完整公共 API 表面。此处列出的所有成员都是稳定的公共 API,可在针对 FOSS 版的生产代码中使用。请参阅包文档获取安装说明以及相关类型的完整列表。
包: Aspose.Slides.Foss
属性
| 属性 | 类型 | 访问 | 描述 |
|---|---|---|---|
Application | string? | Read/Write | 应用程序值。 |
AppVersion | string? | Read/Write | 应用程序版本值。 |
Company | string? | Read/Write | 公司值。 |
Manager | string? | Read/Write | 管理者值。 |
PresentationFormat | string? | Read/Write | 演示文稿格式值。 |
Template | string? | Read/Write | 模板值。 |
HyperlinkBase | string? | Read/Write | 超链接基准值。 |
TotalTime | int? | Read/Write | 总时间值。 |
Slides | int? | Read/Write | 幻灯片值。 |
HiddenSlides | int? | Read/Write | 隐藏幻灯片值。 |
Notes | int? | Read/Write | 备注值。 |
Paragraphs | int? | Read/Write | 段落值。 |
Words | int? | Read/Write | 文字值。 |
MmClips | int? | Read/Write | mm 剪辑值。 |
ScaleCrop | bool? | Read/Write | 是否启用比例裁剪。 |
LinksUpToDate | bool? | Read/Write | 是否启用链接更新。 |
SharedDoc | bool? | Read/Write | 是否启用共享文档。 |
HyperlinksChanged | bool? | Read/Write | 是否启用超链接更改。 |
HeadingPairs | List<HeadingPairData> | Read/Write | 标题对值。 |
TitlesOfParts | List<string> | Read/Write | 部件标题值。 |
方法
| 方法 | 返回值 | 描述 |
|---|---|---|
Parse() | void | 执行解析操作。 |
GetText(string localName) | void | 文本内容,如果未找到或为空则为 null。 |
GetInt(string localName) | void | 解析后的整数,如果未找到或不是有效整数则为 null。 |
GetBool(string localName) | void | 解析后的布尔值,如果未找到则为 null。 |
ParseHeadingPairs() | void | 执行解析标题对操作。 |
ParseTitlesOfParts() | void | 执行解析部件标题操作。 |
MarkDirty() | void | 执行标记为脏操作。 |
Save() | void | 将当前状态保存到指定的目标。 |
SetText(XElement root, string localName, string? value) | void | 文本值,如果为 null 则跳过。 |
SetInt(XElement root, string localName, int? value) | void | 整数值,如果为 null 则跳过。 |
SetBool(XElement root, string localName, bool? value) | void | 布尔值,如果为 null 则跳过。 |
WriteHeadingPairs(XElement root) | void | 要添加到的根元素。 |
WriteTitlesOfParts(XElement root) | void | 要添加到的根元素。 |
Clear() | void | 执行清除操作。 |