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.
|
static int |
USE_SPREADSHEET_DATA_TYPES
Relates to Spreadsheet documents only.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String documentAssemblyOptionsName) |
static int |
fromNames(java.util.Set documentAssemblyOptionsNames) |
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 USE_SPREADSHEET_DATA_TYPES
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 fromNames(java.util.Set documentAssemblyOptionsNames)
public static int[] getValues()
See Also:
GroupDocs.Assembly for Java Documentation - the home page for the GroupDocs.Assembly for Java Product Documentation.
GroupDocs.Assembly for Java Support Forum - our preferred method of support.
© 2001-2023 Aspose Pty Ltd. All rights reserved.