iText 9.7.0 API
iText.Kernel.Pdf.Canvas.Parser.Listener.TextChunk Class Reference

Represents a chunk of text, it's orientation, and location relative to the orientation vector More...

Inheritance diagram for iText.Kernel.Pdf.Canvas.Parser.Listener.TextChunk:
iText.Kernel.Pdf.Canvas.Parser.Listener.CharacterRenderInfo

Public Member Functions

  TextChunk (String @string, ITextChunkLocation loc)
 
virtual String  GetText ()
 
Returns
the text captured by this chunk

 
virtual ITextChunkLocation  GetLocation ()
 

Package Attributes

readonly String  text
  the text of the chunk More...
 
readonly ITextChunkLocation  location
 

Detailed Description

Represents a chunk of text, it's orientation, and location relative to the orientation vector

Member Data Documentation

◆ text

readonly String iText.Kernel.Pdf.Canvas.Parser.Listener.TextChunk.text
package

the text of the chunk