Uses of Class
org.apache.poi.sl.draw.binding.CTOfficeArtExtension
-
Packages that use CTOfficeArtExtension Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTOfficeArtExtension in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding with type parameters of type CTOfficeArtExtension Modifier and Type Field Description protected java.util.List<CTOfficeArtExtension>
CTOfficeArtExtensionList. ext
Methods in org.apache.poi.sl.draw.binding that return CTOfficeArtExtension Modifier and Type Method Description CTOfficeArtExtension
ObjectFactory. createCTOfficeArtExtension()
Create an instance ofCTOfficeArtExtension
Methods in org.apache.poi.sl.draw.binding that return types with arguments of type CTOfficeArtExtension Modifier and Type Method Description java.util.List<CTOfficeArtExtension>
CTOfficeArtExtensionList. getExt()
Gets the value of the ext property.
-