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

    Show / Hide Table of Contents

    ParagraphFormatRevision Class

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

    Represents a revision of the paragraph format.

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

    Constructors

    ParagraphFormatRevision(DocumentModel)

    Initializes a new instance of the ParagraphFormatRevision class.

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

    The owner document.

    Properties

    ListFormat

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

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

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

    ParagraphFormat

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

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

    The paragraph 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.