Packages

 

com.aspose.cad.fileformats.dgn

Class DgnJustificationType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.fileformats.dgn.DgnJustificationType


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

    Justification type

    • 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 CenterBottom
      Center Bottom justification
      static int CenterCenter
      Center Center justification
      static int CenterTop
      Center Top justification
      static int LeftBottom
      Left Bottom justification
      static int LeftCenter
      Left Center justification
      static int LeftMarginBottom
      Left Margin Bottom justification
      static int LeftMarginCenter
      Left Margin Center justification
      static int LeftMarginTop
      Left Margin Top justification
      static int LeftTop
      Left Top justification
      static int RightBottom
      Right Bottom justification
      static int RightCenter
      Right Center justification
      static int RightMarginBottom
      Right Margin Bottom justification
      static int RightMarginCenter
      Curve element justification
      static int RightMarginTop
      Right Margin Top justification
      static int RightTop
      Right Top justification
      • 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, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • LeftCenter

        public static final int LeftCenter

        Left Center justification

        See Also:
        Constant Field Values
      • LeftBottom

        public static final int LeftBottom

        Left Bottom justification

        See Also:
        Constant Field Values
      • LeftMarginTop

        public static final int LeftMarginTop

        Left Margin Top justification

        See Also:
        Constant Field Values
      • LeftMarginCenter

        public static final int LeftMarginCenter

        Left Margin Center justification

        See Also:
        Constant Field Values
      • LeftMarginBottom

        public static final int LeftMarginBottom

        Left Margin Bottom justification

        See Also:
        Constant Field Values
      • CenterCenter

        public static final int CenterCenter

        Center Center justification

        See Also:
        Constant Field Values
      • CenterBottom

        public static final int CenterBottom

        Center Bottom justification

        See Also:
        Constant Field Values
      • RightMarginTop

        public static final int RightMarginTop

        Right Margin Top justification

        See Also:
        Constant Field Values
      • RightMarginCenter

        public static final int RightMarginCenter

        Curve element justification

        See Also:
        Constant Field Values
      • RightMarginBottom

        public static final int RightMarginBottom

        Right Margin Bottom justification

        See Also:
        Constant Field Values
      • RightCenter

        public static final int RightCenter

        Right Center justification

        See Also:
        Constant Field Values
      • RightBottom

        public static final int RightBottom

        Right Bottom justification

        See Also:
        Constant Field Values