Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfClipPrecisionFlags

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.wmf.consts.WmfClipPrecisionFlags


  • public final class WmfClipPrecisionFlags
    extends com.aspose.ms.System.Enum

    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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static byte Character
      This value SHOULD NOT be used.
      static byte Default
      Specifies that default clipping MUST be used.
      static byte DfaDisable
      This value specifies that font association SHOULD [35] be turned off.
      static byte Embedded
      This value specifies that font embedding MUST be used to render document content; embedded fonts are read-only.
      static byte LhAngles
      This value is used to control font rotation, as follows: - If set, the rotation for all fonts SHOULD be determined by the orientation of the coordinate system; that is, whether the orientation is left-handed or right-handed.
      static byte Stroke
      This value MAY be returned when enumerating rasterized, TrueType and vector fonts.
      static byte TtAlways
      This value SHOULD NOT [34] be used.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Default

        public static final byte Default

        Specifies that default clipping MUST be used.

        See Also:
        Constant Field Values
      • Character

        public static final byte Character

        This value SHOULD NOT be used.

        See Also:
        Constant Field Values
      • Stroke

        public static final byte Stroke

        This value MAY be returned when enumerating rasterized, TrueType and vector fonts. [33] (Windows NT 3.1, Windows NT 3.5, Windows NT 3.51, Windows NT 4.0, Windows 2000, and Windows XP: This value is always returned when enumerating fonts.)

        See Also:
        Constant Field Values
      • LhAngles

        public static final byte LhAngles

        This value is used to control font rotation, as follows: - If set, the rotation for all fonts SHOULD be determined by the orientation of the coordinate system; that is, whether the orientation is left-handed or right-handed. - If clear, device fonts SHOULD rotate counterclockwise, but the rotation of other fonts SHOULD be determined by the orientation of the coordinate system.

        See Also:
        Constant Field Values
      • TtAlways

        public static final byte TtAlways

        This value SHOULD NOT [34] be used. [34] This value is ignored in the following Windows versions: - Windows Vista - Windows Server 2008 - Windows 7 - Windows Server 2008 R2 - Windows 8 - Windows Server 2012 - Windows 8.1 - Windows Server 2012 R2

        See Also:
        Constant Field Values
      • DfaDisable

        public static final byte DfaDisable

        This value specifies that font association SHOULD [35] be turned off. [35] This value is not supported.in Windows 95, Windows 98, and Windows Millennium Edition. Font association is turned off in Windows 2000, Windows XP, and Windows Server 2003. This value is ignored in these Windows versions: - Windows Vista - Windows Server 2008 - Windows 7 - Windows Server 2008 R2 - Windows 8 - Windows Server 2012 - Windows 8.1 - Windows Server 2012 R2

        See Also:
        Constant Field Values
      • Embedded

        public static final byte Embedded

        This value specifies that font embedding MUST be used to render document content; embedded fonts are read-only.

        See Also:
        Constant Field Values