CommentAuthor.Initials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
initials
Represents the following attribute in the schema: initials
[DocumentFormat.OpenXml.SchemaAttr(0, "initials")]
public DocumentFormat.OpenXml.StringValue Initials { get; set; }
public DocumentFormat.OpenXml.StringValue Initials { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "initials")]
public DocumentFormat.OpenXml.StringValue? Initials { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("initials")]
public DocumentFormat.OpenXml.StringValue? Initials { get; set; }
public DocumentFormat.OpenXml.StringValue? Initials { get; set; }
member this.Initials : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "initials")>]
member this.Initials : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("initials")>]
member this.Initials : DocumentFormat.OpenXml.StringValue with get, set
Public Property Initials As StringValue
Property Value
Returns StringValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute specifies a string that represents the initials of this particular author. The value is not necessarily unique. It is intended for use by the application as an abbreviated version of the comment author's name.
The possible values for this attribute are defined by the ST_Name
simple type.