xlsdatavalidationcollection-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.collections
class xlsdatavalidationcollection

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by com.spire.xls.core.spreadsheet.collections.xlsdatavalidationcollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, idatavalidationcollection, java.lang.iterable

public class xlsdatavalidationcollection
extends
implements idatavalidationcollection

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

xlsdatavalidationcollection

public xlsdatavalidationcollection(java.lang.object parent)
method detail

getparenttable

public idatavalidationtable getparenttable()
gets parent table. read-only.
specified by:
getparenttable in interface idatavalidationcollection

getworkbook

public workbook getworkbook()
parent workbook.
specified by:
getworkbook in interface idatavalidationcollection

getworksheet

public worksheet getworksheet()
parent worksheet.
specified by:
getworksheet in interface idatavalidationcollection

get

public idatavalidation get(int index)
returns single entry from the collection. read-only.
specified by:
get in interface idatavalidationcollection

getshapescount

public int getshapescount()
gets number of required shapes objects.
specified by:
getshapescount in interface idatavalidationcollection

getpromptboxhposition

public int getpromptboxhposition()
vertical position of the prompt box.
specified by:
getpromptboxhposition in interface idatavalidationcollection

setpromptboxhposition

public void setpromptboxhposition(int value)
vertical position of the prompt box.

getpromptboxvposition

public int getpromptboxvposition()
vertical position of the prompt box.
specified by:
getpromptboxvposition in interface idatavalidationcollection

setpromptboxvposition

public void setpromptboxvposition(int value)
vertical position of the prompt box.

ispromptboxvisible

public boolean ispromptboxvisible()
indicates whehter prompt box is visible..
specified by:
ispromptboxvisible in interface idatavalidationcollection

ispromptboxvisible

public void ispromptboxvisible(boolean value)
indicates whehter prompt box is visible..

ispromptboxpositionfixed

public boolean ispromptboxpositionfixed()
indicates whehter prompt box has fixed position..
specified by:
ispromptboxpositionfixed in interface idatavalidationcollection

ispromptboxpositionfixed

public void ispromptboxpositionfixed(boolean value)
indicates whehter prompt box has fixed position..

remove

public void remove(java.awt.rectangle[] rectangles)
parameters:
rectangles -


网站地图