33 this->Unicode = unicode;
39 property uint32 Unicode;
163 RectF^ GetPieceRect(int32 pieceIndex);
182 int32 GetPieceRotation(int32 pieceIndex);
200 CharRange^ GetPieceCharRange(int32 pieceIndex);
206 property int64 pointer;
273 property int64 pointer;
352 CharInfo^ GetCharInfo(int32 charIndex);
373 int32 GetCharIndexAtPos(float32 x, float32 y, float32 tolerance);
438 TextSearch^ StartSearch(String^ searchPattern, uint32 flags, int32 startIndex);
466 String^ GetLink(int32 linkIndex);
490 property int64 pointer;
496 property int64 linkPointer;
CharRange(int32 start, int32 count)
Constructor to initialize a new instance of class PDF::CharRange with specific values.
Definition: FPDFText.h:67
Class to represent text selection.
Definition: FPDFText.h:90
CharInfo(uint32 unicode, int32 state, RectF^ bbox)
Constructor to initialize a new instance of class PDF::CharInfo with specific values.
Definition: FPDFText.h:31
Class to represent text search process.
Definition: FPDFText.h:216
Class to represent character information.
Definition: FPDFText.h:27
Class to represent text page.
Definition: FPDFText.h:283
Parse the text content of PDF page with outputting the hyphen on a line feed.
TextParseOption
Enumeration for text parsing option.
Definition: FPDFText.h:13
Class to represent character range.
Definition: FPDFText.h:63
Class to represent rectangle area(float) in device or page coordinate.
Definition: FSBase.h:121
Foxit namespace.
Definition: FPDFAnnot.h:3
Parse the text content of PDF page by the stream order.