textautofittype-ag凯发旗舰厅



com.spire.presentation
enum textautofittype

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

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

represents text autofit mode.


enum constant summary
none
          no autofit.
normal
          normal autofit.
shape
          shape autofit
un_defined
          not defined.
 
method summary
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

un_defined

public static final textautofittype un_defined
not defined.

none

public static final textautofittype none
no autofit.

normal

public static final textautofittype normal
normal autofit.

shape

public static final textautofittype shape
shape autofit
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()


网站地图