Package org.apache.poi.hwmf.record
Class HwmfFont.WmfClipPrecision
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfFont.WmfClipPrecision
-
- All Implemented Interfaces:
GenericRecord
- Enclosing class:
- HwmfFont
public static class HwmfFont.WmfClipPrecision extends Object implements GenericRecord
ClipPrecision Flags specify clipping precision, which defines how to clip characters that are partially outside a clipping region. These flags can be combined to specify multiple options.
-
-
Constructor Summary
Constructors Constructor Description WmfClipPrecision()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Supplier<?>>getGenericProperties()intinit(LittleEndianInputStream leis)booleanisCharacterPrecision()booleanisDefaultPrecision()booleanisFontAssociated()booleanisLeftHandAngles()booleanisStrokePrecision()booleanisTrueTypeAlways()StringtoString()booleanuseEmbeddedFont()-
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
-
-
-
-
Method Detail
-
init
public int init(LittleEndianInputStream leis)
-
isDefaultPrecision
public boolean isDefaultPrecision()
-
isCharacterPrecision
public boolean isCharacterPrecision()
-
isStrokePrecision
public boolean isStrokePrecision()
-
isLeftHandAngles
public boolean isLeftHandAngles()
-
isTrueTypeAlways
public boolean isTrueTypeAlways()
-
isFontAssociated
public boolean isFontAssociated()
-
useEmbeddedFont
public boolean useEmbeddedFont()
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-