org.apache.poi.hwpf.model
public interface CharIndexTranslator
Modifier and Type | Method and Description |
---|---|
int |
getCharIndex(int bytePos)
Calculates the char index of the given byte index.
|
boolean |
isUnicodeAtByteOffset(int bytePos)
Is the text at the given byte offset unicode, or plain old ascii? In a
very evil fashion, you have to actually know this to make sense of
character and paragraph properties :(
|
int getCharIndex(int bytePos)
bytePos
- The character offset to checkboolean isUnicodeAtByteOffset(int bytePos)
bytePos
- The character offset to check aboutCopyright 2014 The Apache Software Foundation or its licensors, as applicable.