Compartir a través de


TablePropertiesChange.Author Propiedad

Definición

autor

Representa el atributo siguiente en el esquema: w:author

[DocumentFormat.OpenXml.SchemaAttr(23, "author")]
public DocumentFormat.OpenXml.StringValue Author { get; set; }
public DocumentFormat.OpenXml.StringValue Author { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "author")]
public DocumentFormat.OpenXml.StringValue? Author { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:author")]
public DocumentFormat.OpenXml.StringValue? Author { get; set; }
public DocumentFormat.OpenXml.StringValue? Author { get; set; }
member this.Author : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "author")>]
member this.Author : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:author")>]
member this.Author : DocumentFormat.OpenXml.StringValue with get, set
Public Property Author 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 autor de una anotación dentro de un documento WordprocessingML.

Si se omite este atributo, no se asociará ningún autor al tipo de anotación primario.

Considere la posibilidad de un comentario representado mediante el siguiente fragmento wordprocessingML:

<w:… w:id="1" w:author="Example Author">  
  …  
</w:…>  

El author atributo especifica que el autor de la anotación actual es Example Author, que se puede usar como desee.

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

Se aplica a