Uses of Class
org.xlsx4j.sml.CTWebPublishItems
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTWebPublishItems in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTWebPublishItems Modifier and Type Field Description protected CTWebPublishItemsCTWorksheet. webPublishItemsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTWebPublishItems Modifier and Type Method Description CTWebPublishItemsCTWorksheet. getWebPublishItems()Gets the value of the webPublishItems property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTWebPublishItems Modifier and Type Method Description voidCTWorksheet. setWebPublishItems(CTWebPublishItems value)Sets the value of the webPublishItems property. -
Uses of CTWebPublishItems in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTWebPublishItems Modifier and Type Field Description protected CTWebPublishItemsCTChartsheet. webPublishItemsprotected CTWebPublishItemsWorksheet. webPublishItemsMethods in org.xlsx4j.sml that return CTWebPublishItems Modifier and Type Method Description CTWebPublishItemsObjectFactory. createCTWebPublishItems()Create an instance ofCTWebPublishItemsCTWebPublishItemsCTChartsheet. getWebPublishItems()Gets the value of the webPublishItems property.CTWebPublishItemsWorksheet. getWebPublishItems()Gets the value of the webPublishItems property.Methods in org.xlsx4j.sml with parameters of type CTWebPublishItems Modifier and Type Method Description voidCTChartsheet. setWebPublishItems(CTWebPublishItems value)Sets the value of the webPublishItems property.voidWorksheet. setWebPublishItems(CTWebPublishItems value)Sets the value of the webPublishItems property.