Aspose::Page::UserProperties::SetProperty メソッド
コンテンツ
[
隠れる
]UserProperties::SetProperty(System::String, bool) method
boolean プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | bool | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, double) method
double プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | double | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, float) method
float プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | 単精度浮動小数点数 | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, int32_t) method
整数プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | int32_t | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::ArrayPtr<System::String>) method
文字列配列プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | System::ArrayPtr<System::String> | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Typedef ArrayPtr
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Color) method
色プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | System::Drawing::Color | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class Color
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Rectangle) method
矩形プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | System::Drawing::Rectangle | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class Rectangle
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Size) method
サイズプロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | System::Drawing::Size | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class Size
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::SharedPtr<Margins>) method
余白プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | System::SharedPtr<Margins> | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class Margins
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
行列プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::String) method
文字列プロパティの値を設定します。
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | System::String | プロパティの名前。 |
| value | System::String | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, bool) method
指定されたプロパティテーブルで boolean プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, bool value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | bool | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, double) method
指定されたプロパティテーブルで double プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, double value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | double | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, float) method
指定されたプロパティテーブルで float プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, float value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | 単精度浮動小数点数 | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, int32_t) method
指定されたプロパティテーブルで整数プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, int32_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | int32_t | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::ArrayPtr<System::String>) method
指定されたプロパティテーブルで文字列配列プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::ArrayPtr<System::String> value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | System::ArrayPtr<System::String> | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Typedef ArrayPtr
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Color) method
指定されたプロパティテーブルで色プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Color value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | System::Drawing::Color | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Color
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Rectangle) method
指定されたプロパティテーブルで矩形プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Rectangle value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | System::Drawing::Rectangle | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Rectangle
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Size) method
指定されたプロパティテーブルでサイズプロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Size value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | System::Drawing::Size | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Size
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<Margins>) method
指定されたプロパティテーブルで余白プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<Margins> value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | System::SharedPtr<Margins> | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Margins
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
指定されたプロパティテーブルで行列プロパティの値を設定します。
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | プロパティテーブル。 |
| キー | System::String | プロパティの名前。 |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | プロパティの値。 |
ReturnValue
プロパティ。
参照
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++