|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.BIFFRecord | +--org.openoffice.xmerge.converter.xml.sxc.pexcel.Records.ExtendedFormat
Represents a BIFF Record descibing extended formatting information
Constructor Summary | |
ExtendedFormat(java.io.InputStream is)
Constructs an ExtendedFormat from the
InputStream |
|
ExtendedFormat(int ixfnt)
Constructs a pocket Excel Document using defualt values and sets the font index using the specified attribute |
Method Summary | |
short |
getBiffType()
Get the hex code for this particular BIFFRecord |
int |
read(java.io.InputStream input)
Reads the extended format from the Inputstream |
void |
write(java.io.OutputStream output)
Writes the ExtendedFormat to the Outputstream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExtendedFormat(java.io.InputStream is) throws java.io.IOException
ExtendedFormat
from the
InputStream
is
- InputStream
to read frompublic ExtendedFormat(int ixfnt)
ixfnt
- index of the font this format should useMethod Detail |
public short getBiffType()
BIFFRecord
ExtendedFormat
public int read(java.io.InputStream input) throws java.io.IOException
Inputstream
input
- the Inputstream
to readpublic void write(java.io.OutputStream output) throws java.io.IOException
Outputstream
- Overrides:
write
in class BIFFRecord
- Parameters:
output
- the Outputstream
to write to
|
OpenOffice.org XMerge API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |