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 class
HemfCommentRecord
This is the outer comment record that is recognized by the initial parse byHemfRecordType.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 Modifier and Type Field Description java.lang.Class<? extends HemfRecord>
HemfRecordType. clazz
-