menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WCommentFormat - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WCommentFormat

    Represent a comment properties.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    WCommentFormat
    Implements
    IXDLSSerializable
    Inherited Members
    OwnerHolder.Document
    OwnerHolder.m_doc
    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()
    XDLSSerializableBase.CloneImpl()
    XDLSSerializableBase.InitXDLSHolder()
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.XDLSHolder
    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
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)

    WriteXmlAttributes(IXDLSAttributeWriter)

    Writes object data as xml attributes.

    Declaration
    protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer

    The IXDLSAttributeWriter object.

    Overrides
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)

    Implements

    IXDLSSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved