com.aspose.cells

Class LineSpaceSizeType

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

Utility class containing constants. Represents the unit type of line space size.

Field Summary
static final intPERCENTAGE
Represents in unit of a percentage of the text size.
static final intPOINTS
Represents in unit of points.
 

    • Field Detail

      • PERCENTAGE

        public static final int PERCENTAGE
        Represents in unit of a percentage of the text size.
      • POINTS

        public static final int POINTS
        Represents in unit of points.