Skip to content

Commit 9e20efa

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent e9a3ab4 commit 9e20efa

File tree

2 files changed

+11
-4
lines changed
  • content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.convert

2 files changed

+11
-4
lines changed

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.convert/pageorientation/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public enum PageOrientation extends Enum<PageOrientation>
1717
| --- | --- |
1818
| [LANDSCAPE](#LANDSCAPE) | |
1919
| [PORTRAIT](#PORTRAIT) | |
20+
| [DEFAULT](#DEFAULT) | |
2021
## Methods
2122

2223
| Method | Description |
@@ -37,6 +38,12 @@ public static final PageOrientation PORTRAIT
3738
```
3839

3940

41+
### DEFAULT {#DEFAULT}
42+
```
43+
public static final PageOrientation DEFAULT
44+
```
45+
46+
4047
### values() {#values--}
4148
```
4249
public static PageOrientation[] values()

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.convert/webconvertoptions/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Options for conversion to Web file type.
3030
| [setFixedLayoutShowBorders(boolean fixedLayoutShowBorders)](#setFixedLayoutShowBorders-boolean-) | |
3131
| [getZoom()](#getZoom--) | |
3232
| [setZoom(int zoom)](#setZoom-int-) | |
33-
| [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. |
3535
### WebConvertOptions() {#WebConvertOptions--}
3636
```
3737
public WebConvertOptions()
@@ -138,7 +138,7 @@ public boolean isEmbedFontResources()
138138
```
139139

140140

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.
142142

143143
**Returns:**
144144
boolean
@@ -148,7 +148,7 @@ public void setEmbedFontResources(boolean embedFontResources)
148148
```
149149

150150

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.
152152

153153
**Parameters:**
154154
| Parameter | Type | Description |

0 commit comments

Comments
 (0)