|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface iconditionalformatscollection
represents iconditionalformatscollection.
method summary | |
---|---|
xlsconditionalformats |
add()
adds new item to the collection. |
xlsconditionalformats |
add(xlsconditionalformats formats)
adds new item to the collection. |
void |
copyfrom(xlsworksheetconditionalformats srcformats)
copies conditional formats from another formats collection. |
xlsconditionalformats |
find(java.awt.rectangle[] arrranges)
search for collection that contains all specified ranges. |
xlsconditionalformats[] |
findall(java.awt.rectangle[] arrranges)
|
xlsconditionalformats |
get(int fieldindex)
gets |
xlsconditionalformats |
getbyindex(int index)
returns a single filter object from a collection. |
void |
remove(java.awt.rectangle[] arrranges)
removes range from the collection of conditional formats. |
void |
removeat(int index)
|
method detail |
---|
xlsconditionalformats get(int fieldindex)
fieldindex
- the integer offset of the field on which you want to base the filter
(from the left of the list; the leftmost field is field 0).
xlsconditionalformats add()
xlsconditionalformats add(xlsconditionalformats formats)
formats
- item to add.
void copyfrom(xlsworksheetconditionalformats srcformats)
srcformats
- source collection of conditional formats to copy.xlsconditionalformats find(java.awt.rectangle[] arrranges)
arrranges
-
xlsconditionalformats[] findall(java.awt.rectangle[] arrranges)
xlsconditionalformats getbyindex(int index)
void remove(java.awt.rectangle[] arrranges)
arrranges
- array of ranges to remove.void removeat(int index)
index
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |