Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel.enums

Class ParagraphHorizontalAlignment

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.cmx.objectmodel.enums.ParagraphHorizontalAlignment


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

    Horizontal alignment

    • 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 Center
      Center text between the left and right sides of the text frame.
      static int ForceJustify
      Align text with both left and right sides of the text frame.
      static int FullJustify
      Align text, excluding the last line, with the left and right sides of the text frame.
      static int Left
      Align text with the left side of the text frame.
      static int NoAlign
      Do not align text with the text frame.
      static int Right
      Align text with the right side of the text frame.
      • 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

      • NoAlign

        public static final int NoAlign

        Do not align text with the text frame.

        See Also:
        Constant Field Values
      • Left

        public static final int Left

        Align text with the left side of the text frame.

        See Also:
        Constant Field Values
      • Center

        public static final int Center

        Center text between the left and right sides of the text frame.

        See Also:
        Constant Field Values
      • Right

        public static final int Right

        Align text with the right side of the text frame.

        See Also:
        Constant Field Values
      • FullJustify

        public static final int FullJustify

        Align text, excluding the last line, with the left and right sides of the text frame.

        See Also:
        Constant Field Values
      • ForceJustify

        public static final int ForceJustify

        Align text with both left and right sides of the text frame.

        See Also:
        Constant Field Values