|
||
| Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate | ||
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.cells.VPageBreaks
public class VPageBreaks
Encapsulates a collection of VPageBreak objects.
| Method Summary | |
|---|---|
int |
add(int column)
Adds a vertical page break to the VPageBreaks. |
int |
add(java.lang.String cellName)
Adds a vertical page break to the VPageBreaks. |
void |
delete(int index)
Removes a vertical page break by index. |
VPageBreak |
get(int index)
Gets the VPageBreak object by index. |
int |
size()
Gets number of the VPageBreak objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int add(java.lang.String cellName)
cellName - Cell name.
java.lang.IllegalArgumentException - if cell name is invalid.
CellsException - if VPageBreaks has been removed.public int add(int column)
column - Cell column index, zero based.
java.lang.IllegalArgumentException - if column index is invalid.
CellsException - if VPageBreaks has been removed.public void delete(int index)
index - the VPageBreak object index.
java.lang.IllegalArgumentException - if index is out of range.
CellsException - if VPageBreaks has been removed.public int size()
public VPageBreak get(int index)
index - the VPageBreak object index.
java.lang.IllegalArgumentException - if index is out of range.
CellsException - if VPageBreaks has been removed.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||