Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the |
||
method | get(cellName) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(column) | |
Adds a vertical page break to the collection.
|
||
method | add(row, column) | |
Adds a vertical page break to the collection.
|
||
method | add(startRow, endRow, column) | |
Adds a vertical page break to the collection.
|
||
method | add(value) | |
Reserved for internal use. |
||
method | add(cellName) | |
Adds a vertical page break to the collection.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
Removes the VPageBreak element at a specified name.
|
int getCount()
VerticalPageBreak get(index)
index
- The zero based index of the element.VerticalPageBreak get(cellName)
cellName
- Cell name.int add(startRow, endRow, column)
startRow: int
- Start row index, zero based.endRow: int
- End row index, zero based.column: int
- Column index, zero based.int add(column)
column: int
- Cell column index, zero based.int add(row, column)
row: int
- Cell row index, zero based.column: int
- Cell column index, zero based.int add(cellName)
cellName: String
- Cell name.removeAt(index)
index: int
- Element index, zero based.clear()
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)