Uses of Class
org.xlsx4j.sml.CTCustomProperties
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTCustomProperties Modifier and Type Field Description protected CTCustomPropertiesCTWorksheet. customPropertiesMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTCustomProperties Modifier and Type Method Description CTCustomPropertiesCTWorksheet. getCustomProperties()Gets the value of the customProperties property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTCustomProperties Modifier and Type Method Description voidCTWorksheet. setCustomProperties(CTCustomProperties value)Sets the value of the customProperties property. -
Uses of CTCustomProperties in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCustomProperties Modifier and Type Field Description protected CTCustomPropertiesMacrosheet. customPropertiesprotected CTCustomPropertiesWorksheet. customPropertiesMethods in org.xlsx4j.sml that return CTCustomProperties Modifier and Type Method Description CTCustomPropertiesObjectFactory. createCTCustomProperties()Create an instance ofCTCustomPropertiesCTCustomPropertiesMacrosheet. getCustomProperties()Gets the value of the customProperties property.CTCustomPropertiesWorksheet. getCustomProperties()Gets the value of the customProperties property.Methods in org.xlsx4j.sml with parameters of type CTCustomProperties Modifier and Type Method Description voidMacrosheet. setCustomProperties(CTCustomProperties value)Sets the value of the customProperties property.voidWorksheet. setCustomProperties(CTCustomProperties value)Sets the value of the customProperties property.