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
@@ -194,41 +194,41 @@ public void setEmulateRasterOperations(Boolean emulateRasterOperations) {
194
194
195
195
196
196
/**
197
-
* Gets or sets the option that controls how metafile images should be rendered.
198
-
* @return renderingMode
197
+
* Gets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on page
198
+
* or the display of the metafile in its default size.
199
+
* @return emulateRenderingToSizeOnPage
199
200
**/
200
-
@ApiModelProperty(value = "Gets or sets the option that controls how metafile images should be rendered.")
201
-
publicRenderingModeEnumgetRenderingMode() {
202
-
returnrenderingMode;
201
+
@ApiModelProperty(value = "Gets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on page or the display of the metafile in its default size.")
* Gets or sets a value indicating whether to scale fonts in WMF metafile according to metafile size on the page.
217
-
* The default value is true.
218
-
* @return scaleWmfFontsToMetafileSize
217
+
* Gets or sets the option that controls how metafile images should be rendered.
218
+
* @return renderingMode
219
219
**/
220
-
@ApiModelProperty(value = "Gets or sets a value indicating whether to scale fonts in WMF metafile according to metafile size on the page. The default value is true.")
221
-
publicBooleangetScaleWmfFontsToMetafileSize() {
222
-
returnscaleWmfFontsToMetafileSize;
220
+
@ApiModelProperty(value = "Gets or sets the option that controls how metafile images should be rendered.")
0 commit comments