|
|||||||||
| 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 | ||||||||