Uses of Class
org.apache.poi.sl.draw.binding.CTOfficeArtExtensionList
-
Packages that use CTOfficeArtExtensionList Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTOfficeArtExtensionList in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTOfficeArtExtensionList Modifier and Type Field Description protected CTOfficeArtExtensionList
CTHyperlink. extLst
Methods in org.apache.poi.sl.draw.binding that return CTOfficeArtExtensionList Modifier and Type Method Description CTOfficeArtExtensionList
ObjectFactory. createCTOfficeArtExtensionList()
Create an instance ofCTOfficeArtExtensionList
CTOfficeArtExtensionList
CTHyperlink. getExtLst()
Gets the value of the extLst property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTOfficeArtExtensionList Modifier and Type Method Description void
CTHyperlink. setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
-