Uses of Class
org.xlsx4j.sml.CTHyperlinks
Packages that use CTHyperlinks
-
Uses of CTHyperlinks in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTHyperlinksMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTHyperlinksModifier and TypeMethodDescriptionCTWorksheet.getHyperlinks()Gets the value of the hyperlinks property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTHyperlinksModifier and TypeMethodDescriptionvoidCTWorksheet.setHyperlinks(CTHyperlinks value) Sets the value of the hyperlinks property. -
Uses of CTHyperlinks in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTHyperlinksMethods in org.xlsx4j.sml that return CTHyperlinksModifier and TypeMethodDescriptionObjectFactory.createCTHyperlinks()Create an instance ofCTHyperlinksWorksheet.getHyperlinks()Gets the value of the hyperlinks property.Methods in org.xlsx4j.sml with parameters of type CTHyperlinksModifier and TypeMethodDescriptionvoidWorksheet.setHyperlinks(CTHyperlinks value) Sets the value of the hyperlinks property.