TextLayer.UpdateText
コンテンツ
[
隠れる
]UpdateText(string)
テキストを更新します。
public void UpdateText(string text)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | テキスト値。 |
関連項目
- class TextLayer
- 名前空間 Aspose.PSD.FileFormats.Psd.Layers
- 組み立て Aspose.PSD
UpdateText(string, float)
テキストを更新します。
public void UpdateText(string text, float fontSize)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | テキスト値。 |
fontSize | Single | フォントのサイズ。 |
関連項目
- class TextLayer
- 名前空間 Aspose.PSD.FileFormats.Psd.Layers
- 組み立て Aspose.PSD
UpdateText(string, Color)
テキストを更新します。
public void UpdateText(string text, Color color)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | テキスト値。 |
color | Color | 色の値。 |
関連項目
- struct Color
- class TextLayer
- 名前空間 Aspose.PSD.FileFormats.Psd.Layers
- 組み立て Aspose.PSD
UpdateText(string, float, Color)
テキストを更新します。
public void UpdateText(string text, float fontSize, Color color)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | テキスト値。 |
fontSize | Single | フォントのサイズ。 |
color | Color | 色の値。 |
関連項目
- struct Color
- class TextLayer
- 名前空間 Aspose.PSD.FileFormats.Psd.Layers
- 組み立て Aspose.PSD
UpdateText(string, Point, float)
テキストを更新します。
public void UpdateText(string text, Point leftTopCoordinate, float fontSize)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | テキスト値。 |
leftTopCoordinate | Point | 左上の座標。 |
fontSize | Single | フォントのサイズ。 |
関連項目
- struct Point
- class TextLayer
- 名前空間 Aspose.PSD.FileFormats.Psd.Layers
- 組み立て Aspose.PSD
UpdateText(string, Point, Color)
テキストを更新します。
public void UpdateText(string text, Point leftTopCoordinate, Color color)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | テキスト値。 |
leftTopCoordinate | Point | 左上の座標。 |
color | Color | 色の値。 |
関連項目
- struct Point
- struct Color
- class TextLayer
- 名前空間 Aspose.PSD.FileFormats.Psd.Layers
- 組み立て Aspose.PSD
UpdateText(string, Point)
テキストを更新します。
public void UpdateText(string text, Point leftTopCoordinate)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | テキスト値。 |
leftTopCoordinate | Point | 左上の座標。 |
関連項目
- struct Point
- class TextLayer
- 名前空間 Aspose.PSD.FileFormats.Psd.Layers
- 組み立て Aspose.PSD
UpdateText(string, Point, float, Color)
テキストを更新します。
public void UpdateText(string text, Point leftTopCoordinate, float fontSize, Color color)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | テキスト値。 |
leftTopCoordinate | Point | 左上の座標。 |
fontSize | Single | フォントのサイズ。 |
color | Color | 色の値。 |
関連項目
- struct Point
- struct Color
- class TextLayer
- 名前空間 Aspose.PSD.FileFormats.Psd.Layers
- 組み立て Aspose.PSD