![]() |
||
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.HPageBreaks
public class HPageBreaks
Encapsulates a collection of HPageBreak objects.
Method Summary | |
---|---|
int |
add(int row)
Adds a horizontal page break to the HPageBreaks. |
int |
add(java.lang.String cellName)
Adds a horizontal page break to the HPageBreaks. |
void |
clear()
Clear all horizonal page breaks |
void |
delete(int index)
Remove a horizontal page break by index. |
HPageBreak |
get(int index)
Gets the HPageBreak object by index. |
int |
size()
Gets number of the HPageBreak objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int add(java.lang.String cellName)
cellName
- cell name
CellsException
- if HPageBreaks has been removed.
java.lang.IllegalArgumentException
- if cell name is invalid.public int add(int row)
row
- cell row index, zero based.
CellsException
- if HPageBreaks has been removed.
java.lang.IllegalArgumentException
- if row index is invalid.public int size()
public HPageBreak get(int index)
index
- the HPageBreak object index.
java.lang.IllegalArgumentException
- if index is out of range.
CellsException
- if HPageBreaks has been removed.public void delete(int index)
index
- the HPageBreak object index.
java.lang.IllegalArgumentException
- if index is out of range.
CellsException
- if HPageBreaks has been removed.public void clear()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |