Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusPenAlignment

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusPenAlignment


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

    The PenAlignment enumeration defines the distribution of the width of the pen with respect to the line being drawn.

    Graphics pens are specified by Objects.EmfPlusPen objects (section 2.2.1.7). Pen alignment can be visualized by considering a theoretical one-dimensional line drawn between two specified points. The pen alignment determines the proportion of pen width that is orthogonal to the theoretical line.

    • 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 int PenAlignmentCenter
      Specifies that the EmfPlusPen object is centered over the theoretical line.
      static int PenAlignmentInset
      Specifies that the pen is positioned on the inside of the theoretical line.
      static int PenAlignmentLeft
      Specifies that the pen is positioned to the left of the theoretical line.
      static int PenAlignmentOutset
      Specifies that the pen is positioned on the outside of the theoretical line.
      static int PenAlignmentRight
      Specifies that the pen is positioned to the right of the theoretical line.
      • 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

      • PenAlignmentCenter

        public static final int PenAlignmentCenter

        Specifies that the EmfPlusPen object is centered over the theoretical line.

        See Also:
        Constant Field Values
      • PenAlignmentInset

        public static final int PenAlignmentInset

        Specifies that the pen is positioned on the inside of the theoretical line.

        See Also:
        Constant Field Values
      • PenAlignmentLeft

        public static final int PenAlignmentLeft

        Specifies that the pen is positioned to the left of the theoretical line.

        See Also:
        Constant Field Values
      • PenAlignmentOutset

        public static final int PenAlignmentOutset

        Specifies that the pen is positioned on the outside of the theoretical line.

        See Also:
        Constant Field Values
      • PenAlignmentRight

        public static final int PenAlignmentRight

        Specifies that the pen is positioned to the right of the theoretical line.

        See Also:
        Constant Field Values