FieldSerializationResult

Inheritance: java.lang.Object, com.aspose.pdf.FieldSerializationResult

public class FieldSerializationResult extends Object

Represents the result of a form field serialization process.

Constructors

ConstructorDescription
FieldSerializationResultInitializes a new instance of the {@link FieldSerializationResult} class.
FieldSerializationResultInitializes a new instance of the {@link FieldSerializationResult} class.

Methods

MethodDescription
getErrorMessagesGets the error messages associated with the serialization process. Value: A set of error messages.
getFieldFullNameGets the full name of the field. Value: The full name of the field.
getFieldSerializationStatusGets the status of the form field serialization. Value: The serialization status of the form field.
getWarningMessagesGets the warning messages associated with the serialization process. Value: A set of warning messages.
updateStatusUpdates 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.