org.apache.poi.hslf.record
Class RecordTypes.Type
java.lang.Object
org.apache.poi.hslf.record.RecordTypes.Type
- Enclosing class:
- RecordTypes
public static class RecordTypes.Type
- extends java.lang.Object
Wrapper for the details of a PowerPoint or Escher record type.
Contains both the type, and the handling class (if any), and
offers methods to get either back out.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeID
public int typeID
handlingClass
public java.lang.Class handlingClass
RecordTypes.Type
public RecordTypes.Type(int typeID,
java.lang.Class handlingClass)