Uses of Class
org.xlsx4j.sml.CTHyperlinks
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTHyperlinks Modifier and Type Field Description protected CTHyperlinksCTWorksheet. hyperlinksMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTHyperlinks Modifier and Type Method Description CTHyperlinksCTWorksheet. getHyperlinks()Gets the value of the hyperlinks property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTHyperlinks Modifier and Type Method Description voidCTWorksheet. setHyperlinks(CTHyperlinks value)Sets the value of the hyperlinks property. -
Uses of CTHyperlinks in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTHyperlinks Modifier and Type Field Description protected CTHyperlinksWorksheet. hyperlinksMethods in org.xlsx4j.sml that return CTHyperlinks Modifier and Type Method Description CTHyperlinksObjectFactory. createCTHyperlinks()Create an instance ofCTHyperlinksCTHyperlinksWorksheet. getHyperlinks()Gets the value of the hyperlinks property.Methods in org.xlsx4j.sml with parameters of type CTHyperlinks Modifier and Type Method Description voidWorksheet. setHyperlinks(CTHyperlinks value)Sets the value of the hyperlinks property.