Item
DocumentProperties 索引器
返回或设置与指定名称关联的自定义属性。可读/写对象。
public object this[string name] { get; set; }
备注
值可以是 int、float、string、bool 或 DateTime。
另见
- class DocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
返回或设置与指定名称关联的自定义属性。可读/写对象。
public object this[string name] { get; set; }
值可以是 int、float、string、bool 或 DateTime。