Constructor and Description |
---|
FlattenSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCallEvents()
If set, formatting and other JavaScript events will be called.
|
boolean |
getUpdateAppearances()
If set, all field appearances will be regenerated before flattening.
|
void |
setCallEvents(boolean value)
If set, formatting and other JavaScript events will be called.
|
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 valueCopyright © 2018 Aspose. All Rights Reserved.