public final class DocumentAssemblyOptions
extends java.lang.Object
DocumentAssembler
while assembling a document.Modifier and Type | Field and Description |
---|---|
static int |
ALLOW_MISSING_MEMBERS
Specifies that missing object members should be treated as null literals by the assembler.
|
static int |
INLINE_ERROR_MESSAGES
Specifies that the assembler should inline template syntax error messages into output documents.
|
static int |
length |
static int |
NONE
Specifies default options.
|
static int |
REMOVE_EMPTY_PARAGRAPHS
Specifies that the assembler should remove paragraphs becoming empty after template syntax tags are removed or replaced with empty values.
|
static int |
UPDATE_FIELDS_AND_FORMULAS
Specifies that fields of result Word Processing documents and formulas of result Spreadsheet documents should be updated by the assembler.
|
Modifier and Type | Method and Description |
---|---|
static int |
fromName(java.lang.String documentAssemblyOptionsName) |
static java.lang.String |
getName(int documentAssemblyOptions) |
static java.util.Set |
getNames(int documentAssemblyOptions) |
static int[] |
getValues() |
static java.lang.String |
toString(int documentAssemblyOptions) |
public static final int NONE
public static final int ALLOW_MISSING_MEMBERS
public static final int UPDATE_FIELDS_AND_FORMULAS
public static final int REMOVE_EMPTY_PARAGRAPHS
public static final int INLINE_ERROR_MESSAGES
public static final int length
public static java.lang.String getName(int documentAssemblyOptions)
public static java.util.Set getNames(int documentAssemblyOptions)
public static java.lang.String toString(int documentAssemblyOptions)
public static int fromName(java.lang.String documentAssemblyOptionsName)
public static int[] getValues()