Classe Layer
Contenu
[
Cacher
]Summary: Represents Photoshop text layer.
Module: aspose.imaging.xmp.schemas.photoshop
Full Name: aspose.imaging.xmp.schemas.photoshop.Layer
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | Description |
|---|---|
| Layer() | Initialise une nouvelle instance de la classe Layer. |
| Layer(layer_name, layer_text) | Initialise une nouvelle instance de la classe Layer. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| nom | string | r/w | Obtient ou définit le nom du calque de texte. |
| text | string | r/w | Obtient ou définit le contenu texte du calque. |
Methods
| Name | Description |
|---|---|
| clone() | Clone cette instance. |
| get_xmp_representation() | Renvoie la valeur de chaîne contenue au format XMP. |
Constructor: Layer()
Layer()
Initialise une nouvelle instance de la classe Layer.
Constructor: Layer(layer_name, layer_text)
Layer(layer_name, layer_text)
Initialise une nouvelle instance de la classe Layer.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| layer_name | string | Nom du calque. |
| layer_text | string | Le texte du calque. |
Method: clone()
clone()
Clone cette instance.
Returns
| Type | Description |
|---|---|
| System.Object | Un clone membre à membre. |
Method: get_xmp_representation()
get_xmp_representation()
Renvoie la valeur de chaîne contenue au format XMP.
Returns
| Type | Description |
|---|---|
| string | Renvoie une chaîne contenant la représentation xmp. |