Classe Layer

Summary: Represents Photoshop text layer.

Module: aspose.imaging.xmp.schemas.photoshop

Full Name: aspose.imaging.xmp.schemas.photoshop.Layer

Inheritance: IXmpType, XmpTypeBase

Constructors

NameDescription
Layer()Initialise une nouvelle instance de la classe Layer.
Layer(layer_name, layer_text)Initialise une nouvelle instance de la classe Layer.

Properties

NameTypeAccessDescription
nomstringr/wObtient ou définit le nom du calque de texte.
textstringr/wObtient ou définit le contenu texte du calque.

Methods

NameDescription
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ètreTypeDescription
layer_namestringNom du calque.
layer_textstringLe texte du calque.

Method: clone()

 clone() 

Clone cette instance.

Returns

TypeDescription
System.ObjectUn clone membre à membre.

Method: get_xmp_representation()

 get_xmp_representation() 

Renvoie la valeur de chaîne contenue au format XMP.

Returns

TypeDescription
stringRenvoie une chaîne contenant la représentation xmp.