Click or drag to resize

CPDFEditTextArea Class

This class is about text editing.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPage.EditCPDFEditArea
    ComPDFKit.PDFPage.EditCPDFEditTextArea

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public class CPDFEditTextArea : CPDFEditArea

The CPDFEditTextArea type exposes the following members.

Properties
  NameDescription
Public propertySelectLinePoints
Public propertySelectLineRects
Gets a list of the area of selected lines on the page.
Public propertySelectText
Gets the selected text content.
Public propertyType
Editing type.
(Inherited from CPDFEditArea.)
Top
Methods
  NameDescription
Public methodAddCharsFontSize
Adds a relative font size to the selected text.
Public methodAddStrikethrough
Public methodAddUnderline
Public methodBackSpaceChar
Deletes character behind the text cursor and returns position of text cursor.
Public methodClearSelectChars
Clears the selected text.
Public methodDeleteChar
Deletes character before the text cursor and returns position of text cursor.
Public methodDeleteChars
Deletes all selected text in page area and returns position of text cursor.
Public methodGetAllChars
Gets all text in the text block.
Public methodGetCharacterSpacing
Gets the character spacing for the selected range.
Public methodGetDownCharPlace
Gets the position of text cursor when pressing Down.
Public methodGetFontList
Gets a list of the system fonts.
Public methodGetFrame
Gets rectangle of editing area on the page.
(Inherited from CPDFEditArea.)
Public methodGetLastSelectChars
Gets the last selected text content.
Public methodGetLevel
Gets the layer level of the edit area.
(Inherited from CPDFEditArea.)
Public methodGetLineBeginCharPlace
Get the text cursor position at the beginning of the line.
Public methodGetLineEndCharPlace
Gets the text cursor position at the end of the line.
Public methodGetLineLeading
Gets the line leading (line spacing) at the current cursor position.
Public methodGetNextCharPlace
Gets the position of text cursor when pressing Next.
Public methodGetNextWordCharPlace
Gets the text cursor position for the next word.
Public methodGetPointsForLineAtPos
Public methodGetPointsForWordAtPos
Public methodGetPrevCharPlace
Gets the position of text cursor when pressing Prev.
Public methodGetPreWordCharPlace
Gets the text cursor position of the previous word.
Public methodGetReadingOrder
Get the reading order of the text area.
Public methodGetRectForLineAtPos
Gets the page area of the whole line in specified position.
Public methodGetRectForWordAtPos
Gets the page area of the word in specified position.
Public methodGetRotation
Public methodGetSectionAfterLeading
Gets the section after leading (paragraph spacing) at the current cursor position.
Public methodGetSectionAtPos
Gets the text content of the current paragraph based on coordinates.
Public methodGetSectionBeginCharPlace
Gets the text cursor position at the beginning of the paragraph.
Public methodGetSectionEndCharPlace
Gets the text cursor position at the end of the paragraph.
Public methodGetSelectChars
Gets the page area of each selected line in specified area.
Public methodGetTextCursorPoints
Gets the coordinates of the top and bottom of the text cursor.
Public methodGetTextSectionAlign
Gets the text alignment of the current paragraph.
Public methodGetTextStyle
Get the text style of the current position of text cursor.
Public methodGetUpCharPlace
Gets the position of text cursor when pressing Up.
Public methodInsertSection
Inserts a new section (paragraph) at the current cursor position.
Public methodInsertText
Inserts new text content behind the text cursor and returns position of text cursor.
Public methodInsertTo
Inserts the edit area to a specific layer level.
(Inherited from CPDFEditArea.)
Public methodIsCharsFontBold
Whether the selected text is bold.
Public methodIsCharsFontItalic
Determines whether the selected text is italic.
Public methodIsStrikethrough
Public methodIsUnderline
Public methodIsValid
Whether the object is valid.
(Inherited from CPDFEditArea.)
Public methodMoveBackward
Moves the edit area backward by one layer.
(Inherited from CPDFEditArea.)
Public methodMoveForward
Moves the edit area forward by one layer.
(Inherited from CPDFEditArea.)
Public methodMoveToTheBottom
Moves the edit area to the bottommost layer.
(Inherited from CPDFEditArea.)
Public methodMoveToTheTop
Moves the edit area to the topmost layer.
(Inherited from CPDFEditArea.)
Public methodRemoveStrikethrough
Public methodRemoveUnderline
Public methodRotate
Public methodSelectAllChars
Selects all text in the text block.
Public methodSelectCharItemAtPos
Gets the position of text cursor in specified position.
Public methodSetCharacterSpacing
Sets the character spacing for the selected range.
Public methodSetCharsFontBold
Sets whether the selected text is bold.
Public methodSetCharsFontColor
Sets the font color of selected text.
Public methodSetCharsFontItalic
Sets whether the selected text is italic.
Public methodSetCharsFontName
Sets the font name of selected text.
Public methodSetCharsFontSize
Sets the font size of selected text.
Public methodSetCharsFontStrokeWidth
Sets the font stroke width for the selected text.
Public methodSetCharsFontTransparency
Sets the font transparency of selected text.
Public methodSetCurTextStyle
Sets the text style of the current position of text cursor.
Public methodSetFrame
Sets rectangle of editing area on the page.
(Inherited from CPDFEditArea.)
Public methodSetLineLeading
Sets the line leading (line spacing) for the current paragraph.
Public methodSetReadingOrder
Set the reading order of the text area.
Public methodSetSectionAfterLeading
Sets the section after leading (paragraph spacing) for the current paragraph.
Public methodSetTextAreaAlign
Sets the alignment of text in a text area.
Public methodSetTextRangeAlign
Sets the text alignment of selected text.
Public methodSetTextSectionAlign
Sets the text alignment of the current paragraph.
Top
See Also