|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HWPFOutputStream | |
---|---|
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.model.io |
Uses of HWPFOutputStream in org.apache.poi.hwpf.model |
---|
Methods in org.apache.poi.hwpf.model with parameters of type HWPFOutputStream | |
---|---|
void |
ListTables.writeListDataTo(HWPFOutputStream tableStream)
|
void |
ListTables.writeListOverridesTo(HWPFOutputStream tableStream)
|
void |
FileInformationBlock.writeTo(byte[] mainStream,
HWPFOutputStream tableStream)
|
byte[] |
TextPieceTable.writeTo(HWPFOutputStream docStream)
|
void |
StyleSheet.writeTo(HWPFOutputStream out)
|
void |
SavedByTable.writeTo(HWPFOutputStream tableStream)
Writes this table to the table stream. |
Uses of HWPFOutputStream in org.apache.poi.hwpf.model.io |
---|
Methods in org.apache.poi.hwpf.model.io that return HWPFOutputStream | |
---|---|
HWPFOutputStream |
HWPFFileSystem.getStream(java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |