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プロパティの名前。
valueboolプロパティの値。

ReturnValue

プロパティ。

参照

UserProperties::SetProperty(System::String, double) method

double プロパティの値を設定します。

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
パラメーター説明
キーSystem::Stringプロパティの名前。
valuedoubleプロパティの値。

ReturnValue

プロパティ。

参照

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

プロパティ。

参照

UserProperties::SetProperty(System::String, int32_t) method

整数プロパティの値を設定します。

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
パラメーター説明
キーSystem::Stringプロパティの名前。
valueint32_tプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::ArrayPtr<System::String>プロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::Drawing::Colorプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::Drawing::Rectangleプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::Drawing::Sizeプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::SharedPtr<Margins>プロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>プロパティの値。

ReturnValue

プロパティ。

参照

UserProperties::SetProperty(System::String, System::String) method

文字列プロパティの値を設定します。

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
パラメーター説明
キーSystem::Stringプロパティの名前。
valueSystem::Stringプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueboolプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valuedoubleプロパティの値。

ReturnValue

プロパティ。

参照

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

プロパティ。

参照

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プロパティの名前。
valueint32_tプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::ArrayPtr<System::String>プロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::Drawing::Colorプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::Drawing::Rectangleプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::Drawing::Sizeプロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::SharedPtr<Margins>プロパティの値。

ReturnValue

プロパティ。

参照

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プロパティの名前。
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>プロパティの値。

ReturnValue

プロパティ。

参照