|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsDataValidationCollection
public class XlsDataValidationCollection
| Constructor Summary | |
|---|---|
XlsDataValidationCollection(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
IDataValidation |
get(int index)
Returns single entry from the collection. |
IDataValidationTable |
getParentTable()
Gets parent table. |
int |
getPromptBoxHPosition()
Vertical position of the prompt box. |
int |
getPromptBoxVPosition()
Vertical position of the prompt box. |
int |
getShapesCount()
Gets number of required shapes objects. |
Workbook |
getWorkbook()
Parent workbook. |
Worksheet |
getWorksheet()
Parent worksheet. |
boolean |
isPromptBoxPositionFixed()
Indicates whehter prompt box has fixed position.. |
void |
isPromptBoxPositionFixed(boolean value)
Indicates whehter prompt box has fixed position.. |
boolean |
isPromptBoxVisible()
Indicates whehter prompt box is visible.. |
void |
isPromptBoxVisible(boolean value)
Indicates whehter prompt box is visible.. |
void |
remove(java.awt.Rectangle[] rectangles)
|
void |
setPromptBoxHPosition(int value)
Vertical position of the prompt box. |
void |
setPromptBoxVPosition(int value)
Vertical position of the prompt box. |
| Methods inherited from interface com.spire.xls.core.IDataValidationCollection |
|---|
remove |
| Constructor Detail |
|---|
public XlsDataValidationCollection(java.lang.Object parent)
| Method Detail |
|---|
public IDataValidationTable getParentTable()
getParentTable in interface IDataValidationCollectionpublic Workbook getWorkbook()
getWorkbook in interface IDataValidationCollectionpublic Worksheet getWorksheet()
getWorksheet in interface IDataValidationCollectionpublic IDataValidation get(int index)
get in interface IDataValidationCollectionpublic int getShapesCount()
getShapesCount in interface IDataValidationCollectionpublic int getPromptBoxHPosition()
getPromptBoxHPosition in interface IDataValidationCollectionpublic void setPromptBoxHPosition(int value)
public int getPromptBoxVPosition()
getPromptBoxVPosition in interface IDataValidationCollectionpublic void setPromptBoxVPosition(int value)
public boolean isPromptBoxVisible()
isPromptBoxVisible in interface IDataValidationCollectionpublic void isPromptBoxVisible(boolean value)
public boolean isPromptBoxPositionFixed()
isPromptBoxPositionFixed in interface IDataValidationCollectionpublic void isPromptBoxPositionFixed(boolean value)
public void remove(java.awt.Rectangle[] rectangles)
rectangles -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||