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
Copy file name to clipboardExpand all lines: content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.convert/pageorientation/_index.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ public enum PageOrientation extends Enum<PageOrientation>
17
17
| --- | --- |
18
18
|[LANDSCAPE](#LANDSCAPE)||
19
19
|[PORTRAIT](#PORTRAIT)||
20
+
|[DEFAULT](#DEFAULT)||
20
21
## Methods
21
22
22
23
| Method | Description |
@@ -37,6 +38,12 @@ public static final PageOrientation PORTRAIT
Copy file name to clipboardExpand all lines: content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.convert/webconvertoptions/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ Options for conversion to Web file type.
|[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