FieldSerializationStatus
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.FieldSerializationStatus, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.FieldSerializationStatus, com.aspose.ms.System.Enum, com.aspose.pdf.FieldSerializationStatus
public final class FieldSerializationStatus extends com.aspose.ms.System.Enum
Represents the status of the form field serialization.
Fields
| Field | Description |
|---|---|
| Error | Indicates that the serialization encountered errors. |
| Success | Indicates that the serialization was successful. |
| Warning | Indicates that the serialization completed with warnings. |
Error
public static final int Error
Indicates that the serialization encountered errors.
Success
public static final int Success
Indicates that the serialization was successful.
Warning
public static final int Warning
Indicates that the serialization completed with warnings.