public class AsposeTemplateProcessorSettings extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowMissingMembers
By default, missing members in expressions (e.g.
|
protected boolean |
inlineErrors
By default, syntax errors in the template will lead to an exception being thrown.
|
protected boolean |
removeEmptyParagraphs
By default, expressions resolving to empty paragraphs are not removed.
|
Constructor and Description |
---|
AsposeTemplateProcessorSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAllowMissingMembers() |
boolean |
isInlineErrors() |
boolean |
isRemoveEmptyParagraphs() |
void |
setAllowMissingMembers(boolean allowMissingMembers) |
void |
setInlineErrors(boolean inlineErrors) |
void |
setRemoveEmptyParagraphs(boolean removeEmptyParagraphs) |
protected boolean allowMissingMembers
protected boolean inlineErrors
protected boolean removeEmptyParagraphs
public boolean isAllowMissingMembers()
public void setAllowMissingMembers(boolean allowMissingMembers)
public boolean isInlineErrors()
public void setInlineErrors(boolean inlineErrors)
public boolean isRemoveEmptyParagraphs()
public void setRemoveEmptyParagraphs(boolean removeEmptyParagraphs)