Item
Template indexer
通过索引获取模板项。
public TemplateItem this[int index] { get; }
范围 | 描述 |
---|---|
index | 模板项的从零开始的索引。 |
返回值
的实例TemplateItem
班级。
也可以看看
- class TemplateItem
- class Template
- 命名空间 GroupDocs.Parser.Templates
- 部件 GroupDocs.Parser
通过索引获取模板项。
public TemplateItem this[int index] { get; }
范围 | 描述 |
---|---|
index | 模板项的从零开始的索引。 |
的实例TemplateItem
班级。