com.aspose.cells

Class CopyFormatType

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

Utility class containing constants. Represents type of copying format when inserting rows.

Field Summary
static final intSAME_AS_ABOVE
Formats same as above row.
static final intSAME_AS_BELOW
Formats same as below row.
static final intCLEAR
Clears formatting.
 

    • Field Detail

      • SAME_AS_ABOVE

        public static final int SAME_AS_ABOVE
        Formats same as above row.
      • SAME_AS_BELOW

        public static final int SAME_AS_BELOW
        Formats same as below row.
      • CLEAR

        public static final int CLEAR
        Clears formatting.