TableStyleOptions

遗产: java.lang.Object

public class TableStyleOptions

指定如何将表格样式应用于表格。

字段

场地描述
COLUMN_BANDS应用列带条件格式。
DEFAULT这是 Microsoft Word 默认设置。
DEFAULT_2003应用行和列带区。
FIRST_COLUMN应用 1 个第一列条件格式。
FIRST_ROW应用第一行条件格式。
LAST_COLUMN应用最后一列条件格式。
LAST_ROW应用最后一行条件格式。
NONE不应用表格样式格式。
ROW_BANDS应用行带条件格式。
length

方法

方法描述
equals(Object arg0)
fromName(String tableStyleOptionsName)
fromNames(Set tableStyleOptionsNames)
getClass()
getName(int tableStyleOptions)
getNames(int tableStyleOptions)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int tableStyleOptions)
toStringSet(int attr)
wait()
wait(long arg0)
wait(long arg0, int arg1)

COLUMN_BANDS

public static int COLUMN_BANDS

应用列带条件格式。

DEFAULT

public static int DEFAULT

这是 Microsoft Word 默认设置。

DEFAULT_2003

public static int DEFAULT_2003

应用行和列带区。这是旧格式(如 DOC、WML 和 RTF)的 Microsoft Word 默认设置。

FIRST_COLUMN

public static int FIRST_COLUMN

应用 1 个第一列条件格式。

FIRST_ROW

public static int FIRST_ROW

应用第一行条件格式。

LAST_COLUMN

public static int LAST_COLUMN

应用最后一列条件格式。

LAST_ROW

public static int LAST_ROW

应用最后一行条件格式。

NONE

public static int NONE

不应用表格样式格式。

ROW_BANDS

public static int ROW_BANDS

应用行带条件格式。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String tableStyleOptionsName)

public static int fromName(String tableStyleOptionsName)

参数:

范围类型描述
tableStyleOptionsNamejava.lang.String

退货: 整数

fromNames(Set tableStyleOptionsNames)

public static int fromNames(Set tableStyleOptionsNames)

参数:

范围类型描述
tableStyleOptionsNamesjava.util.Set

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int tableStyleOptions)

public static String getName(int tableStyleOptions)

参数:

范围类型描述
tableStyleOptionsint

退货: java.lang.字符串

getNames(int tableStyleOptions)

public static Set getNames(int tableStyleOptions)

参数:

范围类型描述
tableStyleOptionsint

退货: java.util.Set

getValues()

public static int[] getValues()

退货: 整数[]

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

toString(int tableStyleOptions)

public static String toString(int tableStyleOptions)

参数:

范围类型描述
tableStyleOptionsint

退货: java.lang.字符串

toStringSet(int attr)

public static String toStringSet(int attr)

参数:

范围类型描述
attrint

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int