Uses of Class
org.xlsx4j.sml.CTCustomProperties
Packages that use CTCustomProperties
-
Uses of CTCustomProperties in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTCustomPropertiesMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTCustomPropertiesModifier and TypeMethodDescriptionCTWorksheet.getCustomProperties()Gets the value of the customProperties property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTCustomPropertiesModifier and TypeMethodDescriptionvoidCTWorksheet.setCustomProperties(CTCustomProperties value) Sets the value of the customProperties property. -
Uses of CTCustomProperties in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCustomPropertiesModifier and TypeFieldDescriptionprotected CTCustomPropertiesMacrosheet.customPropertiesprotected CTCustomPropertiesWorksheet.customPropertiesMethods in org.xlsx4j.sml that return CTCustomPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTCustomProperties()Create an instance ofCTCustomPropertiesMacrosheet.getCustomProperties()Gets the value of the customProperties property.Worksheet.getCustomProperties()Gets the value of the customProperties property.Methods in org.xlsx4j.sml with parameters of type CTCustomPropertiesModifier and TypeMethodDescriptionvoidMacrosheet.setCustomProperties(CTCustomProperties value) Sets the value of the customProperties property.voidWorksheet.setCustomProperties(CTCustomProperties value) Sets the value of the customProperties property.