Package org.apache.poi.sl.usermodel
Interface ObjectMetaData
-
@Beta public interface ObjectMetaData
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ObjectMetaData.Application
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassID
getClassID()
String
getObjectName()
String
getOleEntry()
String
getProgId()
-
-
-
Method Detail
-
getObjectName
String getObjectName()
- Returns:
- the name of the OLE shape
-
getProgId
String getProgId()
- Returns:
- the program id assigned to the OLE container application
-
getClassID
ClassID getClassID()
- Returns:
- the storage classid of the OLE entry
-
getOleEntry
String getOleEntry()
- Returns:
- the name of the OLE entry inside the oleObject#.bin
-
-