asposecells.api

Class BulletType

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

Field Summary
const  intNONE
No bullet.
const  intCHARACTER
Character bullet.
const  intPICTURE
Image bullet.
const  intAUTO_NUMBERED
Automatic numbered bullet.
 

    • Field Detail

      • NONE

        const int NONE
        No bullet.
      • CHARACTER

        const int CHARACTER
        Character bullet.
      • PICTURE

        const int PICTURE
        Image bullet.
      • AUTO_NUMBERED

        const int AUTO_NUMBERED
        Automatic numbered bullet.