| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
| Modifier and Type | Field and Description |
|---|---|
protected CTPageBreak |
CTWorksheet.colBreaks |
protected CTPageBreak |
CTWorksheet.rowBreaks |
| Modifier and Type | Method and Description |
|---|---|
CTPageBreak |
CTWorksheet.getColBreaks()
Gets the value of the colBreaks property.
|
CTPageBreak |
CTWorksheet.getRowBreaks()
Gets the value of the rowBreaks property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTWorksheet.setColBreaks(CTPageBreak value)
Sets the value of the colBreaks property.
|
void |
CTWorksheet.setRowBreaks(CTPageBreak value)
Sets the value of the rowBreaks property.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTPageBreak |
Macrosheet.colBreaks |
protected CTPageBreak |
Worksheet.colBreaks |
protected CTPageBreak |
CTCustomSheetView.colBreaks |
protected CTPageBreak |
Macrosheet.rowBreaks |
protected CTPageBreak |
Worksheet.rowBreaks |
protected CTPageBreak |
CTCustomSheetView.rowBreaks |
| Modifier and Type | Method and Description |
|---|---|
CTPageBreak |
ObjectFactory.createCTPageBreak()
Create an instance of
CTPageBreak |
CTPageBreak |
Macrosheet.getColBreaks()
Gets the value of the colBreaks property.
|
CTPageBreak |
Worksheet.getColBreaks()
Gets the value of the colBreaks property.
|
CTPageBreak |
CTCustomSheetView.getColBreaks()
Gets the value of the colBreaks property.
|
CTPageBreak |
Macrosheet.getRowBreaks()
Gets the value of the rowBreaks property.
|
CTPageBreak |
Worksheet.getRowBreaks()
Gets the value of the rowBreaks property.
|
CTPageBreak |
CTCustomSheetView.getRowBreaks()
Gets the value of the rowBreaks property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Macrosheet.setColBreaks(CTPageBreak value)
Sets the value of the colBreaks property.
|
void |
Worksheet.setColBreaks(CTPageBreak value)
Sets the value of the colBreaks property.
|
void |
CTCustomSheetView.setColBreaks(CTPageBreak value)
Sets the value of the colBreaks property.
|
void |
Macrosheet.setRowBreaks(CTPageBreak value)
Sets the value of the rowBreaks property.
|
void |
Worksheet.setRowBreaks(CTPageBreak value)
Sets the value of the rowBreaks property.
|
void |
CTCustomSheetView.setRowBreaks(CTPageBreak value)
Sets the value of the rowBreaks property.
|
Copyright © 2007-2022. All Rights Reserved.