SvgTextOutputMode

遗产: java.lang.Object

public class SvgTextOutputMode

字段

场地描述
USE_PLACED_GLYPHS使用曲线呈现文本。
USE_SVG_FONTSSVG 字体用于呈现文本。
USE_TARGET_MACHINE_FONTS目标机器上安装的字体用于呈现文本。
length

方法

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

USE_PLACED_GLYPHS

public static int USE_PLACED_GLYPHS

使用曲线呈现文本。请注意,如果您使用此选项,文本选择将不起作用。

USE_SVG_FONTS

public static int USE_SVG_FONTS

SVG 字体用于呈现文本。请注意,并非所有浏览器都支持 SVG 字体。

USE_TARGET_MACHINE_FONTS

public static int USE_TARGET_MACHINE_FONTS

目标机器上安装的字体用于呈现文本。请注意,如果文档中使用的某些字体在目标计算机上不可用,则文档的外观可能会有所不同。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String svgTextOutputModeName)

public static int fromName(String svgTextOutputModeName)

参数:

范围类型描述
svgTextOutputModeNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int svgTextOutputMode)

public static String getName(int svgTextOutputMode)

参数:

范围类型描述
svgTextOutputModeint

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

public static String toString(int svgTextOutputMode)

参数:

范围类型描述
svgTextOutputModeint

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