DocumentSplitCriteria

遗产: java.lang.Object

public class DocumentSplitCriteria

指定在保存到时文档如何拆分为多个部分SaveFormat.HTML, SaveFormat.EPUB或者SaveFormat.AZW_3格式。

DocumentSplitCriteria是一组可以组合的标志。例如,您可以在同一导出操作中在分页符和标题段落处拆分文档。

不同的标准可以部分重叠。例如,Heading 1风格经常被赋予ParagraphFormat.getPageBreakBefore() / ParagraphFormat.setPageBreakBefore(boolean)财产,因此它符合两个标准:PAGE_BREAKHEADING_PARAGRAPH.某些分节符可能会导致分页符等。在典型情况下,仅指定一个标志是最实用的选项。

字段

场地描述
COLUMN_BREAK文档在分栏符处被分成几部分。
HEADING_PARAGRAPH文档在使用标题样式格式化的段落中分成几部分Heading 1, Heading 2等等
NONE文档未拆分。
PAGE_BREAK该文档在明确的分页符处被分成几部分。
SECTION_BREAK该文档在任何类型的分节符处被分成多个部分。
length

方法

方法描述
equals(Object arg0)
fromName(String documentSplitCriteriaName)
fromNames(Set documentSplitCriteriaNames)
getClass()
getName(int documentSplitCriteria)
getNames(int documentSplitCriteria)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int documentSplitCriteria)
toStringSet(int attr)
wait()
wait(long arg0)
wait(long arg0, int arg1)

COLUMN_BREAK

public static int COLUMN_BREAK

文档在分栏符处被分成几部分。分栏符可以由ControlChar.COLUMN_BREAK字符或分节符指定新列中新节的开始。

HEADING_PARAGRAPH

public static int HEADING_PARAGRAPH

文档在使用标题样式格式化的段落中分成几部分Heading 1, Heading 2等一起使用HtmlSaveOptions.getDocumentSplitHeadingLevel() / HtmlSaveOptions.setDocumentSplitHeadingLevel(int)指定要拆分的标题级别(从 1 到指定级别)。

NONE

public static int NONE

文档未拆分。

PAGE_BREAK

public static int PAGE_BREAK

该文档在明确的分页符处被分成几部分。分页符可以由ControlChar.PAGE_BREAK字符、指定新页面上新部分开始的分节符,或具有其ParagraphFormat.getPageBreakBefore() / ParagraphFormat.setPageBreakBefore(boolean)属性设置为 true 。

SECTION_BREAK

public static int SECTION_BREAK

该文档在任何类型的分节符处被分成多个部分。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String documentSplitCriteriaName)

public static int fromName(String documentSplitCriteriaName)

参数:

范围类型描述
documentSplitCriteriaNamejava.lang.String

退货: 整数

fromNames(Set documentSplitCriteriaNames)

public static int fromNames(Set documentSplitCriteriaNames)

参数:

范围类型描述
documentSplitCriteriaNamesjava.util.Set

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int documentSplitCriteria)

public static String getName(int documentSplitCriteria)

参数:

范围类型描述
documentSplitCriteriaint

退货: java.lang.字符串

getNames(int documentSplitCriteria)

public static Set getNames(int documentSplitCriteria)

参数:

范围类型描述
documentSplitCriteriaint

退货: java.util.Set

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

public static String toString(int documentSplitCriteria)

参数:

范围类型描述
documentSplitCriteriaint

退货: java.lang.字符串

toStringSet(int attr)

public static String toStringSet(int attr)

参数:

范围类型描述
attrint

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