Uses of Class
org.apache.poi.hemf.hemfplus.record.HemfPlusRecordType

Packages that use HemfPlusRecordType
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
static HemfPlusRecordType HemfPlusRecordType.getById(long id)
           
 HemfPlusRecordType HemfPlusRecord.getRecordType()
           
 HemfPlusRecordType HemfPlusHeader.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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.