com.aspose.cells

Class AutoFitWrappedTextType

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

Utility class containing constants. Represents the type of auto fitting wrapped text.

Field Summary
static final intDEFAULT
Works as MS Excel.
static final intPARAGRAPH
Auto fit width with the longest paragraph.
 

    • Field Detail

      • DEFAULT

        public static final int DEFAULT
        Works as MS Excel.
      • PARAGRAPH

        public static final int PARAGRAPH
        Auto fit width with the longest paragraph.