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
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 -
Method Summary
Modifier and TypeMethodDescriptionint
init
(LittleEndianInputStream leis) boolean
boolean
boolean
boolean
boolean
boolean
toString()
boolean
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
WmfClipPrecision
public WmfClipPrecision()
-
-
Method Details
-
init
-
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() -
toString
-
getGenericProperties
- Specified by:
getGenericProperties
in interfaceGenericRecord
-