Interface IParagraphItem
Represents the paragraph item
Inherited Members
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. |