|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.DVRecord
public final class DVRecord
Title: DATAVALIDATION Record (0x01BE)
Description: This record stores data validation settings and a list of cell ranges which contain these settings. The data validation settings of a sheet are stored in a sequential list of DV records. This list is followed by DVAL record(s)
| Field Summary | |
|---|---|
static short |
sid
|
| Constructor Summary | |
|---|---|
DVRecord(int validationType,
int operator,
int errorStyle,
boolean emptyCellAllowed,
boolean suppressDropDownArrow,
boolean isExplicitList,
boolean showPromptBox,
java.lang.String promptTitle,
java.lang.String promptText,
boolean showErrorBox,
java.lang.String errorTitle,
java.lang.String errorText,
Ptg[] formula1,
Ptg[] formula2,
CellRangeAddressList regions)
|
|
DVRecord(RecordInputStream in)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones the object. |
CellRangeAddressList |
getCellRangeAddress()
|
int |
getConditionOperator()
get the condition operator |
protected int |
getDataSize()
|
int |
getDataType()
|
boolean |
getEmptyCellAllowed()
|
int |
getErrorStyle()
|
boolean |
getListExplicitFormula()
|
boolean |
getShowErrorOnInvalidValue()
|
boolean |
getShowPromptOnCellSelected()
|
short |
getSid()
return the non static version of the id for this record. |
boolean |
getSuppressDropdownArrow()
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record. |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging) |
| Methods inherited from class org.apache.poi.hssf.record.StandardRecord |
|---|
getRecordSize, serialize |
| Methods inherited from class org.apache.poi.hssf.record.Record |
|---|
cloneViaReserialise, serialize |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short sid
| Constructor Detail |
|---|
public DVRecord(int validationType,
int operator,
int errorStyle,
boolean emptyCellAllowed,
boolean suppressDropDownArrow,
boolean isExplicitList,
boolean showPromptBox,
java.lang.String promptTitle,
java.lang.String promptText,
boolean showErrorBox,
java.lang.String errorTitle,
java.lang.String errorText,
Ptg[] formula1,
Ptg[] formula2,
CellRangeAddressList regions)
public DVRecord(RecordInputStream in)
| Method Detail |
|---|
public int getDataType()
DataValidationConstraint.ValidationTypepublic int getErrorStyle()
DataValidation.ErrorStylepublic boolean getListExplicitFormula()
true if in list validations the string list is explicitly given in the
formula, false otherwisepublic boolean getEmptyCellAllowed()
true if empty values are allowed in cells, false otherwisepublic boolean getSuppressDropdownArrow()
true if drop down arrow should be suppressed when list validation is
used, false otherwisepublic boolean getShowPromptOnCellSelected()
true if a prompt window should appear when cell is selected, false otherwisepublic boolean getShowErrorOnInvalidValue()
true if an error window should appear when an invalid value is entered
in the cell, false otherwisepublic int getConditionOperator()
utility classpublic CellRangeAddressList getCellRangeAddress()
public java.lang.String toString()
Record
toString in class Recordpublic void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).
serialize in class StandardRecordprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Record
getSid in class Recordpublic java.lang.Object clone()
clone in class Record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||