com.aspose.cells

Class AutoFitMergedCellsType

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

Utility class containing constants. Reprensents the type of auto fitting merged cells.

Field Summary
static final intNONE
Ignore merged cells.
static final intFIRST_LINE
Only expands the height of the first row.
static final intLAST_LINE
Only expands the height of the last row.
static final intEACH_LINE
Only expands the height of each row.
 

    • Field Detail

      • NONE

        public static final int NONE
        Ignore merged cells. Default.
      • FIRST_LINE

        public static final int FIRST_LINE
        Only expands the height of the first row.
      • LAST_LINE

        public static final int LAST_LINE
        Only expands the height of the last row.
      • EACH_LINE

        public static final int EACH_LINE
        Only expands the height of each row.