com.aspose.cells

Class FormattingType

  • java.lang.Object
    • com.aspose.cells.FormattingType
public class FormattingType 
extends java.lang.Object

Utility class containing constants. Represents the type of formatting applied to an Area object or a Line object.

Field Summary
static final intAUTOMATIC
Represents automatic formatting type.
static final intCUSTOM
Represents custom formatting type.
static final intNONE
Represents none formatting type.
 

    • Field Detail

      • AUTOMATIC

        public static final int AUTOMATIC
        Represents automatic formatting type.
      • CUSTOM

        public static final int CUSTOM
        Represents custom formatting type.
      • NONE

        public static final int NONE
        Represents none formatting type.