BreakType

遗产: java.lang.Object

public class BreakType

指定文档内的中断类型。

字段

场地描述
COLUMN_BREAK明确的分栏符。
LINE_BREAK明确的换行符。
PAGE_BREAK显式分页符。
PARAGRAPH_BREAK在段落之间打断。
SECTION_BREAK_CONTINUOUS指定新部分在与上一节相同的页面上的开始。
SECTION_BREAK_EVEN_PAGE指定新偶数页上新节的开始。
SECTION_BREAK_NEW_COLUMN指定新列中新节的开始。
SECTION_BREAK_NEW_PAGE指定新页面上新节的开始。
SECTION_BREAK_ODD_PAGE指定奇数页上新节的开始。
length

方法

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

COLUMN_BREAK

public static int COLUMN_BREAK

明确的分栏符。

LINE_BREAK

public static int LINE_BREAK

明确的换行符。

PAGE_BREAK

public static int PAGE_BREAK

显式分页符。

PARAGRAPH_BREAK

public static int PARAGRAPH_BREAK

在段落之间打断。

SECTION_BREAK_CONTINUOUS

public static int SECTION_BREAK_CONTINUOUS

指定新部分在与上一节相同的页面上的开始。

SECTION_BREAK_EVEN_PAGE

public static int SECTION_BREAK_EVEN_PAGE

指定新偶数页上新节的开始。

SECTION_BREAK_NEW_COLUMN

public static int SECTION_BREAK_NEW_COLUMN

指定新列中新节的开始。

SECTION_BREAK_NEW_PAGE

public static int SECTION_BREAK_NEW_PAGE

指定新页面上新节的开始。

SECTION_BREAK_ODD_PAGE

public static int SECTION_BREAK_ODD_PAGE

指定奇数页上新节的开始。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String breakTypeName)

public static int fromName(String breakTypeName)

参数:

范围类型描述
breakTypeNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int breakType)

public static String getName(int breakType)

参数:

范围类型描述
breakTypeint

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

public static String toString(int breakType)

参数:

范围类型描述
breakTypeint

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