com.aspose.words
Class FieldUpdatingProgressArgs

java.lang.Object
    extended by com.aspose.words.FieldUpdatingProgressArgs

public class FieldUpdatingProgressArgs 
extends java.lang.Object

Provides data for the field updating progress event.

Property Getters/Setters Summary
intgetTotalFieldsCount()
           Gets the total fields count to be updated.
booleangetUpdateCompleted()
           Gets a value indicating whether field updating is completed.
intgetUpdatedFieldsCount()
           Gets the number of updated fields.
 

Property Getters/Setters Detail

getTotalFieldsCount

public int getTotalFieldsCount()
Gets the total fields count to be updated. The value is not constant and may be increased during updating process.

getUpdateCompleted

public boolean getUpdateCompleted()
Gets a value indicating whether field updating is completed.

getUpdatedFieldsCount

public int getUpdatedFieldsCount()
Gets the number of updated fields.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.