Class ParagraphEditor
Summary description for ParagraphEditor.
Inheritance
System.Object
ParagraphEditor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class ParagraphEditor
Constructors
ParagraphEditor(IDocument)
Declaration
public ParagraphEditor(IDocument document)
Parameters
Type | Name | Description |
---|---|---|
IDocument | document |
Methods
Copy(IParagraph, Int32, Int32)
Declaration
public void Copy(IParagraph paragraph, int startPItemIndex, int endpItemIndex)
Parameters
Type | Name | Description |
---|---|---|
IParagraph | paragraph | |
System.Int32 | startPItemIndex | |
System.Int32 | endpItemIndex |
Cut(IParagraph, Int32, Int32)
Declaration
public void Cut(IParagraph paragraph, int startPItemIndex, int endpItemIndex)
Parameters
Type | Name | Description |
---|---|---|
IParagraph | paragraph | |
System.Int32 | startPItemIndex | |
System.Int32 | endpItemIndex |
Paste(IParagraph, Int32)
Declaration
public void Paste(IParagraph paragraph, int startPItemIndex)
Parameters
Type | Name | Description |
---|---|---|
IParagraph | paragraph | |
System.Int32 | startPItemIndex |