Share via


W.author Field

Definition

Represents the w:author XML attributes.

public static readonly System.Xml.Linq.XName author;
 staticval mutable author : System.Xml.Linq.XName
Public Shared ReadOnly author As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: cellMerge, comment, del, ins, numberingChange, pPrChange, rPrChange, sectPrChange, tblPrChange, tblPrExChange, tcPrChange, trPrChange.
  • corresponds to the following strongly-typed properties: CellMerge.Author, Comment.Author, DeletedMathControl.Author, InsertedMathControl.Author, NumberingChange.Author, ParagraphMarkRunPropertiesChange.Author, ParagraphPropertiesChange.Author, RunPropertiesChange.Author, SectionPropertiesChange.Author, TableCellPropertiesChange.Author, TablePropertiesChange.Author, TablePropertyExceptionsChange.Author, TableRowPropertiesChange.Author.

Applies to