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.ApplicationObjectMetaData.Application. lookup(String progId)static ObjectMetaData.ApplicationObjectMetaData.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 OutputStreamObjectShape. updateObjectData(ObjectMetaData.Application application, ObjectMetaData metaData)Updates the ole data.
-