java.lang.Objectcom.aspose.words.ReportBuildOptions
public class ReportBuildOptions
Field Summary | ||
---|---|---|
static final int | NONE | |
Specifies default options. | ||
static final int | ALLOW_MISSING_MEMBERS | |
Specifies that missing object members should be treated as null literals by the engine. This option affects only access to instance (that is, non-static) object members and extension methods. If this option is not set, the engine throws an exception when encounters a missing object member. | ||
static final int | REMOVE_EMPTY_PARAGRAPHS | |
Specifies that the engine should remove paragraphs becoming empty after template syntax tags are removed or replaced with empty values. | ||
static final int | INLINE_ERROR_MESSAGES | |
Specifies that the engine should inline template syntax error messages into output documents. If this option is not set, the engine throws an exception when encounters a syntax error. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
ALLOW_MISSING_MEMBERS = 1 | |
public static final int ALLOW_MISSING_MEMBERS |
REMOVE_EMPTY_PARAGRAPHS = 2 | |
public static final int REMOVE_EMPTY_PARAGRAPHS |
INLINE_ERROR_MESSAGES = 4 | |
public static final int INLINE_ERROR_MESSAGES |