CPDFEditTextArea Class |
Namespace: ComPDFKit.PDFPage.Edit
public class CPDFEditTextArea : CPDFEditArea
The CPDFEditTextArea type exposes the following members.
| Name | Description | |
|---|---|---|
| SelectLineRects |
Gets a list of the area of selected lines on the page.
| |
| SelectText |
Gets the selected text content.
| |
| Type |
Editing type.
(Inherited from CPDFEditArea.) |
| Name | Description | |
|---|---|---|
| AddStrikethrough | ||
| AddUnderline | ||
| BackSpaceChar |
Deletes character behind the text cursor and returns position of text cursor.
| |
| ClearSelectChars |
Clears the selected text.
| |
| DeleteChar |
Deletes character before the text cursor and returns position of text cursor.
| |
| DeleteChars |
Deletes all selected text in page area and returns position of text cursor.
| |
| GetAllChars |
Gets all text in the text block.
| |
| GetDownCharPlace |
Gets the position of text cursor when pressing Down.
| |
| GetFontList |
Gets a list of the system fonts.
| |
| GetFrame |
Gets rectangle of editing area on the page.
(Inherited from CPDFEditArea.) | |
| GetLastSelectChars |
Gets the last selected text content.
| |
| GetLineBeginCharPlace |
Get the text cursor position at the beginning of the line.
| |
| GetLineEndCharPlace |
Gets the text cursor position at the end of the line.
| |
| GetNextCharPlace |
Gets the position of text cursor when pressing Next.
| |
| GetNextWordCharPlace |
Gets the text cursor position for the next word.
| |
| GetPrevCharPlace |
Gets the position of text cursor when pressing Prev.
| |
| GetPreWordCharPlace |
Gets the text cursor position of the previous word.
| |
| GetRectForLineAtPos |
Gets the page area of the whole line in specified position.
| |
| GetRectForWordAtPos |
Gets the page area of the word in specified position.
| |
| GetSectionAtPos |
Gets the text content of the current paragraph based on coordinates.
| |
| GetSectionBeginCharPlace |
Gets the text cursor position at the beginning of the paragraph.
| |
| GetSectionEndCharPlace |
Gets the text cursor position at the end of the paragraph.
| |
| GetSelectChars |
Gets the page area of each selected line in specified area.
| |
| GetTextCursorPoints |
Gets the coordinates of the top and bottom of the text cursor.
| |
| GetTextSectionAlign |
Gets the text alignment of the current paragraph.
| |
| GetTextStyle |
Get the text style of the current position of text cursor.
| |
| GetUpCharPlace |
Gets the position of text cursor when pressing Up.
| |
| InsertText |
Inserts new text content behind the text cursor and returns position of text cursor.
| |
| IsCharsFontBold |
Whether the selected text is bold.
| |
| IsCharsFontItalic |
Determines whether the selected text is italic.
| |
| IsValid |
Whether the object is valid.
(Inherited from CPDFEditArea.) | |
| RemoveStrikethrough | ||
| RemoveUnderline | ||
| SelectAllChars |
Selects all text in the text block.
| |
| SelectCharItemAtPos |
Gets the position of text cursor in specified position.
| |
| SetCharsFontBold |
Sets whether the selected text is bold.
| |
| SetCharsFontColor |
Sets the font color of selected text.
| |
| SetCharsFontItalic |
Sets whether the selected text is italic.
| |
| SetCharsFontName |
Sets the font name of selected text.
| |
| SetCharsFontSize |
Sets the font size of selected text.
| |
| SetCharsFontTransparency |
Sets the font transparency of selected text.
| |
| SetCurTextStyle |
Sets the text style of the current position of text cursor.
| |
| SetFrame |
Sets rectangle of editing area on the page.
(Inherited from CPDFEditArea.) | |
| SetTextAreaAlign |
Sets the alignment of text in a text area.
| |
| SetTextRangeAlign |
Sets the text alignment of selected text.
| |
| SetTextSectionAlign |
Sets the text alignment of the current paragraph.
|