public final class DVRecord extends StandardRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
DVRecord(DVRecord other) |
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) |
| Modifier and Type | Method and Description |
|---|---|
DVRecord |
copy()
Clones the object.
|
CellRangeAddressList |
getCellRangeAddress() |
int |
getConditionOperator()
get the condition operator
|
protected int |
getDataSize() |
int |
getDataType() |
boolean |
getEmptyCellAllowed() |
int |
getErrorStyle() |
java.lang.String |
getErrorText() |
java.lang.String |
getErrorTitle() |
Ptg[] |
getFormula1() |
Ptg[] |
getFormula2() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
boolean |
getListExplicitFormula() |
java.lang.String |
getPromptText() |
java.lang.String |
getPromptTitle() |
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.
|
getRecordSize, serializecloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic static final short sid
public DVRecord(DVRecord other)
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)
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 java.lang.String getPromptTitle()
public java.lang.String getErrorTitle()
public java.lang.String getPromptText()
public java.lang.String getErrorText()
public Ptg[] getFormula1()
public Ptg[] getFormula2()
public CellRangeAddressList getCellRangeAddress()
public void serialize(LittleEndianOutput out)
StandardRecord
The number of bytes written must equal the record size reported by
RecordBase.getRecordSize()} minus four (
record header consisting of a 'ushort sid' and 'ushort reclength' has
already been written by their superclass).
serialize in class StandardRecordout - the output objectprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic DVRecord copy()
copy in interface Duplicatablecopy in class StandardRecordpublic HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Recordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.