CommentAuthor.Initials Property
Comment Author Initials.Represents the attribte in schema: initials
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "initials")> _
Public Property Initials As StringValue
Get
Set
'Usage
Dim instance As CommentAuthor
Dim value As StringValue
value = instance.Initials
instance.Initials = value
[SchemaAttrAttribute(, "initials")]
public StringValue Initials { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
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.