You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Auto scale the watermark. If the value is true the font size and the position is automatically calculated to fit the page size.
349
+
* @return autoAlign
350
+
**/
351
+
@ApiModelProperty(required = true, value = "Auto scale the watermark. If the value is true the font size and the position is automatically calculated to fit the page size.")
352
+
publicBooleangetAutoAlign() {
353
+
returnautoAlign;
354
+
}
355
+
356
+
publicvoidsetAutoAlign(BooleanautoAlign) {
357
+
this.autoAlign = autoAlign;
358
+
}
359
+
339
360
340
361
@Override
341
362
publicbooleanequals(java.lang.Objecto) {
@@ -359,12 +380,13 @@ public boolean equals(java.lang.Object o) {
0 commit comments