Skip to content

Commit b0cd607

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent 748c911 commit b0cd607

File tree

7 files changed

+183
-12
lines changed
  • content/sites/groupdocs/conversion/english/java

7 files changed

+183
-12
lines changed

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.filetypes/imagefiletype/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Defines image documents. Includes the following file types: [Ai](../../com.group
6464
| [Tga](#Tga) | A file with .tga extension is a raster graphic format and was created by Truevision Inc. |
6565
| [Psb](#Psb) | Adobe photoshop saves files in two formats. |
6666
| [Fodg](#Fodg) | FODG is a uncompressed XML-format file used for storing OpenDocument text data. |
67+
| [Heic](#Heic) | |
6768
## Methods
6869

6970
| Method | Description |
@@ -444,6 +445,12 @@ public static final ImageFileType Fodg
444445

445446
FODG is a uncompressed XML-format file used for storing OpenDocument text data. FODG extension is associated with open source office productivity suites Libre Office and OpenOffice.org.
446447

448+
### Heic {#Heic}
449+
```
450+
public static final ImageFileType Heic
451+
```
452+
453+
447454
### getLoadOptions() {#getLoadOptions--}
448455
```
449456
public LoadOptions getLoadOptions()

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.integration.ocr/textfragment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ public Rectangle getRectangle()
5757
Gets a bounding rectangle of the recognized text fragment.
5858

5959
**Returns:**
60-
java.awt.Rectangle
60+
[Rectangle](../../java.awt/rectangle)

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.load/imageloadoptions/_index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Options for loading Image documents.
3131
| [isRecognitionEnabled()](#isRecognitionEnabled--) | |
3232
| [getOcrConnector()](#getOcrConnector--) | |
3333
| [setOcrConnector(IOcrConnector ocrConnector)](#setOcrConnector-com.groupdocs.conversion.integration.ocr.IOcrConnector-) | Set image OCR connector |
34+
| [getResetFontFolders()](#getResetFontFolders--) | Reset font folders before loading document |
35+
| [setResetFontFolders(boolean resetFontFolders)](#setResetFontFolders-boolean-) | |
3436
### ImageLoadOptions() {#ImageLoadOptions--}
3537
```
3638
public ImageLoadOptions()
@@ -105,3 +107,26 @@ Set image OCR connector
105107
| --- | --- | --- |
106108
| ocrConnector | [IOcrConnector](../../com.groupdocs.conversion.integration.ocr/iocrconnector) | OCR connector instance |
107109

110+
### getResetFontFolders() {#getResetFontFolders--}
111+
```
112+
public boolean getResetFontFolders()
113+
```
114+
115+
116+
Reset font folders before loading document
117+
118+
**Returns:**
119+
boolean
120+
### setResetFontFolders(boolean resetFontFolders) {#setResetFontFolders-boolean-}
121+
```
122+
public void setResetFontFolders(boolean resetFontFolders)
123+
```
124+
125+
126+
127+
128+
**Parameters:**
129+
| Parameter | Type | Description |
130+
| --- | --- | --- |
131+
| resetFontFolders | boolean | |
132+

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.load/pdfloadoptions/_index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Options for loading Pdf documents.
3838
| [setHidePdfAnnotations(boolean value)](#setHidePdfAnnotations-boolean-) | Hide annotations in Pdf documents. |
3939
| [getFlattenAllFields()](#getFlattenAllFields--) | Flatten all the fields of the PDF form. |
4040
| [setFlattenAllFields(boolean value)](#setFlattenAllFields-boolean-) | Flatten all the fields of the PDF form. |
41+
| [getResetFontFolders()](#getResetFontFolders--) | Reset font folders before loading document |
42+
| [setResetFontFolders(boolean resetFontFolders)](#setResetFontFolders-boolean-) | |
4143
### PdfLoadOptions() {#PdfLoadOptions--}
4244
```
4345
public PdfLoadOptions()
@@ -194,3 +196,26 @@ Flatten all the fields of the PDF form.
194196
| --- | --- | --- |
195197
| value | boolean | |
196198

199+
### getResetFontFolders() {#getResetFontFolders--}
200+
```
201+
public boolean getResetFontFolders()
202+
```
203+
204+
205+
Reset font folders before loading document
206+
207+
**Returns:**
208+
boolean
209+
### setResetFontFolders(boolean resetFontFolders) {#setResetFontFolders-boolean-}
210+
```
211+
public void setResetFontFolders(boolean resetFontFolders)
212+
```
213+
214+
215+
216+
217+
**Parameters:**
218+
| Parameter | Type | Description |
219+
| --- | --- | --- |
220+
| resetFontFolders | boolean | |
221+

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.load/presentationloadoptions/_index.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Options for loading Presentation documents.
4242
| [setWhitelistedResources(List<String> whiteList)](#setWhitelistedResources-java.util.List-java.lang.String--) | \{@inheritDoc\} |
4343
| [getDocumentFontSources()](#getDocumentFontSources--) | |
4444
| [setDocumentFontSources(List<String> documentFontSources)](#setDocumentFontSources-java.util.List-java.lang.String--) | |
45+
| [getNotesPosition()](#getNotesPosition--) | Represents the way comments are printed with the slide. |
46+
| [setNotesPosition(PresentationNotesPosition notesPosition)](#setNotesPosition-com.groupdocs.conversion.contracts.PresentationNotesPosition-) | Represents the way notes are printed with the slide. |
47+
| [getCommentsPosition()](#getCommentsPosition--) | |
48+
| [setCommentsPosition(PresentationCommentsPosition commentsPosition)](#setCommentsPosition-com.groupdocs.conversion.contracts.PresentationCommentsPosition-) | |
4549
### PresentationLoadOptions() {#PresentationLoadOptions--}
4650
```
4751
public PresentationLoadOptions()
@@ -244,3 +248,49 @@ public void setDocumentFontSources(List<String> documentFontSources)
244248
| --- | --- | --- |
245249
| documentFontSources | java.util.List<java.lang.String> | |
246250

251+
### getNotesPosition() {#getNotesPosition--}
252+
```
253+
public PresentationNotesPosition getNotesPosition()
254+
```
255+
256+
257+
Represents the way comments are printed with the slide. Default is None.
258+
259+
**Returns:**
260+
[PresentationNotesPosition](../../com.groupdocs.conversion.contracts/presentationnotesposition)
261+
### setNotesPosition(PresentationNotesPosition notesPosition) {#setNotesPosition-com.groupdocs.conversion.contracts.PresentationNotesPosition-}
262+
```
263+
public void setNotesPosition(PresentationNotesPosition notesPosition)
264+
```
265+
266+
267+
Represents the way notes are printed with the slide. Default is None.
268+
269+
**Parameters:**
270+
| Parameter | Type | Description |
271+
| --- | --- | --- |
272+
| notesPosition | [PresentationNotesPosition](../../com.groupdocs.conversion.contracts/presentationnotesposition) | |
273+
274+
### getCommentsPosition() {#getCommentsPosition--}
275+
```
276+
public PresentationCommentsPosition getCommentsPosition()
277+
```
278+
279+
280+
281+
282+
**Returns:**
283+
[PresentationCommentsPosition](../../com.groupdocs.conversion.contracts/presentationcommentsposition) -
284+
### setCommentsPosition(PresentationCommentsPosition commentsPosition) {#setCommentsPosition-com.groupdocs.conversion.contracts.PresentationCommentsPosition-}
285+
```
286+
public void setCommentsPosition(PresentationCommentsPosition commentsPosition)
287+
```
288+
289+
290+
291+
292+
**Parameters:**
293+
| Parameter | Type | Description |
294+
| --- | --- | --- |
295+
| commentsPosition | [PresentationCommentsPosition](../../com.groupdocs.conversion.contracts/presentationcommentsposition) | |
296+

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.load/spreadsheetloadoptions/_index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Options for loading Spreadsheet documents.
5858
| [setSheetIndexes(List<Integer> sheetIndexes)](#setSheetIndexes-java.util.List-java.lang.Integer--) | Sets List of sheet indexes to convert. |
5959
| [isAutoFitRows()](#isAutoFitRows--) | Autofits all rows when converting |
6060
| [setAutoFitRows(boolean autoFitRows)](#setAutoFitRows-boolean-) | |
61+
| [getResetFontFolders()](#getResetFontFolders--) | Reset font folders before loading document |
62+
| [setResetFontFolders(boolean resetFontFolders)](#setResetFontFolders-boolean-) | |
6163
| [deepClone()](#deepClone--) | Clones current instance. |
6264
### SpreadsheetLoadOptions() {#SpreadsheetLoadOptions--}
6365
```
@@ -445,6 +447,29 @@ public void setAutoFitRows(boolean autoFitRows)
445447
| --- | --- | --- |
446448
| autoFitRows | boolean | |
447449

450+
### getResetFontFolders() {#getResetFontFolders--}
451+
```
452+
public boolean getResetFontFolders()
453+
```
454+
455+
456+
Reset font folders before loading document
457+
458+
**Returns:**
459+
boolean
460+
### setResetFontFolders(boolean resetFontFolders) {#setResetFontFolders-boolean-}
461+
```
462+
public void setResetFontFolders(boolean resetFontFolders)
463+
```
464+
465+
466+
467+
468+
**Parameters:**
469+
| Parameter | Type | Description |
470+
| --- | --- | --- |
471+
| resetFontFolders | boolean | |
472+
448473
### deepClone() {#deepClone--}
449474
```
450475
public final Object deepClone()

content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.options.load/wordprocessingloadoptions/_index.md

Lines changed: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Options for loading WordProcessing documents.
4444
| [setPassword(String value)](#setPassword-java.lang.String-) | Set password to unprotect protected document. |
4545
| [getHideWordTrackedChanges()](#getHideWordTrackedChanges--) | Hide markup and track changes for Word documents. |
4646
| [setHideWordTrackedChanges(boolean value)](#setHideWordTrackedChanges-boolean-) | Hide markup and track changes for Word documents. |
47-
| [getHideComments()](#getHideComments--) | Hide comments. |
4847
| [setHideComments(boolean value)](#setHideComments-boolean-) | Hide comments. |
4948
| [getBookmarkOptions()](#getBookmarkOptions--) | Bookmarks options |
5049
| [setBookmarkOptions(WordProcessingBookmarksOptions value)](#setBookmarkOptions-com.groupdocs.conversion.options.load.WordProcessingBookmarksOptions-) | Bookmarks options |
@@ -58,6 +57,10 @@ Options for loading WordProcessing documents.
5857
| [setSkipExternalResources(boolean skip)](#setSkipExternalResources-boolean-) | \{@inheritDoc\} |
5958
| [getWhitelistedResources()](#getWhitelistedResources--) | \{@inheritDoc\} |
6059
| [setWhitelistedResources(List<String> whiteList)](#setWhitelistedResources-java.util.List-java.lang.String--) | \{@inheritDoc\} |
60+
| [getCommentDisplayMode()](#getCommentDisplayMode--) | Specifies how comments should be displayed in the output document. |
61+
| [setCommentDisplayMode(WordProcessingCommentDisplay commentDisplayMode)](#setCommentDisplayMode-com.groupdocs.conversion.options.load.WordProcessingCommentDisplay-) | |
62+
| [getShowFullCommenterName()](#getShowFullCommenterName--) | Show full commenter name in comments. |
63+
| [setShowFullCommenterName(boolean showFullCommenterName)](#setShowFullCommenterName-boolean-) | |
6164
### WordProcessingLoadOptions() {#WordProcessingLoadOptions--}
6265
```
6366
public WordProcessingLoadOptions()
@@ -283,16 +286,6 @@ Hide markup and track changes for Word documents.
283286
| --- | --- | --- |
284287
| value | boolean | |
285288

286-
### getHideComments() {#getHideComments--}
287-
```
288-
public final boolean getHideComments()
289-
```
290-
291-
292-
Hide comments.
293-
294-
**Returns:**
295-
boolean
296289
### setHideComments(boolean value) {#setHideComments-boolean-}
297290
```
298291
public final void setHideComments(boolean value)
@@ -444,3 +437,49 @@ public void setWhitelistedResources(List<String> whiteList)
444437
| --- | --- | --- |
445438
| whiteList | java.util.List<java.lang.String> | |
446439

440+
### getCommentDisplayMode() {#getCommentDisplayMode--}
441+
```
442+
public WordProcessingCommentDisplay getCommentDisplayMode()
443+
```
444+
445+
446+
Specifies how comments should be displayed in the output document. Default is ShowInBalloons.
447+
448+
**Returns:**
449+
[WordProcessingCommentDisplay](../../com.groupdocs.conversion.options.load/wordprocessingcommentdisplay)
450+
### setCommentDisplayMode(WordProcessingCommentDisplay commentDisplayMode) {#setCommentDisplayMode-com.groupdocs.conversion.options.load.WordProcessingCommentDisplay-}
451+
```
452+
public void setCommentDisplayMode(WordProcessingCommentDisplay commentDisplayMode)
453+
```
454+
455+
456+
457+
458+
**Parameters:**
459+
| Parameter | Type | Description |
460+
| --- | --- | --- |
461+
| commentDisplayMode | [WordProcessingCommentDisplay](../../com.groupdocs.conversion.options.load/wordprocessingcommentdisplay) | |
462+
463+
### getShowFullCommenterName() {#getShowFullCommenterName--}
464+
```
465+
public boolean getShowFullCommenterName()
466+
```
467+
468+
469+
Show full commenter name in comments. Default is false.
470+
471+
**Returns:**
472+
boolean
473+
### setShowFullCommenterName(boolean showFullCommenterName) {#setShowFullCommenterName-boolean-}
474+
```
475+
public void setShowFullCommenterName(boolean showFullCommenterName)
476+
```
477+
478+
479+
480+
481+
**Parameters:**
482+
| Parameter | Type | Description |
483+
| --- | --- | --- |
484+
| showFullCommenterName | boolean | |
485+

0 commit comments

Comments
 (0)