com.supermap.data
类 StringAlignment

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.StringAlignment

public final class StringAlignment
extends Enum

该类定义了多行文本排版方式类型常量。


字段摘要
static StringAlignment CENTER
          右对齐。
static StringAlignment DISTRIBUTED
          分散对齐(两端对齐)。
static StringAlignment LEFT
          左对齐。
static StringAlignment RIGHT
          居中对齐。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

LEFT

public static final StringAlignment LEFT
左对齐。


CENTER

public static final StringAlignment CENTER
右对齐。


RIGHT

public static final StringAlignment RIGHT
居中对齐。


DISTRIBUTED

public static final StringAlignment DISTRIBUTED
分散对齐(两端对齐)。