Package org.apache.poi.hemf.record.emf
Class HemfFont.LogFontPanose
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose
-
- All Implemented Interfaces:
GenericRecord,HemfFont.LogFontDetails
- Enclosing class:
- HemfFont
protected static class HemfFont.LogFontPanose extends Object implements HemfFont.LogFontDetails, GenericRecord
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.ArmStylearmStyleprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.Contrastcontrastprotected intcultureprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.FamilyTypefamilyTypeprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.Letterformletterformprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.MidLinemidLineprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.Proportionproportionprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.SerifTypeserifStyleprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.StrokeVariationstrokeVariationprotected intstyleSizeprotected intvendorIdprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.FontWeightweightprotected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.XHeightxHeight
-
Constructor Summary
Constructors Modifier Constructor Description protectedLogFontPanose()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Supplier<?>>getGenericProperties()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Field Detail
-
styleSize
protected int styleSize
-
vendorId
protected int vendorId
-
culture
protected int culture
-
familyType
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.FamilyType familyType
-
serifStyle
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.SerifType serifStyle
-
weight
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.FontWeight weight
-
proportion
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.Proportion proportion
-
contrast
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.Contrast contrast
-
strokeVariation
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.StrokeVariation strokeVariation
-
armStyle
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.ArmStyle armStyle
-
letterform
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.Letterform letterform
-
midLine
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.MidLine midLine
-
xHeight
protected org.apache.poi.hemf.record.emf.HemfFont.LogFontPanose.XHeight xHeight
-
-
Method Detail
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-