|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface idatavalidation
contains a condition and the formatting attributes applied to the cells, if the condition is met.
method summary | |
---|---|
alertstyletype |
getalertstyle()
|
celldatatype |
getallowtype()
type of the allowed data. |
validationcomparisonoperator |
getcompareoperator()
compare operator used. |
ixlsrange |
getdatarange()
range of possible values. |
java.util.date |
getdate1()
first formula's datetime value. |
java.util.date |
getdate2()
second formula's datetime value. |
java.lang.string |
geterrormessage()
text of the error message. |
java.lang.string |
geterrortitle()
title of the error box. |
java.lang.string |
getformula1()
value of the first formula. |
java.lang.string |
getformula2()
value of the second formula. |
boolean |
getignoreblank()
indicates whether empty cell is allowed. |
java.lang.string |
getinputmessage()
text of the prompt box. |
java.lang.string |
getinputtitle()
title of the prompt box. |
int |
getpromptboxhposition()
horizontal position of the prompt box. |
int |
getpromptboxvposition()
vertical position of the prompt box. |
boolean |
getshowerror()
indicates whether to show error box. |
boolean |
getshowinput()
indicates whether to show prompt box. |
java.lang.string[] |
getvalues()
array of possible values (when values in list are entered manually) |
boolean |
isinputpositionfixed()
|
void |
isinputpositionfixed(boolean value)
|
boolean |
isinputvisible()
|
void |
isinputvisible(boolean value)
|
boolean |
islistinformula()
indicates whether formula contains list of values. |
boolean |
issuppressdropdownarrow()
indicates whether to suppress drop-down arrow. |
void |
issuppressdropdownarrow(boolean value)
indicates whether to suppress drop-down arrow. |
void |
setalertstyle(alertstyletype value)
|
void |
setallowtype(celldatatype value)
type of the allowed data. |
void |
setcompareoperator(validationcomparisonoperator value)
compare operator used. |
void |
setdate1(java.util.date value)
first formula's datetime value. |
void |
setdate2(java.util.date value)
second formula's datetime value. |
void |
seterrormessage(java.lang.string value)
text of the error message. |
void |
seterrortitle(java.lang.string value)
title of the error box. |
void |
setformula1(java.lang.string value)
value of the first formula. |
void |
setformula2(java.lang.string value)
value of the second formula. |
void |
setignoreblank(boolean value)
indicates whether empty cell is allowed. |
void |
setinputmessage(java.lang.string value)
text of the prompt box. |
void |
setinputtitle(java.lang.string value)
title of the prompt box. |
void |
setpromptboxhposition(int value)
horizontal position of the prompt box. |
void |
setpromptboxvposition(int value)
vertical position of the prompt box. |
void |
setshowerror(boolean value)
indicates whether to show error box. |
void |
setshowinput(boolean value)
indicates whether to show prompt box. |
void |
setvalues(java.lang.string[] value)
|
methods inherited from interface com.spire.xls.core.interfacess.ioptimizedupdate |
---|
beginupdate, endupdate |
method detail |
---|
java.lang.string getinputtitle()
void setinputtitle(java.lang.string value)
java.lang.string getinputmessage()
void setinputmessage(java.lang.string value)
java.lang.string geterrortitle()
void seterrortitle(java.lang.string value)
java.lang.string geterrormessage()
void seterrormessage(java.lang.string value)
java.lang.string getformula1()
void setformula1(java.lang.string value)
java.util.date getdate1()
void setdate1(java.util.date value)
java.lang.string getformula2()
void setformula2(java.lang.string value)
java.util.date getdate2()
void setdate2(java.util.date value)
celldatatype getallowtype()
void setallowtype(celldatatype value)
validationcomparisonoperator getcompareoperator()
void setcompareoperator(validationcomparisonoperator value)
boolean islistinformula()
boolean getignoreblank()
void setignoreblank(boolean value)
boolean issuppressdropdownarrow()
void issuppressdropdownarrow(boolean value)
boolean getshowinput()
void setshowinput(boolean value)
boolean getshowerror()
void setshowerror(boolean value)
int getpromptboxhposition()
void setpromptboxhposition(int value)
int getpromptboxvposition()
void setpromptboxvposition(int value)
boolean isinputvisible()
void isinputvisible(boolean value)
boolean isinputpositionfixed()
void isinputpositionfixed(boolean value)
alertstyletype getalertstyle()
void setalertstyle(alertstyletype value)
java.lang.string[] getvalues()
void setvalues(java.lang.string[] value)
ixlsrange getdatarange()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |