ThemeColor

遗产: java.lang.Object

public class ThemeColor

指定文档主题的主题颜色。

要了解更多信息,请访问Working with Styles and Themes文档文章。

指定的主题颜色是对位于文档的主题部分中的预定义主题颜色之一的引用,它允许在文档中集中设置颜色信息。

字段

场地描述
ACCENT_1强调色 1。
ACCENT_2强调色 2。
ACCENT_3强调色 3。
ACCENT_4强调色 4。
ACCENT_5强调色 5。
ACCENT_6强调色 6。
BACKGROUND_1背景颜色 1。
BACKGROUND_2背景颜色 2。
DARK_1深色主色 1。
DARK_2深色主色2。
FOLLOWED_HYPERLINK跟随超链接颜色。
HYPERLINK超链接颜色。
LIGHT_1浅色主色 1.
LIGHT_2浅色主色2。
NONE没有颜色。
TEXT_1文字颜色 1。
TEXT_2文字颜色 2。
length

方法

方法描述
equals(Object arg0)
fromName(String themeColorName)
getClass()
getName(int themeColor)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int themeColor)
wait()
wait(long arg0)
wait(long arg0, int arg1)

ACCENT_1

public static int ACCENT_1

强调色 1。

ACCENT_2

public static int ACCENT_2

强调色 2。

ACCENT_3

public static int ACCENT_3

强调色 3。

ACCENT_4

public static int ACCENT_4

强调色 4。

ACCENT_5

public static int ACCENT_5

强调色 5。

ACCENT_6

public static int ACCENT_6

强调色 6。

BACKGROUND_1

public static int BACKGROUND_1

背景颜色 1。

BACKGROUND_2

public static int BACKGROUND_2

背景颜色 2。

DARK_1

public static int DARK_1

深色主色 1。

DARK_2

public static int DARK_2

深色主色2。

public static int FOLLOWED_HYPERLINK

跟随超链接颜色。

public static int HYPERLINK

超链接颜色。

LIGHT_1

public static int LIGHT_1

浅色主色 1.

LIGHT_2

public static int LIGHT_2

浅色主色2。

NONE

public static int NONE

没有颜色。

TEXT_1

public static int TEXT_1

文字颜色 1。

TEXT_2

public static int TEXT_2

文字颜色 2。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String themeColorName)

public static int fromName(String themeColorName)

参数:

范围类型描述
themeColorNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int themeColor)

public static String getName(int themeColor)

参数:

范围类型描述
themeColorint

退货: java.lang.字符串

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 themeColor)

public static String toString(int themeColor)

参数:

范围类型描述
themeColorint

退货: 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