Compartir a través de


DocumentVariable.Val Propiedad

Definición

Valor de variable de documento

Representa el atributo siguiente en el esquema: w:val

[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.StringValue Val { get; set; }
public DocumentFormat.OpenXml.StringValue Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:val")]
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "val")>]
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:val")>]
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
Public Property Val 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 valor de la variable de documento primaria.

Tenga en cuenta el siguiente fragmento de WordprocessingML que especifica una variable de documento:

<w:docVars>  
  <w:docVar w:name="example name" w:val="Samantha Smith" />  
</w:docVars>  

El val atributo especifica que el valor de la variable de documento es Samantha Smith.

El tipo simple define los ST_String valores posibles para este atributo.

Se aplica a