Uses of Class
org.xlsx4j.sml.CTPrintOptions
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTPrintOptions Modifier and Type Field Description protected CTPrintOptionsCTWorksheet. printOptionsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTPrintOptions Modifier and Type Method Description CTPrintOptionsCTWorksheet. getPrintOptions()Gets the value of the printOptions property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTPrintOptions Modifier and Type Method Description voidCTWorksheet. setPrintOptions(CTPrintOptions value)Sets the value of the printOptions property. -
Uses of CTPrintOptions in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTPrintOptions Modifier and Type Field Description protected CTPrintOptionsCTCustomSheetView. printOptionsprotected CTPrintOptionsDialogsheet. printOptionsprotected CTPrintOptionsMacrosheet. printOptionsprotected CTPrintOptionsWorksheet. printOptionsMethods in org.xlsx4j.sml that return CTPrintOptions Modifier and Type Method Description CTPrintOptionsObjectFactory. createCTPrintOptions()Create an instance ofCTPrintOptionsCTPrintOptionsCTCustomSheetView. getPrintOptions()Gets the value of the printOptions property.CTPrintOptionsDialogsheet. getPrintOptions()Gets the value of the printOptions property.CTPrintOptionsMacrosheet. getPrintOptions()Gets the value of the printOptions property.CTPrintOptionsWorksheet. getPrintOptions()Gets the value of the printOptions property.Methods in org.xlsx4j.sml with parameters of type CTPrintOptions Modifier and Type Method Description voidCTCustomSheetView. 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.