com.aspose.cells

Class BulletType

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

Utility class containing constants. Represents the type of the bullet.

Field Summary
static final intNONE
No bullet.
static final intCHARACTER
Character bullet.
static final intPICTURE
Image bullet.
static final intAUTO_NUMBERED
Automatic numberic bullet.
 

    • Field Detail

      • NONE

        public static final int NONE
        No bullet.
      • CHARACTER

        public static final int CHARACTER
        Character bullet.
      • PICTURE

        public static final int PICTURE
        Image bullet.
      • AUTO_NUMBERED

        public static final int AUTO_NUMBERED
        Automatic numberic bullet.