Aspose::Page::UserProperties::IsProperty メソッド
UserProperties::IsProperty(System::String) method
boolean プロパティの値を取得します。
virtual bool Aspose::Page::UserProperties::IsProperty(System::String key)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
ReturnValue
プロパティの値。
参照
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::IsProperty(System::String, bool) method
boolean プロパティの値を取得します。要求されたプロパティが存在しない場合、指定されたデフォルト値を返します。
virtual bool Aspose::Page::UserProperties::IsProperty(System::String key, bool defValue)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| defValue | bool | プロパティのデフォルト値。 |
ReturnValue
プロパティの値。
参照
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++