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