Updated class comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735174 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7dad2164cd
commit
98a6bded10
@ -22,17 +22,16 @@ import org.apache.poi.util.BitFieldFactory;
|
||||
import org.apache.poi.util.LittleEndianOutput;
|
||||
|
||||
/**
|
||||
* Title: WSBool Record.<p>
|
||||
* Title: WSBOOL (0x0081) (called SHEETPR in OOO doc)<p/>
|
||||
* Description: stores workbook settings (aka its a big "everything we didn't
|
||||
* put somewhere else")<P>
|
||||
* REFERENCE: PG 425 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp@iprimus.com.au)
|
||||
* @author Jason Height (jheight at chariot dot net dot au)
|
||||
* @version 2.0-pre
|
||||
*/
|
||||
public final class WSBoolRecord extends StandardRecord {
|
||||
public final static short sid = 0x81;
|
||||
public final static short sid = 0x0081;
|
||||
private byte field_1_wsbool; // crappy names are because this is really one big short field (2byte)
|
||||
private byte field_2_wsbool; // but the docs inconsistently use it as 2 separate bytes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user