Class TextChunk
Represents a chunk of text, it's orientation, and location relative to the orientation vector
public class TextChunk
- Inheritance
-
TextChunk
- Derived
- Inherited Members
Constructors
TextChunk(string, ITextChunkLocation)
public TextChunk(string @string, ITextChunkLocation loc)
Parameters
string
stringloc
ITextChunkLocation
Fields
location
protected readonly ITextChunkLocation location
Field Value
text
the text of the chunk
protected readonly string text
Field Value
Methods
GetLocation()
public virtual ITextChunkLocation GetLocation()
Returns
GetText()
public virtual string GetText()
Returns
- string
the text captured by this chunk