tabjustification-ag凯发旗舰厅



com.spire.doc.documents
enum tabjustification

java.lang.object
  extended by java.lang.enum<tabjustification>
      extended by com.spire.doc.documents.tabjustification
all implemented interfaces:
java.lang.comparable<tabjustification>

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

specifies the tab justification.


enum constant summary
bar
          bar.
centered
          centered tab.
clear
          clears any tab stop in this position.
decimal
          decimal tab.
left
          left tab.
list
           
right
          right tab.
 
method summary
 int getvalue()
           
 
enum constant detail

left

public static final tabjustification left
left tab.

centered

public static final tabjustification centered
centered tab.

right

public static final tabjustification right
right tab.

decimal

public static final tabjustification decimal
decimal tab.

bar

public static final tabjustification bar
bar.

list

public static final tabjustification list

clear

public static final tabjustification clear
clears any tab stop in this position.
method detail

getvalue

public int getvalue()


网站地图