GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    CharacterFormatRevision Class

    Namespace:
    GemBox.Document.Tracking
    Assembly:
    GemBox.Document.dll

    Represents a revision of the character format.

    • C#
    • VB.NET
    public class CharacterFormatRevision : Revision
    Public Class CharacterFormatRevision
        Inherits Revision
    Inheritance:
    System.Object
    Revision
    CharacterFormatRevision

    Constructors

    CharacterFormatRevision(DocumentModel)

    Initializes a new instance of the CharacterFormatRevision class.

    • C#
    • VB.NET
    public CharacterFormatRevision(DocumentModel document)
    Public Sub New(document As DocumentModel)
    Parameters
    document
    DocumentModel

    The owner document.

    Properties

    CharacterFormat

    Gets or sets the character format that was used before this revision was applied.

    • C#
    • VB.NET
    public CharacterFormat CharacterFormat { get; set; }
    Public Property CharacterFormat As CharacterFormat
    Property Value
    CharacterFormat

    The character format that was used before this revision was applied.

    Inherited Properties

    Author

    Gets or sets the author of the revision.

    (Inherited from Revision)

    Date

    Gets or sets the date when the revision was created.

    (Inherited from Revision)

    RevisionType

    Gets the type of this revision.

    (Inherited from Revision)

    Inherited Methods

    Accept()

    Accepts this revision.

    (Inherited from Revision)

    Reject()

    Rejects this revision.

    (Inherited from Revision)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.