Package org.apache.poi.sl.usermodel
Interface ObjectMetaData
- 
@Beta public interface ObjectMetaData
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObjectMetaData.Application 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassIDgetClassID()java.lang.StringgetObjectName()java.lang.StringgetOleEntry()java.lang.StringgetProgId() 
 - 
 
- 
- 
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
 
 
 - 
 
 -