We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829fba0 commit 0c7bd8cCopy full SHA for 0c7bd8c
src/main/java/com/aspose/words/cloud/model/FormField.java
@@ -46,7 +46,7 @@
46
* FromField.
47
*/
48
@ApiModel(description = "FromField.")
49
-public class FormField extends NodeLink {
+public abstract class FormField extends NodeLink {
50
@SerializedName("CalculateOnExit")
51
protected Boolean calculateOnExit;
52
0 commit comments