/**
* Version number - for BIFF8 should be 0x06
* @see #VERSION
- * @param short version to be set
+ * @param version to be set
*/
public void setVersion(short version)
* @see #TYPE_CHART
* @see #TYPE_EXCEL_4_MACRO
* @see #TYPE_WORKSPACE_FILE
- * @param short type to be set
+ * @param type to be set
*/
public void setType(short type)
/**
* build that wrote this file
* @see #BUILD
- * @param short build number to set
+ * @param build number to set
*/
public void setBuild(short build)
/**
* Year of the build that wrote this file
* @see #BUILD_YEAR
- * @param short build year to set
+ * @param build year to set
*/
public void setBuildYear(short year)
/**
* set the history bit mask (not very useful)
* @see #HISTORY_MASK
- * @param int bitmask to set for the history
+ * @param bitmask to set for the history
*/
public void setHistoryBitMask(int bitmask)
* set the minimum version required to read this file
*
* @see #VERSION
- * @param int version to set
+ * @param version to set
*/
public void setRequiredVersion(int version)
* @param id id must be 0x42 or an exception will be throw upon validation
* @param size the size of the data area of the record
* @param data data of the record (should not contain sid/len)
- * @param int offset of the record
+ * @param offset of the record
*/
public CodepageRecord(short id, short size, byte [] data, int offset)
* set the codepage for this workbook
*
* @see #CODEPAGE
- * @param codepage - the codepage to set
+ * @param the codepage to set
*/
public void setCodepage(short cp)
/**
* set the font height in unit's of 1/20th of a point. Maybe you might want to
* use the setFontHeightInPoints which matches to the familiar 10, 12, 14 etc..
- * @param short - height in 1/20ths of a point
+ * @param height in 1/20ths of a point
* @see #setFontHeightInPoints(short)
*/
/**
* set the font height
- * @param short - height in the familiar unit of measure - points
+ * @param height in the familiar unit of measure - points
* @see #setFontHeight(short)
*/