CPDFEditTextArea Class |
Namespace: ComPDFKit.PDFPage.Edit
public class CPDFEditTextArea : CPDFEditArea
The CPDFEditTextArea type exposes the following members.
| Name | Description | |
|---|---|---|
| SelectLinePoints | ||
| 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 | |
|---|---|---|
| AddCharsFontSize |
Adds a relative font size to the selected text.
| |
| 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.
| |
| GetCharacterSpacing |
Gets the character spacing for the selected range.
| |
| 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.
| |
| GetLevel |
Gets the layer level of the edit area.
(Inherited from CPDFEditArea.) | |
| GetLineBeginCharPlace |
Get the text cursor position at the beginning of the line.
| |
| GetLineEndCharPlace |
Gets the text cursor position at the end of the line.
| |
| GetLineLeading |
Gets the line leading (line spacing) at the current cursor position.
| |
| GetNextCharPlace |
Gets the position of text cursor when pressing Next.
| |
| GetNextWordCharPlace |
Gets the text cursor position for the next word.
| |
| GetPointsForLineAtPos | ||
| GetPointsForWordAtPos | ||
| GetPrevCharPlace |
Gets the position of text cursor when pressing Prev.
| |
| GetPreWordCharPlace |
Gets the text cursor position of the previous word.
| |
| GetReadingOrder |
Get the reading order of the text area.
| |
| GetRectForLineAtPos |
Gets the page area of the whole line in specified position.
| |
| GetRectForWordAtPos |
Gets the page area of the word in specified position.
| |
| GetRotation | ||
| GetSectionAfterLeading |
Gets the section after leading (paragraph spacing) at the current cursor 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.
| |
| InsertSection |
Inserts a new section (paragraph) at the current cursor position.
| |
| InsertText |
Inserts new text content behind the text cursor and returns position of text cursor.
| |
| InsertTo |
Inserts the edit area to a specific layer level.
(Inherited from CPDFEditArea.) | |
| IsCharsFontBold |
Whether the selected text is bold.
| |
| IsCharsFontItalic |
Determines whether the selected text is italic.
| |
| IsStrikethrough | ||
| IsUnderline | ||
| IsValid |
Whether the object is valid.
(Inherited from CPDFEditArea.) | |
| MoveBackward |
Moves the edit area backward by one layer.
(Inherited from CPDFEditArea.) | |
| MoveForward |
Moves the edit area forward by one layer.
(Inherited from CPDFEditArea.) | |
| MoveToTheBottom |
Moves the edit area to the bottommost layer.
(Inherited from CPDFEditArea.) | |
| MoveToTheTop |
Moves the edit area to the topmost layer.
(Inherited from CPDFEditArea.) | |
| RemoveStrikethrough | ||
| RemoveUnderline | ||
| Rotate | ||
| SelectAllChars |
Selects all text in the text block.
| |
| SelectCharItemAtPos |
Gets the position of text cursor in specified position.
| |
| SetCharacterSpacing |
Sets the character spacing for the selected range.
| |
| 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.
| |
| SetCharsFontStrokeWidth |
Sets the font stroke width for the 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.) | |
| SetLineLeading |
Sets the line leading (line spacing) for the current paragraph.
| |
| SetReadingOrder |
Set the reading order of the text area.
| |
| SetSectionAfterLeading |
Sets the section after leading (paragraph spacing) for the current paragraph.
| |
| 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.
|