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 Details

    • WmfClipPrecision

      public WmfClipPrecision()
  • Method Details

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()
      Specified by:
      getGenericProperties in interface GenericRecord