Uses of Class
org.xlsx4j.sml.CTPrintOptions
Packages that use CTPrintOptions
-
Uses of CTPrintOptions in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTPrintOptionsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPrintOptionsModifier and TypeMethodDescriptionCTWorksheet.getPrintOptions()Gets the value of the printOptions property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPrintOptionsModifier and TypeMethodDescriptionvoidCTWorksheet.setPrintOptions(CTPrintOptions value) Sets the value of the printOptions property. -
Uses of CTPrintOptions in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPrintOptionsModifier and TypeFieldDescriptionprotected CTPrintOptionsCTCustomSheetView.printOptionsprotected CTPrintOptionsDialogsheet.printOptionsprotected CTPrintOptionsMacrosheet.printOptionsprotected CTPrintOptionsWorksheet.printOptionsMethods in org.xlsx4j.sml that return CTPrintOptionsModifier and TypeMethodDescriptionObjectFactory.createCTPrintOptions()Create an instance ofCTPrintOptionsCTCustomSheetView.getPrintOptions()Gets the value of the printOptions property.Dialogsheet.getPrintOptions()Gets the value of the printOptions property.Macrosheet.getPrintOptions()Gets the value of the printOptions property.Worksheet.getPrintOptions()Gets the value of the printOptions property.Methods in org.xlsx4j.sml with parameters of type CTPrintOptionsModifier and TypeMethodDescriptionvoidCTCustomSheetView.setPrintOptions(CTPrintOptions value) Sets the value of the printOptions property.voidDialogsheet.setPrintOptions(CTPrintOptions value) Sets the value of the printOptions property.voidMacrosheet.setPrintOptions(CTPrintOptions value) Sets the value of the printOptions property.voidWorksheet.setPrintOptions(CTPrintOptions value) Sets the value of the printOptions property.