Uses of Enum Class
org.apache.poi.sl.usermodel.ObjectMetaData.Application
Packages that use ObjectMetaData.Application
Package
Description
-
Uses of ObjectMetaData.Application in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type ObjectMetaData.ApplicationModifier and TypeMethodDescriptionHSLFObjectShape.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.ApplicationModifier and TypeMethodDescriptionstatic ObjectMetaData.Application
static ObjectMetaData.Application
Returns the enum constant of this class with the specified name.static ObjectMetaData.Application[]
ObjectMetaData.Application.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type ObjectMetaData.ApplicationModifier and TypeMethodDescriptionObjectShape.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.ApplicationModifier and TypeMethodDescriptionXSLFObjectShape.updateObjectData
(ObjectMetaData.Application application, ObjectMetaData metaData)