Uses of Class
org.apache.poi.sl.usermodel.ObjectMetaData.Application
-
Packages that use ObjectMetaData.Application Package Description org.apache.poi.sl.usermodel -
-
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(String progId)
static ObjectMetaData.Application
ObjectMetaData.Application. valueOf(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 OutputStream
ObjectShape. updateObjectData(ObjectMetaData.Application application, ObjectMetaData metaData)
Updates the ole data.
-