menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IParagraphItem

    Show / Hide Table of Contents

    Interface IParagraphItem

    Represents the paragraph item

    Inherited Members
    IEntity.Clone()
    IEntity.Document
    IEntity.Owner
    IEntity.EntityType
    IEntity.NextSibling
    IEntity.PreviousSibling
    IEntity.IsComposite
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public interface IParagraphItem : IEntity

    Properties

    IsDeleteRevision

    Gets a value indicating whether this item was deleted from the document, when TrackChanges is or was set to true. Read-only.

    Declaration
    bool IsDeleteRevision { get; }
    Property Value
    Type Description
    System.Boolean

    True if this instance is delete revision; otherwise, false.

    IsInsertRevision

    Gets a value indicating whether this item was inserted to the document, when TrackChanges is or was set to true. Read-only.

    Declaration
    bool IsInsertRevision { get; }
    Property Value
    Type Description
    System.Boolean

    True if this instance was inserted; otherwise, false.

    OwnerParagraph

    Gets the owner paragraph of the current paragraph item. Read-only

    Declaration
    WParagraph OwnerParagraph { get; }
    Property Value
    Type Description
    WParagraph

    The WParagraph instance which is the owner of the current item.

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