Uses of Class
org.apache.poi.hemf.hemfplus.record.HemfPlusRecordType
-
Packages that use HemfPlusRecordType Package Description org.apache.poi.hemf.hemfplus.record -
-
Uses of HemfPlusRecordType in org.apache.poi.hemf.hemfplus.record
Methods in org.apache.poi.hemf.hemfplus.record that return HemfPlusRecordType Modifier and Type Method Description static HemfPlusRecordType
HemfPlusRecordType. getById(long id)
HemfPlusRecordType
HemfPlusHeader. getRecordType()
HemfPlusRecordType
HemfPlusRecord. getRecordType()
HemfPlusRecordType
UnimplementedHemfPlusRecord. getRecordType()
static HemfPlusRecordType
HemfPlusRecordType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HemfPlusRecordType[]
HemfPlusRecordType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-