Uses of Class
org.xlsx4j.sml.CTPageBreak
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTPageBreak in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTPageBreak Modifier and Type Field Description protected CTPageBreakCTWorksheet. colBreaksprotected CTPageBreakCTWorksheet. rowBreaksMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPageBreak Modifier and Type Method Description CTPageBreakCTWorksheet. getColBreaks()Gets the value of the colBreaks property.CTPageBreakCTWorksheet. getRowBreaks()Gets the value of the rowBreaks property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPageBreak Modifier and Type Method Description voidCTWorksheet. setColBreaks(CTPageBreak value)Sets the value of the colBreaks property.voidCTWorksheet. setRowBreaks(CTPageBreak value)Sets the value of the rowBreaks property. -
Uses of CTPageBreak in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPageBreak Modifier and Type Field Description protected CTPageBreakCTCustomSheetView. colBreaksprotected CTPageBreakMacrosheet. colBreaksprotected CTPageBreakWorksheet. colBreaksprotected CTPageBreakCTCustomSheetView. rowBreaksprotected CTPageBreakMacrosheet. rowBreaksprotected CTPageBreakWorksheet. rowBreaksMethods in org.xlsx4j.sml that return CTPageBreak Modifier and Type Method Description CTPageBreakObjectFactory. createCTPageBreak()Create an instance ofCTPageBreakCTPageBreakCTCustomSheetView. getColBreaks()Gets the value of the colBreaks property.CTPageBreakMacrosheet. getColBreaks()Gets the value of the colBreaks property.CTPageBreakWorksheet. getColBreaks()Gets the value of the colBreaks property.CTPageBreakCTCustomSheetView. getRowBreaks()Gets the value of the rowBreaks property.CTPageBreakMacrosheet. getRowBreaks()Gets the value of the rowBreaks property.CTPageBreakWorksheet. getRowBreaks()Gets the value of the rowBreaks property.Methods in org.xlsx4j.sml with parameters of type CTPageBreak Modifier and Type Method Description voidCTCustomSheetView. setColBreaks(CTPageBreak value)Sets the value of the colBreaks property.voidMacrosheet. setColBreaks(CTPageBreak value)Sets the value of the colBreaks property.voidWorksheet. setColBreaks(CTPageBreak value)Sets the value of the colBreaks property.voidCTCustomSheetView. setRowBreaks(CTPageBreak value)Sets the value of the rowBreaks property.voidMacrosheet. setRowBreaks(CTPageBreak value)Sets the value of the rowBreaks property.voidWorksheet. setRowBreaks(CTPageBreak value)Sets the value of the rowBreaks property.