UserProperties.SetProperty
内容
[
隐藏
]SetProperty(string, string)
设置字符串属性值。
public virtual object SetProperty(string key, string value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | String | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, string[])
设置字符串数组属性值。
public virtual object SetProperty(string key, string[] value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | String[] | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, string[])
在指定的属性表中设置字符串数组属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, string[] value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | String[] | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, Color)
设置颜色属性值。
public virtual object SetProperty(string key, Color value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | Color | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, Color)
在指定的属性表中设置颜色属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, Color value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | Color | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, Rectangle)
设置矩形属性值。
public virtual object SetProperty(string key, Rectangle value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | Rectangle | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, Rectangle)
在指定属性表中设置矩形属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, Rectangle value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | Rectangle | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, Margins)
设置边距属性值。
public virtual object SetProperty(string key, Margins value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | Margins | 财产的价值。 |
返回值
财产。
也可以看看
- class Margins
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, Margins)
在指定的属性表中设置边距属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, Margins value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | Margins | 财产的价值。 |
返回值
财产。
也可以看看
- class Margins
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, Size)
设置大小属性值。
public virtual object SetProperty(string key, Size value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | Size | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, Size)
在指定的属性表中设置大小属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, Size value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | Size | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, int)
设置整数属性值。
public virtual object SetProperty(string key, int value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | Int32 | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, int)
在指定属性表中设置整数属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, int value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | Int32 | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, double)
设置双属性值。
public virtual object SetProperty(string key, double value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | Double | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, double)
在指定的属性表中设置双属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, double value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | Double | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, float)
设置浮点属性值。
public virtual object SetProperty(string key, float value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | Single | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, float)
在指定属性表中设置浮点属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, float value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | Single | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(string, bool)
设置布尔属性值。
public virtual object SetProperty(string key, bool value)
范围 | 类型 | 描述 |
---|---|---|
key | String | 财产名称。 |
value | Boolean | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page
SetProperty(Dictionary<string, object>, string, bool)
在指定的属性表中设置布尔属性值。
public static object SetProperty(Dictionary<string, object> properties, string key, bool value)
范围 | 类型 | 描述 |
---|---|---|
properties | Dictionary`2 | 属性表。 |
key | String | 财产名称。 |
value | Boolean | 财产的价值。 |
返回值
财产。
也可以看看
- class UserProperties
- 命名空间 Aspose.Page
- 部件 Aspose.Page