Interface IParagraphItem
Interface publishes base paragraph item functionality
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface IParagraphItem : IEntityBase
Properties
OwnerParagraph
Gets owner paragraph.
Declaration
IParagraph OwnerParagraph { get; }
Property Value
| Type |
|---|
| IParagraph |
Methods
Clone(IParagraph)
Clones itself.
Declaration
IParagraphItem Clone(IParagraph paragraph)
Parameters
| Type | Name | Description |
|---|---|---|
| IParagraph | paragraph | New owner paragraph |
Returns
| Type |
|---|
| IParagraphItem |