Aspose::Page::UserProperties::SetProperty 方法

内容
[ ]

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

设置布尔属性值。

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
ParameterType描述
System::String属性的名称。
valuebool属性的值。

ReturnValue

一个属性。

另见

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

设置双精度属性值。

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
ParameterType描述
System::String属性的名称。
valuedouble属性的值。

ReturnValue

一个属性。

另见

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

设置浮点属性值。

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
ParameterType描述
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)
ParameterType描述
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)
ParameterType描述
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)
ParameterType描述
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)
ParameterType描述
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)
ParameterType描述
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)
ParameterType描述
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)
ParameterType描述
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)
ParameterType描述
System::String属性的名称。
valueSystem::String属性的值。

ReturnValue

一个属性。

另见

UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, bool) 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, bool value)
ParameterType描述
属性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

在指定的属性表中设置双精度属性值。

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)
ParameterType描述
属性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

在指定的属性表中设置浮点属性值。

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)
ParameterType描述
属性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)
ParameterType描述
属性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)
ParameterType描述
属性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)
ParameterType描述
属性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)
ParameterType描述
属性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)
ParameterType描述
属性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)
ParameterType描述
属性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)
ParameterType描述
属性System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>属性表。
System::String属性的名称。
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>属性的值。

ReturnValue

一个属性。

另见