Uses of Class
org.xlsx4j.sml.CTWebPublishItems
Packages that use CTWebPublishItems
-
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 CTWebPublishItemsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTWebPublishItemsModifier and TypeMethodDescriptionCTWorksheet.getWebPublishItems()Gets the value of the webPublishItems property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTWebPublishItemsModifier and TypeMethodDescriptionvoidCTWorksheet.setWebPublishItems(CTWebPublishItems value) Sets the value of the webPublishItems property. -
Uses of CTWebPublishItems in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTWebPublishItemsModifier and TypeFieldDescriptionprotected CTWebPublishItemsCTChartsheet.webPublishItemsprotected CTWebPublishItemsWorksheet.webPublishItemsMethods in org.xlsx4j.sml that return CTWebPublishItemsModifier and TypeMethodDescriptionObjectFactory.createCTWebPublishItems()Create an instance ofCTWebPublishItemsCTChartsheet.getWebPublishItems()Gets the value of the webPublishItems property.Worksheet.getWebPublishItems()Gets the value of the webPublishItems property.Methods in org.xlsx4j.sml with parameters of type CTWebPublishItemsModifier and TypeMethodDescriptionvoidCTChartsheet.setWebPublishItems(CTWebPublishItems value) Sets the value of the webPublishItems property.voidWorksheet.setWebPublishItems(CTWebPublishItems value) Sets the value of the webPublishItems property.