Packages

 

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

Class EmfPlusStringAlignment

  • 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.EmfPlusStringAlignment


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

    The StringAlignment enumeration defines ways to align strings with respect to a text layout rectangle.

    • 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 StringAlignmentCenter
      Specifies that alignment is centered between the origin and extent of the layout rectangle.
      static int StringAlignmentFar
      Specifies that alignment is to the right side of the layout rectangle.
      static int StringAlignmentNear
      Specifies that string alignment is toward the origin of the layout rectangle.
      • 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

      • StringAlignmentNear

        public static final int StringAlignmentNear

        Specifies that string alignment is toward the origin of the layout rectangle. This can be used to align characters along a line or to align text within a rectangle. For a right-to-left layout rectangle, the origin SHOULD be at the upper right.

        See Also:
        Constant Field Values
      • StringAlignmentCenter

        public static final int StringAlignmentCenter

        Specifies that alignment is centered between the origin and extent of the layout rectangle.

        See Also:
        Constant Field Values
      • StringAlignmentFar

        public static final int StringAlignmentFar

        Specifies that alignment is to the right side of the layout rectangle.

        See Also:
        Constant Field Values