public class VerticalPageBreakCollection extends CollectionBase
VerticalPageBreak objects.| Modifier and Type | Method and Description |
|---|---|
int |
add(int column)
Adds a vertical page break to the collection.
|
int |
add(int row,
int column)
Adds a vertical page break to the collection.
|
int |
add(int startRow,
int endRow,
int column)
Adds a vertical page break to the collection.
|
int |
add(java.lang.String cellName)
Adds a vertical page break to the collection.
|
VerticalPageBreak |
get(int index)
Gets the
VerticalPageBreak element at the specified index. |
VerticalPageBreak |
get(java.lang.String cellName)
Gets the
VerticalPageBreak element with the specified cell name. |
void |
removeAt(int index)
Removes the VPageBreak element at a specified name.
|
public VerticalPageBreak get(int index)
VerticalPageBreak element at the specified index.get in class CollectionBaseindex - The zero based index of the element.public VerticalPageBreak get(java.lang.String cellName)
VerticalPageBreak element with the specified cell name.cellName - Cell name.public int add(int startRow,
int endRow,
int column)
Remarks
This method is used to add a vertical pagebreak within a print area.startRow - Start row index, zero based.endRow - End row index, zero based.column - Column index, zero based.VerticalPageBreak object index.public int add(int column)
Remarks
Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.column - Cell column index, zero based.VerticalPageBreak object index.public int add(int row,
int column)
Remarks
Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.row - Cell row index, zero based.column - Cell column index, zero based.VerticalPageBreak object index.public int add(java.lang.String cellName)
Remarks
Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.cellName - Cell name.VerticalPageBreak object index.public void removeAt(int index)
removeAt in class CollectionBaseindex - Element index, zero based.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.