TextLayer.UpdateText
Contents
[
Hide
]UpdateText(string)
Updates the text.
public void UpdateText(string text)
Parameter | Type | Description |
---|---|---|
text | String | The text value. |
See Also
- class TextLayer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD
UpdateText(string, float)
Updates the text.
public void UpdateText(string text, float fontSize)
Parameter | Type | Description |
---|---|---|
text | String | The text value. |
fontSize | Single | Size of the font. |
See Also
- class TextLayer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD
UpdateText(string, Color)
Updates the text.
public void UpdateText(string text, Color color)
Parameter | Type | Description |
---|---|---|
text | String | The text value. |
color | Color | The color value. |
See Also
- struct Color
- class TextLayer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD
UpdateText(string, float, Color)
Updates the text.
public void UpdateText(string text, float fontSize, Color color)
Parameter | Type | Description |
---|---|---|
text | String | The text value. |
fontSize | Single | Size of the font. |
color | Color | The color value. |
See Also
- struct Color
- class TextLayer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD
UpdateText(string, Point, float)
Updates the text.
public void UpdateText(string text, Point leftTopCoordinate, float fontSize)
Parameter | Type | Description |
---|---|---|
text | String | The text value. |
leftTopCoordinate | Point | The left top coordinate. |
fontSize | Single | Size of the font. |
See Also
- struct Point
- class TextLayer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD
UpdateText(string, Point, Color)
Updates the text.
public void UpdateText(string text, Point leftTopCoordinate, Color color)
Parameter | Type | Description |
---|---|---|
text | String | The text value. |
leftTopCoordinate | Point | The left top coordinate. |
color | Color | The color value. |
See Also
- struct Point
- struct Color
- class TextLayer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD
UpdateText(string, Point)
Updates the text.
public void UpdateText(string text, Point leftTopCoordinate)
Parameter | Type | Description |
---|---|---|
text | String | The text value. |
leftTopCoordinate | Point | The left top coordinate. |
See Also
- struct Point
- class TextLayer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD
UpdateText(string, Point, float, Color)
Updates the text.
public void UpdateText(string text, Point leftTopCoordinate, float fontSize, Color color)
Parameter | Type | Description |
---|---|---|
text | String | The text value. |
leftTopCoordinate | Point | The left top coordinate. |
fontSize | Single | Size of the font. |
color | Color | The color value. |
See Also
- struct Point
- struct Color
- class TextLayer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD