textbullettype-ag凯发旗舰厅



com.spire.presentation
enum textbullettype

java.lang.object
  extended by java.lang.enum<textbullettype>
      extended by com.spire.presentation.textbullettype
all implemented interfaces:
java.lang.comparable<textbullettype>

public enum textbullettype
extends java.lang.enum<textbullettype>

represents the type of the extended bullets.


enum constant summary
none
           
numbered
          numbered bullets.
picture
          picture bullets.
symbol
          sysmbol bullets.
un_defined
           
 
method summary
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

un_defined

public static final textbullettype un_defined

none

public static final textbullettype none

symbol

public static final textbullettype symbol
sysmbol bullets.

numbered

public static final textbullettype numbered
numbered bullets.

picture

public static final textbullettype picture
picture bullets.
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()


网站地图