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)
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)
指定されたプロパティ テーブルに 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)
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)
指定されたプロパティ テーブルに 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