Aspose::Page::UserProperties::IsProperty 方法
UserProperties::IsProperty(System::String) method
获取布尔属性值。
virtual bool Aspose::Page::UserProperties::IsProperty(System::String key)
| Parameter | Type | 描述 |
|---|---|---|
| 键 | System::String | 属性的名称。 |
ReturnValue
属性值。
另见
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::IsProperty(System::String, bool) method
获取布尔属性值。如果请求的属性不存在,则返回提供的默认值。
virtual bool Aspose::Page::UserProperties::IsProperty(System::String key, bool defValue)
| Parameter | Type | 描述 |
|---|---|---|
| 键 | System::String | 属性的名称。 |
| defValue | bool | 属性的默认值。 |
ReturnValue
属性值。
另见
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++