FieldSerializationResult
Inheritance: java.lang.Object, com.aspose.pdf.FieldSerializationResult
public class FieldSerializationResult extends Object
Represents the result of a form field serialization process.
Constructors
| Constructor | Description |
|---|---|
| FieldSerializationResult | Initializes a new instance of the {@link FieldSerializationResult} class. |
| FieldSerializationResult | Initializes a new instance of the {@link FieldSerializationResult} class. |
Methods
| Method | Description |
|---|---|
| getErrorMessages | Gets the error messages associated with the serialization process. Value: A set of error messages. |
| getFieldFullName | Gets the full name of the field. Value: The full name of the field. |
| getFieldSerializationStatus | Gets the status of the form field serialization. Value: The serialization status of the form field. |
| getWarningMessages | Gets the warning messages associated with the serialization process. Value: A set of warning messages. |
| updateStatus | Updates the serialization status and adds a message to the appropriate set. |
FieldSerializationResult
public FieldSerializationResult()
Initializes a new instance of the {@link FieldSerializationResult} class.
FieldSerializationResult
Initializes a new instance of the {@link FieldSerializationResult} class.
getErrorMessages
public final HashSet < String > getErrorMessages()
Gets the error messages associated with the serialization process. Value: A set of error messages.
Returns: HashSet of String instance
getFieldFullName
public final String getFieldFullName()
Gets the full name of the field. Value: The full name of the field.
Returns: String value
getFieldSerializationStatus
public final int getFieldSerializationStatus()
Gets the status of the form field serialization. Value: The serialization status of the form field.
Returns: FieldSerializationStatus element
getWarningMessages
public final HashSet < String > getWarningMessages()
Gets the warning messages associated with the serialization process. Value: A set of warning messages.
Returns: HashSet of String instance
updateStatus
Updates the serialization status and adds a message to the appropriate set.