Aspose::Page::UserProperties::IsProperty メソッド

UserProperties::IsProperty(System::String) method

boolean プロパティの値を取得します。

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key)
パラメーター説明
キーSystem::Stringプロパティの名前。

ReturnValue

プロパティの値。

参照

UserProperties::IsProperty(System::String, bool) method

boolean プロパティの値を取得します。要求されたプロパティが存在しない場合、指定されたデフォルト値を返します。

virtual bool Aspose::Page::UserProperties::IsProperty(System::String key, bool defValue)
パラメーター説明
キーSystem::Stringプロパティの名前。
defValueboolプロパティのデフォルト値。

ReturnValue

プロパティの値。

参照