java.lang.Object
com.aspose.words.FieldUpdatingProgressArgs
public class FieldUpdatingProgressArgs
| Property Getters/Setters Summary | ||
|---|---|---|
int | getTotalFieldsCount() | |
| Gets the total fields count to be updated. | ||
boolean | getUpdateCompleted() | |
| Gets a value indicating whether field updating is completed. | ||
int | getUpdatedFieldsCount() | |
| Gets the number of updated fields. | ||
| Property Getters/Setters Detail |
|---|
getTotalFieldsCount | |
public int getTotalFieldsCount() | |
getUpdateCompleted | |
public boolean getUpdateCompleted() | |
getUpdatedFieldsCount | |
public int getUpdatedFieldsCount() | |