public final class DocumentAssemblyOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOW_MISSING_MEMBERS |
static int |
INLINE_ERROR_MESSAGES |
static int |
length |
static int |
NONE |
static int |
REMOVE_EMPTY_PARAGRAPHS |
static int |
UPDATE_FIELDS_AND_FORMULAS |
static int |
USE_SPREADSHEET_DATA_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(String documentAssemblyOptionsName) |
static int |
fromNames(Set<String> documentAssemblyOptionsNames) |
static String |
getName(int documentAssemblyOptions) |
static Set<String> |
getNames(int documentAssemblyOptions) |
static int[] |
getValues() |
static String |
toString(int documentAssemblyOptions) |
public static final int ALLOW_MISSING_MEMBERS
public static final int INLINE_ERROR_MESSAGES
public static final int length
public static final int NONE
public static final int REMOVE_EMPTY_PARAGRAPHS
public static final int UPDATE_FIELDS_AND_FORMULAS
public static final int USE_SPREADSHEET_DATA_TYPES
Copyright © 2026. All rights reserved.