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
|[isEmbedFontResources()](#isEmbedFontResources--)|Embed all resources inside the main HTML when FixedLayout=true. |
34
-
|[setEmbedFontResources(boolean embedFontResources)](#setEmbedFontResources-boolean-)|Embed all resources inside the main HTML when FixedLayout=true. |
33
+
|[isEmbedFontResources()](#isEmbedFontResources--)|Specifies whether to embed font resources within the main HTML. |
34
+
|[setEmbedFontResources(boolean embedFontResources)](#setEmbedFontResources-boolean-)|Specifies whether to embed font resources within the main HTML. |
35
35
### WebConvertOptions() {#WebConvertOptions--}
36
36
```
37
37
public WebConvertOptions()
@@ -138,7 +138,7 @@ public boolean isEmbedFontResources()
138
138
```
139
139
140
140
141
-
Embed all resources inside the main HTML when FixedLayout=true. Default is false.
141
+
Specifies whether to embed font resources within the main HTML. Default is false. Note: If FixedLayout is set to true, font resources will always be embedded.
142
142
143
143
**Returns:**
144
144
boolean
@@ -148,7 +148,7 @@ public void setEmbedFontResources(boolean embedFontResources)
148
148
```
149
149
150
150
151
-
Embed all resources inside the main HTML when FixedLayout=true. Default is false.
151
+
Specifies whether to embed font resources within the main HTML. Default is false. Note: If FixedLayout is set to true, font resources will always be embedded.
0 commit comments