| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hwpf.model.CHPBinTable
@Internal public class CHPBinTable
This class holds all of the character formatting properties.
| Field Summary | |
|---|---|
protected  java.util.ArrayList<CHPX> | 
_textRuns
List of character properties.  | 
| Constructor Summary | |
|---|---|
CHPBinTable()
 | 
|
CHPBinTable(byte[] documentStream,
            byte[] tableStream,
            int offset,
            int size,
            CharIndexTranslator translator)
Constructor used to read a binTable in from a Word document.  | 
|
CHPBinTable(byte[] documentStream,
            byte[] tableStream,
            int offset,
            int size,
            int fcMin,
            TextPieceTable tpt)
Deprecated. Use CHPBinTable(byte[], byte[], int, int, CharIndexTranslator)
             instead | 
|
| Method Summary | |
|---|---|
 void | 
adjustForDelete(int listIndex,
                int offset,
                int length)
 | 
 void | 
adjustForInsert(int listIndex,
                int length)
 | 
 java.util.List<CHPX> | 
getTextRuns()
 | 
 void | 
insert(int listIndex,
       int cpStart,
       SprmBuffer buf)
 | 
 void | 
rebuild(ComplexFileTable complexFileTable)
 | 
 void | 
writeTo(HWPFFileSystem sys,
        int fcMin,
        CharIndexTranslator translator)
Deprecated.  | 
 void | 
writeTo(HWPFOutputStream wordDocumentStream,
        HWPFOutputStream tableStream,
        int fcMin,
        CharIndexTranslator translator)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.util.ArrayList<CHPX> _textRuns
| Constructor Detail | 
|---|
public CHPBinTable()
public CHPBinTable(byte[] documentStream,
                   byte[] tableStream,
                   int offset,
                   int size,
                   int fcMin,
                   TextPieceTable tpt)
CHPBinTable(byte[], byte[], int, int, CharIndexTranslator)
             instead
public CHPBinTable(byte[] documentStream,
                   byte[] tableStream,
                   int offset,
                   int size,
                   CharIndexTranslator translator)
| Method Detail | 
|---|
public void rebuild(ComplexFileTable complexFileTable)
public void adjustForDelete(int listIndex,
                            int offset,
                            int length)
public void insert(int listIndex,
                   int cpStart,
                   SprmBuffer buf)
public void adjustForInsert(int listIndex,
                            int length)
public java.util.List<CHPX> getTextRuns()
@Deprecated
public void writeTo(HWPFFileSystem sys,
                               int fcMin,
                               CharIndexTranslator translator)
             throws java.io.IOException
java.io.IOException
public void writeTo(HWPFOutputStream wordDocumentStream,
                    HWPFOutputStream tableStream,
                    int fcMin,
                    CharIndexTranslator translator)
             throws java.io.IOException
java.io.IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||