NonVisualDrawingProperties.Name Propriedade

Definição

nome

Representa o seguinte atributo no esquema: nome

[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

Devolve 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, isto será utilizado para armazenar o nome de ficheiro original de um objeto de imagem.

Considere um objeto DrawingML definido da seguinte forma:

< … name="foo.jpg" >  

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

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

Aplica-se a