public class TextChunk extends Object
Modifier and Type | Field and Description |
---|---|
protected ITextChunkLocation |
location |
protected String |
text
the text of the chunk
|
Constructor and Description |
---|
TextChunk(String string, ITextChunkLocation loc) |
Modifier and Type | Method and Description |
---|---|
ITextChunkLocation |
getLocation() |
String |
getText() |
protected final String text
protected final ITextChunkLocation location
public TextChunk(String string, ITextChunkLocation loc)
public String getText()
public ITextChunkLocation getLocation()
Copyright © 1998–2022 iText Group NV. All rights reserved.