GetCustomPropertyValue
内容
[
隐藏
]GetCustomPropertyValue(string, out bool)
从自定义属性获取命名的布尔值。
public void GetCustomPropertyValue(string name, out bool value)
参数 | 类型 | 描述 |
---|---|---|
name | String | 要获取的自定义属性的名称 |
value | Boolean& | 自定义属性值 |
另见
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out int)
从自定义属性获取命名的整数值。
public void GetCustomPropertyValue(string name, out int value)
参数 | 类型 | 描述 |
---|---|---|
name | String | 要获取的自定义属性的名称 |
value | Int32& | 自定义属性值 |
另见
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out DateTime)
从自定义属性获取命名的 DateTime 值。
public void GetCustomPropertyValue(string name, out DateTime value)
参数 | 类型 | 描述 |
---|---|---|
name | String | 要获取的自定义属性的名称 |
value | DateTime& | 自定义属性值 |
另见
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out string)
从自定义属性获取命名的字符串值。
public void GetCustomPropertyValue(string name, out string value)
参数 | 类型 | 描述 |
---|---|---|
name | String | 要获取的自定义属性的名称 |
value | String& | 自定义属性值 |
另见
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out float)
从自定义属性获取命名的浮点值。
public void GetCustomPropertyValue(string name, out float value)
参数 | 类型 | 描述 |
---|---|---|
name | String | 要获取的自定义属性的名称 |
value | Single& | 自定义属性值 |
另见
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides
GetCustomPropertyValue(string, out double)
从自定义属性获取命名的双精度值。
public void GetCustomPropertyValue(string name, out double value)
参数 | 类型 | 描述 |
---|---|---|
name | String | 要获取的自定义属性的名称。 |
value | Double& | 自定义属性值 |
另见
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides