HtmlElementSizeOutputMode

遗产: java.lang.Object

public class HtmlElementSizeOutputMode

指定 Aspose.Words 如何将元素宽度和高度导出到 HTML、MHTML 和 EPUB。

字段

场地描述
ALL导出文档中指定的所有元素大小,包括绝对单位和相对单位。
NONE不导出元素大小。
RELATIVE_ONLY只有在文档中以相对单位指定元素大小时,才会导出元素大小。
length

方法

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

ALL

public static int ALL

导出文档中指定的所有元素大小,包括绝对单位和相对单位。

NONE

public static int NONE

不导出元素大小。视觉代理会根据元素之间的关系自动构建布局。

RELATIVE_ONLY

public static int RELATIVE_ONLY

只有在文档中以相对单位指定元素大小时,才会导出元素大小。在此模式下不导出固定尺寸。视觉代理将计算缺失的尺寸以使文档布局更自然。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String htmlElementSizeOutputModeName)

public static int fromName(String htmlElementSizeOutputModeName)

参数:

范围类型描述
htmlElementSizeOutputModeNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int htmlElementSizeOutputMode)

public static String getName(int htmlElementSizeOutputMode)

参数:

范围类型描述
htmlElementSizeOutputModeint

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

public static String toString(int htmlElementSizeOutputMode)

参数:

范围类型描述
htmlElementSizeOutputModeint

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