Uses of Class
org.apache.poi.sl.usermodel.ObjectMetaData.Application
-
Packages that use ObjectMetaData.Application Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of ObjectMetaData.Application in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type ObjectMetaData.Application Modifier and Type Method Description java.io.OutputStream
HSLFObjectShape. updateObjectData(ObjectMetaData.Application application, ObjectMetaData metaData)
-
Uses of ObjectMetaData.Application in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return ObjectMetaData.Application Modifier and Type Method Description static ObjectMetaData.Application
ObjectMetaData.Application. lookup(java.lang.String progId)
static ObjectMetaData.Application
ObjectMetaData.Application. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ObjectMetaData.Application[]
ObjectMetaData.Application. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type ObjectMetaData.Application Modifier and Type Method Description java.io.OutputStream
ObjectShape. updateObjectData(ObjectMetaData.Application application, ObjectMetaData metaData)
Updates the ole data. -
Uses of ObjectMetaData.Application in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with parameters of type ObjectMetaData.Application Modifier and Type Method Description java.io.OutputStream
XSLFObjectShape. updateObjectData(ObjectMetaData.Application application, ObjectMetaData metaData)
-