PdfTextFragment Class |
Namespace: Spire.Pdf.Texts
The PdfTextFragment type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Bounds |
if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle.
So we need an array to save data.
Gets the bounds of the searched text of this System.Drawing RectangleF structure.
|
![]() |
LineText |
Gets all text of the line which covers the target text.
|
![]() |
Page |
Gets the page where the text is located.
|
![]() |
Positions |
Used by find text cross line
if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle.
So we need an array to save data.
Gets the positions of the searched text of this System.Drawing.PointF structure.
|
![]() |
Sizes |
Used by find text cross line
if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle.
So we need an array to save data.
Gets the sizes of the searched text of this System.Drawing SizeF structure.
|
![]() |
Text |
Gets the text.
|
![]() |
TextStates |
Gets the text state.
|
Name | Description | |
---|---|---|
![]() |
ApplyRecoverString |
Overlays the old text with the sppecified color and draws the new text.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
HighLight |
Highlight the target text.
|
![]() |
HighLight(Color) |
Highlight the target text.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|