Class WCommentFormat
Represent a comment properties.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class WCommentFormat : XDLSSerializableBase, IXDLSSerializable
Constructors
WCommentFormat()
Initializes a new instance of the WCommentFormat class.
Declaration
public WCommentFormat()
Properties
DateTime
Declaration
public DateTime DateTime { get; set; }
Property Value
Type |
---|
System.DateTime |
User
Gets or sets the user.
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user. |
UserInitials
Gets or sets the user initials.
Declaration
public string UserInitials { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user initials. |
Methods
Clone(IWordDocument)
Creates a new object that is a copy of the current instance.
Declaration
public WCommentFormat Clone(IWordDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IWordDocument | doc |
Returns
Type | Description |
---|---|
WCommentFormat | A new object that is a copy of this instance. |
ReadXmlAttributes(IXDLSAttributeReader)
Reads object data from xml attributes.
Declaration
protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeReader | reader | The IXDLSAttributeReader object. |
Overrides
WriteXmlAttributes(IXDLSAttributeWriter)
Writes object data as xml attributes.
Declaration
protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IXDLSAttributeWriter | writer | The IXDLSAttributeWriter object. |