GetValueByIndex
ITagCollection.GetValueByIndex 方法
返回指定索引处标签的值。
public string GetValueByIndex(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要返回的标签的索引。 |
返回值
标签的值。
另见
- 接口 ITagCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
返回指定索引处标签的值。
public string GetValueByIndex(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要返回的标签的索引。 |
标签的值。