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
@@ -317,6 +320,28 @@ public void setFontFormat(FontFormatEnum fontFormat) {
317
320
}
318
321
319
322
323
+
/**
324
+
* Gets or sets a prefix that is prepended to all generated element IDs in the output document.
325
+
* Default value is null and no prefix is prepended.
326
+
* If the prefix is specified, it can contain only letters, digits, underscores, and hyphens,
327
+
* and must start with a letter.
328
+
* @return idPrefix
329
+
**/
330
+
@ApiModelProperty(value = "Gets or sets a prefix that is prepended to all generated element IDs in the output document. Default value is null and no prefix is prepended. If the prefix is specified, it can contain only letters, digits, underscores, and hyphens, and must start with a letter.")
@@ -153,6 +156,28 @@ public void setFitToViewPort(Boolean fitToViewPort) {
153
156
}
154
157
155
158
159
+
/**
160
+
* Gets or sets specifies a prefix that is prepended to all generated element IDs in the output document.
161
+
* Default value is null and no prefix is prepended.
162
+
* If the prefix is specified, it can contain only letters, digits, underscores, and hyphens,
163
+
* and must start with a letter.
164
+
* @return idPrefix
165
+
**/
166
+
@ApiModelProperty(value = "Gets or sets specifies a prefix that is prepended to all generated element IDs in the output document. Default value is null and no prefix is prepended. If the prefix is specified, it can contain only letters, digits, underscores, and hyphens, and must start with a letter.")
0 commit comments