@Internal public class TextPieceTable extends java.lang.Object implements CharIndexTranslator
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<TextPiece> |
_textPieces |
protected java.util.ArrayList<TextPiece> |
_textPiecesFCOrder |
Constructor and Description |
---|
TextPieceTable() |
TextPieceTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
int fcMin) |
Modifier and Type | Method and Description |
---|---|
void |
add(TextPiece piece) |
int |
adjustForInsert(int listIndex,
int length)
Adjust all the text piece after inserting some text into one of them
|
boolean |
equals(java.lang.Object o) |
int |
getByteIndex(int charPos)
Calculates the byte index of the given char index.
|
int |
getCharIndex(int bytePos)
Deprecated.
|
int |
getCharIndex(int startBytePos,
int startCP)
Deprecated.
|
int[][] |
getCharIndexRanges(int startBytePosInclusive,
int endBytePosExclusive)
Finds character ranges that includes specified byte range.
|
int |
getCpMin() |
java.lang.StringBuilder |
getText() |
java.util.List<TextPiece> |
getTextPieces() |
int |
hashCode() |
boolean |
isIndexInTable(int bytePos)
Check if index is in table
|
int |
lookIndexBackward(int startBytePos)
Return last index <= bytePos that is in table
|
int |
lookIndexForward(int startBytePos)
Return first index >= bytePos that is in table
|
byte[] |
writeTo(HWPFOutputStream docStream) |
protected java.util.ArrayList<TextPiece> _textPieces
protected java.util.ArrayList<TextPiece> _textPiecesFCOrder
public TextPieceTable()
public TextPieceTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin)
public void add(TextPiece piece)
public int adjustForInsert(int listIndex, int length)
listIndex
- The TextPiece that had characters inserted intolength
- The number of characters insertedpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int getByteIndex(int charPos)
CharIndexTranslator
getByteIndex
in interface CharIndexTranslator
charPos
- The char position@Deprecated public int getCharIndex(int bytePos)
CharIndexTranslator
getCharIndex
in interface CharIndexTranslator
bytePos
- The character offset to check@Deprecated public int getCharIndex(int startBytePos, int startCP)
CharIndexTranslator
getCharIndex
in interface CharIndexTranslator
startBytePos
- The character offset to checkstartCP
- look from this characted positionpublic int[][] getCharIndexRanges(int startBytePosInclusive, int endBytePosExclusive)
CharIndexTranslator
getCharIndexRanges
in interface CharIndexTranslator
startBytePosInclusive
- start byte rangeendBytePosExclusive
- end byte rangepublic int getCpMin()
public java.lang.StringBuilder getText()
public java.util.List<TextPiece> getTextPieces()
public int hashCode()
hashCode
in class java.lang.Object
public boolean isIndexInTable(int bytePos)
CharIndexTranslator
isIndexInTable
in interface CharIndexTranslator
public int lookIndexBackward(int startBytePos)
CharIndexTranslator
lookIndexBackward
in interface CharIndexTranslator
public int lookIndexForward(int startBytePos)
CharIndexTranslator
lookIndexForward
in interface CharIndexTranslator
public byte[] writeTo(HWPFOutputStream docStream) throws java.io.IOException
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.