How can I help you?
RichTextBoxAdv Methods
5 May 20211 minute to read
Methods Table
| Method | Description | Parameters | Type | Return Type |
|---|---|---|---|---|
| Copy | Called to copy the selected text. | NA | NA | Void |
| Paste | Called to paste the text from the clipboard. | NA | NA | Void |
| Cut | Called to cut the selected text. | NA | NA | Void |
| ChangeTextAlignment | Changes the specified text alignment. | (object commandparameter) | NA | Void |
| Bold | Toggles bold for the selected text. | NA | NA | Void |
| Italic | Toggles italics for the selected text. | NA | NA | Void |
| ChangeLeftIndent | Changes the left indent of the current paragraph. | (object commandparameter) | NA | Void |
| ChangeRightIndent | Changes the right indent of the current paragraph. | (object commandparameter) | NA | Void |
| IncreaseIndent | Increases the indent. | NA | NA | Void |
| DecreaseIndent | Decreases the indent. | NA | NA | Void |
| ChangeLineSpacing | Changes the line spacing. | (object commandparameter) | NA | Void |
| ChangeFontFamily | Changes the font family. | (object commandparameter) | NA | Void |
| ChangeAfterSpacing | Changes the AfterSpacing of the paragraph to the specified value. | NA | NA | Void |
| ChangeBeforeSpacing | Changes the BeforeSpacing of the paragraph to the specified value. | NA | NA | Void |
| ChangeFontSize | Changes the font size of the selected text. | (object commandparameter) | NA | Void |
| ChangeSingleStrikeThrough | Toggles single strikethrough. | NA | NA | Void |
| ChangeDoubleStrikeThrough | Toggles double strikethrough. | NA | NA | Void |
| ChangeHighlightColor | Changes the highlight color to the specified color. | NA | NA | Void |
| ChangeUnderline | Toggles underline for the selected text. | NA | NA | Void |
| ChangeSuperscript | Toggles the superscript. | NA | NA | Void |
| ChangeSubscript | Toggles the subscript. | NA | NA | Void |
| Undo | Undo the operation. | NA | NA | Void |
| Redo | Redo the operation. | NA | NA | Void |
| ChangePageLayout() | Changes the layout of the document. | (object commandparameter) | NA | Void |
| InsertInlineInParagraph | Inserts the inline. | (Inline inline) | NA | Void |
| InsertTableInBlocks | Inserts the table. | (int rowcount,int columncount) | NA | Void |
| InsertRowInTable | Inserts a row in a table. | (RowPlacement rowplacement) | NA | Void |
| InsertColumnInTable | Inserts a column in a table. | (Columnplacement placement) | NA | Void |
| DeleteTableFromBlocks | Deletes the table. | NA | NA | Void |
| DeleteRowFromTable | Deletes the row from the table. | NA | NA | Void |
| DeleteColumnFromTable | Deletes the column from the table. | NA | NA | Void |
| SelectCellInTable | Selects the cell. | NA | NA | Void |
| SelectRowInTable | Selects the row in a table. | NA | NA | Void |
| SelectColumnInTable | Selects the column in a table. | NA | NA | Void |
| SelectTableInBlocks | Selects the table. | NA | NA | Void |
| MergeSelectedCellsInTable | Merges the selected cells in the table. | NA | NA | Void |