Class RTFCharOffsetCmd
Command used to set character offset for text.
Implements
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.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class RTFCharOffsetCmd : RTFFormatCmd, ICommand
Constructors
RTFCharOffsetCmd(TextEditor, RichTextNode, Int32, Int32, Int32, Int32)
Initializes a new instance of the RTFCharOffsetCmd class.
Declaration
public RTFCharOffsetCmd(TextEditor textEditor, RichTextNode nodeFormatting, int nSelectionStart, int nSelectionLength, int previous, int newValue)
Parameters
Type | Name | Description |
---|---|---|
TextEditor | textEditor | current text editor |
RichTextNode | nodeFormatting | RichText node |
System.Int32 | nSelectionStart | selection start position |
System.Int32 | nSelectionLength | selection length |
System.Int32 | previous | previous value offset |
System.Int32 | newValue | new value offset |
Methods
CanMerge(ICommand)
Checks whether text can be merged.
Declaration
public override bool CanMerge(ICommand cmd)
Parameters
Type | Name | Description |
---|---|---|
ICommand | cmd | Merging command |
Returns
Type | Description |
---|---|
System.Boolean | true - can be merged; false - not |
Overrides
FormatText()
Execute format text.
Declaration
protected override void FormatText()
Overrides
Merge(ICommand)
Merge text with command.
Declaration
public override void Merge(ICommand cmdMerging)
Parameters
Type | Name | Description |
---|---|---|
ICommand | cmdMerging | Merging command |
Overrides
UndoFormatText()
Undo format text.
Declaration
protected override void UndoFormatText()