ContinuousSectionRestart

遗产: java.lang.Object

public class ContinuousSectionRestart

表示在重新开始页码的连续部分中计算页码时的不同行为。

字段

场地描述
ALWAYS无论内容流如何,页码总是重新开始。
FROM_NEW_PAGE_ONLY仅当该部分开始的页面上的部分之前没有其他内容时,页码才会重新开始。
length

方法

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

ALWAYS

public static int ALWAYS

无论内容流如何,页码总是重新开始。除 Word 2016 外,所有 MS Word 版本均展示了此行为。

FROM_NEW_PAGE_ONLY

public static int FROM_NEW_PAGE_ONLY

仅当该部分开始的页面上的部分之前没有其他内容时,页码才会重新开始。该行为由 MS Word 2016 演示。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String continuousSectionRestartName)

public static int fromName(String continuousSectionRestartName)

参数:

范围类型描述
continuousSectionRestartNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int continuousSectionRestart)

public static String getName(int continuousSectionRestart)

参数:

范围类型描述
continuousSectionRestartint

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

public static String toString(int continuousSectionRestart)

参数:

范围类型描述
continuousSectionRestartint

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