Item
DocumentProperties indexer
返回或设置与指定名称关联的自定义属性。 读/写Object。
public object this[string name] { get; set; }
评论
值可以是 int , float , string , bool 或 DateTime 。
也可以看看
- class DocumentProperties
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
返回或设置与指定名称关联的自定义属性。 读/写Object。
public object this[string name] { get; set; }
值可以是 int , float , string , bool 或 DateTime 。