menu

Document Processing

WCommentFormat Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    WCommentFormat Class

    Represent a comment properties.

    Inheritance
    System.Object
    OwnerHolder
    Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
    WCommentFormat
    Inherited Members
    OwnerHolder.Document
    OwnerHolder.m_doc
    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.

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