Uses of Interface
org.apache.poi.hemf.record.HemfRecord

Packages that use HemfRecord
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
 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
 class HemfCommentRecord
          This is the outer comment record that is recognized by the initial parse by HemfRecordType.comment.
 class HemfHeader
          Extracts the full header from EMF files.
static class HemfText.ExtCreateFontIndirectW
           
static class HemfText.ExtTextOutA
           
static class HemfText.ExtTextOutW
           
static class HemfText.PolyTextOutA
          Needs to be implemented.
static class HemfText.PolyTextOutW
          Needs to be implemented.
static class HemfText.SetTextAlign
           
static class HemfText.SetTextColor
           
static class HemfText.SetTextJustification
           
 class UnimplementedHemfRecord
           
 

Fields in org.apache.poi.hemf.record with type parameters of type HemfRecord
 java.lang.Class<? extends HemfRecord> HemfRecordType.clazz
           
 



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