Idioma

NonVisualDrawingProperties.Name Propriedade

Definição

nome

Representa o seguinte atributo no 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 da propriedade

Returns StringValue.

Atributos

Comentários

As seguintes informações do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com esta classe.

Especifica o nome do objeto. Normalmente, isso será usado para armazenar o nome do arquivo original de um objeto de imagem.

Considere um objeto DrawingML definido da seguinte maneira:

< … name="foo.jpg" >  

O name atributo tem um valor de foo.jpg, que é o nome desse objeto DrawingML.

Os valores possíveis para esse atributo são definidos pelo tipo de dados Esquema string XML.

Aplica-se a