Uses of Interface
org.apache.poi.hemf.record.HemfRecord
-
Packages that use HemfRecord Package Description org.apache.poi.hemf.extractor org.apache.poi.hemf.record -
-
Uses of HemfRecord in org.apache.poi.hemf.extractor
Methods in org.apache.poi.hemf.extractor that return types with arguments of type HemfRecord Modifier and Type Method Description java.util.Iterator<HemfRecord>HemfExtractor. iterator() -
Uses of HemfRecord in org.apache.poi.hemf.record
Classes in org.apache.poi.hemf.record that implement HemfRecord Modifier and Type Class Description classHemfCommentRecordThis is the outer comment record that is recognized by the initial parse byHemfRecordType.comment.classHemfHeaderExtracts the full header from EMF files.static classHemfText.ExtCreateFontIndirectWstatic classHemfText.ExtTextOutAstatic classHemfText.ExtTextOutWstatic classHemfText.PolyTextOutANeeds to be implemented.static classHemfText.PolyTextOutWNeeds to be implemented.static classHemfText.SetTextAlignstatic classHemfText.SetTextColorstatic classHemfText.SetTextJustificationclassUnimplementedHemfRecordFields in org.apache.poi.hemf.record with type parameters of type HemfRecord Modifier and Type Field Description java.lang.Class<? extends HemfRecord>HemfRecordType. clazz
-