Compartir a través de


NonVisualDrawingProperties.Name Propiedad

Definición

Nombre compatible con el modelo de objetos (no único).

Representa el atributo siguiente en el esquema: name

[DocumentFormat.OpenXml.SchemaAttr(0, "name")]
public DocumentFormat.OpenXml.StringValue Name { get; set; }
public DocumentFormat.OpenXml.StringValue Name { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "name")]
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("name")]
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
public DocumentFormat.OpenXml.StringValue? Name { get; set; }
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "name")>]
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("name")>]
member this.Name : DocumentFormat.OpenXml.StringValue with get, set
Public Property Name As StringValue

Valor de propiedad

Devuelve StringValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica el nombre del objeto. Normalmente, se usará para almacenar el nombre de archivo original de un objeto de imagen.

Considere la posibilidad de un objeto DrawingML definido como se indica a continuación:

< … name="foo.jpg" >  

El name atributo tiene un valor de foo.jpg, que es el nombre de este objeto DrawingML.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema string XML.

Se aplica a