Constructor and Description |
---|
FlattenSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
getApplyRedactions()
If true, redaction specified Redaction annotation will be applied
|
boolean |
getCallEvents()
If set, formatting and other JavaScript events will be called.
|
boolean |
getUpdateAppearances()
If set, all field appearances will be regenerated before flattening.
|
boolean |
isHideButtons()
If set, buttons will be removed from flattened document.
|
void |
setApplyRedactions(boolean value)
If true, redaction specified Redaction annotation will be applied
|
void |
setCallEvents(boolean value)
If set, formatting and other JavaScript events will be called.
|
void |
setHideButtons(boolean value)
If set, buttons will be removed from flattened document.
|
void |
setUpdateAppearances(boolean value)
If set, all field appearances will be regenerated before flattening.
|
public boolean getUpdateAppearances()
If set, all field appearances will be regenerated before flattening. This option may help if field is incorrectly flattened. This option may decrease performance. By default set to false.
public void setUpdateAppearances(boolean value)
If set, all field appearances will be regenerated before flattening. This option may help if field is incorrectly flattened. This option may decrease performance. By default set to false.
value
- boolean valuepublic boolean getCallEvents()
If set, formatting and other JavaScript events will be called. True by default.
public void setCallEvents(boolean value)
If set, formatting and other JavaScript events will be called. True by default.
value
- boolean valuepublic boolean isHideButtons()
If set, buttons will be removed from flattened document. False by default.
public void setHideButtons(boolean value)
If set, buttons will be removed from flattened document. False by default.
value
- boolean valuepublic final boolean getApplyRedactions()
If true, redaction specified Redaction annotation will be applied
public final void setApplyRedactions(boolean value)
If true, redaction specified Redaction annotation will be applied
value
- boolean valueCopyright © 2024 Aspose. All Rights Reserved.