Uses of Class
org.xlsx4j.sml.CTPageBreak
Packages that use CTPageBreak
-
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 CTPageBreakModifier and TypeFieldDescriptionprotected CTPageBreakCTWorksheet.colBreaksprotected CTPageBreakCTWorksheet.rowBreaksMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPageBreakModifier and TypeMethodDescriptionCTWorksheet.getColBreaks()Gets the value of the colBreaks property.CTWorksheet.getRowBreaks()Gets the value of the rowBreaks property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPageBreakModifier and TypeMethodDescriptionvoidCTWorksheet.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 CTPageBreakModifier and TypeFieldDescriptionprotected CTPageBreakCTCustomSheetView.colBreaksprotected CTPageBreakMacrosheet.colBreaksprotected CTPageBreakWorksheet.colBreaksprotected CTPageBreakCTCustomSheetView.rowBreaksprotected CTPageBreakMacrosheet.rowBreaksprotected CTPageBreakWorksheet.rowBreaksMethods in org.xlsx4j.sml that return CTPageBreakModifier and TypeMethodDescriptionObjectFactory.createCTPageBreak()Create an instance ofCTPageBreakCTCustomSheetView.getColBreaks()Gets the value of the colBreaks property.Macrosheet.getColBreaks()Gets the value of the colBreaks property.Worksheet.getColBreaks()Gets the value of the colBreaks property.CTCustomSheetView.getRowBreaks()Gets the value of the rowBreaks property.Macrosheet.getRowBreaks()Gets the value of the rowBreaks property.Worksheet.getRowBreaks()Gets the value of the rowBreaks property.Methods in org.xlsx4j.sml with parameters of type CTPageBreakModifier and TypeMethodDescriptionvoidCTCustomSheetView.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.