ReportBuildOptions

遗产: java.lang.Object

public class ReportBuildOptions

指定控制行为的选项ReportingEngine在构建报告时。

字段

场地描述
ALLOW_MISSING_MEMBERS指定缺少的对象成员应被引擎视为空文字。
INLINE_ERROR_MESSAGES指定引擎应将模板语法错误消息内联到输出文档中。
NONE指定默认选项。
REMOVE_EMPTY_PARAGRAPHS指定引擎应删除在模板语法标记被删除或替换为空值后变为空的段落。
RESPECT_JPEG_EXIF_ORIENTATION指定引擎应使用 EXIF\u200b\u200b图像方向值以适当旋转插入的 JPEG 图像。
USE_LEGACY_HEADER_FOOTER_VISITING指定引擎应以与 21.9 之前的 Aspose.Words 版本兼容的顺序访问部分子节点(页眉、页脚、正文)。
length

方法

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

ALLOW_MISSING_MEMBERS

public static int ALLOW_MISSING_MEMBERS

指定缺少的对象成员应被引擎视为空文字。此选项仅影响对实例(即非静态)对象成员和扩展方法的访问。如果未设置此选项,引擎会在遇到缺少的对象成员时抛出异常。

INLINE_ERROR_MESSAGES

public static int INLINE_ERROR_MESSAGES

指定引擎应将模板语法错误消息内联到输出文档中。如果未设置此选项,引擎会在遇到语法错误时抛出异常。

NONE

public static int NONE

指定默认选项。

REMOVE_EMPTY_PARAGRAPHS

public static int REMOVE_EMPTY_PARAGRAPHS

指定引擎应删除在模板语法标记被删除或替换为空值后变为空的段落。

RESPECT_JPEG_EXIF_ORIENTATION

public static int RESPECT_JPEG_EXIF_ORIENTATION

指定引擎应使用 EXIF\u200b\u200b图像方向值以适当旋转插入的 JPEG 图像。

public static int USE_LEGACY_HEADER_FOOTER_VISITING

指定引擎应以与 21.9 之前的 Aspose.Words 版本兼容的顺序访问部分子节点(页眉、页脚、正文)。

默认情况下,引擎将页眉和页脚视为链接到分节符。也就是说,当访问 section 子节点时,首先访问 body,然后才访问页眉和页脚。这与 Microsoft Word 在复制粘贴或删除多节内容时的行为一致,并在大多数情况下产生更正确的结果。

在 Aspose.Words 21.9 之前,引擎使用另一种访问顺序:Section 子节点按照它们在文档中出现的顺序被访问。将此值应用于ReportingEngine.getOptions() / ReportingEngine.setOptions(int)如果需要与旧版本的 Aspose.Words 兼容。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String reportBuildOptionsName)

public static int fromName(String reportBuildOptionsName)

参数:

范围类型描述
reportBuildOptionsNamejava.lang.String

退货: 整数

fromNames(Set reportBuildOptionsNames)

public static int fromNames(Set reportBuildOptionsNames)

参数:

范围类型描述
reportBuildOptionsNamesjava.util.Set

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int reportBuildOptions)

public static String getName(int reportBuildOptions)

参数:

范围类型描述
reportBuildOptionsint

退货: java.lang.字符串

getNames(int reportBuildOptions)

public static Set getNames(int reportBuildOptions)

参数:

范围类型描述
reportBuildOptionsint

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

public static String toString(int reportBuildOptions)

参数:

范围类型描述
reportBuildOptionsint

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