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()
java.lang.String
getObjectName()
java.lang.String
getOleEntry()
java.lang.String
getProgId()
-
-
-
Method Detail
-
getObjectName
java.lang.String getObjectName()
- Returns:
- the name of the OLE shape
-
getProgId
java.lang.String getProgId()
- Returns:
- the program id assigned to the OLE container application
-
getClassID
ClassID getClassID()
- Returns:
- the storage classid of the OLE entry
-
getOleEntry
java.lang.String getOleEntry()
- Returns:
- the name of the OLE entry inside the oleObject#.bin
-
-