Skip to content

Commit c68a309

Browse files
author
yevgen-nykytenko
committed
Update content 2025-10-03 06:14:03
1 parent 34c4d06 commit c68a309

5 files changed

Lines changed: 67 additions & 17 deletions

File tree

english/java/com.groupdocs.conversion.options.convert/ipagesize/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ public abstract String getName()
3838
java.lang.String
3939
### getWidth() {#getWidth--}
4040
```
41-
public abstract float getWidth()
41+
public abstract double getWidth()
4242
```
4343

4444

4545

4646

4747
**Returns:**
48-
float
48+
double
4949
### getHeight() {#getHeight--}
5050
```
51-
public abstract float getHeight()
51+
public abstract double getHeight()
5252
```
5353

5454

5555

5656

5757
**Returns:**
58-
float
58+
double

english/java/com.groupdocs.conversion.options.convert/pagesize/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,24 +220,24 @@ public String getName()
220220
java.lang.String
221221
### getWidth() {#getWidth--}
222222
```
223-
public float getWidth()
223+
public double getWidth()
224224
```
225225

226226

227227

228228

229229
**Returns:**
230-
float
230+
double
231231
### getHeight() {#getHeight--}
232232
```
233-
public float getHeight()
233+
public double getHeight()
234234
```
235235

236236

237237

238238

239239
**Returns:**
240-
float
240+
double
241241
### pointsToPixels(float points, int dpi) {#pointsToPixels-float-int-}
242242
```
243243
public static int pointsToPixels(float points, int dpi)

english/java/com.groupdocs.conversion.options.load/cadloadoptions/_index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Options for loading CAD documents.
4040
| [setFontDirectories(List<String> fontDirectories)](#setFontDirectories-java.util.List-java.lang.String--) | |
4141
| [getCtbSources()](#getCtbSources--) | Gets the CTB sources. |
4242
| [setCtbSources(Map<String,InputStream> ctbSources)](#setCtbSources-java.util.Map-java.lang.String-java.io.InputStream--) | Sets the CTB sources. |
43+
| [getDrawColor()](#getDrawColor--) | Gets foreground color. |
44+
| [setDrawColor(System.Drawing.Color drawColor)](#setDrawColor-com.aspose.ms.System.Drawing.Color-) | Sets foreground color. |
4345
### CadLoadOptions() {#CadLoadOptions--}
4446
```
4547
public CadLoadOptions()
@@ -219,3 +221,26 @@ Sets the CTB sources.
219221
| --- | --- | --- |
220222
| ctbSources | java.util.Map<java.lang.String,java.io.InputStream> | |
221223

224+
### getDrawColor() {#getDrawColor--}
225+
```
226+
public System.Drawing.Color getDrawColor()
227+
```
228+
229+
230+
Gets foreground color.
231+
232+
**Returns:**
233+
com.aspose.ms.System.Drawing.Color
234+
### setDrawColor(System.Drawing.Color drawColor) {#setDrawColor-com.aspose.ms.System.Drawing.Color-}
235+
```
236+
public void setDrawColor(System.Drawing.Color drawColor)
237+
```
238+
239+
240+
Sets foreground color.
241+
242+
**Parameters:**
243+
| Parameter | Type | Description |
244+
| --- | --- | --- |
245+
| drawColor | com.aspose.ms.System.Drawing.Color | |
246+

english/java/com.groupdocs.conversion.options.load/webloadoptions/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Options for loading web documents.
3333
| [setBasePath(String basePath)](#setBasePath-java.lang.String-) | |
3434
| [getEncoding()](#getEncoding--) | |
3535
| [setEncoding(String encoding)](#setEncoding-java.lang.String-) | |
36-
| [getResourceLoadingTimeout()](#getResourceLoadingTimeout--) | |
37-
| [setResourceLoadingTimeout(System.TimeSpan resourceLoadingTimeout)](#setResourceLoadingTimeout-com.aspose.ms.System.TimeSpan-) | |
36+
| [getResourceLoadingTimeout()](#getResourceLoadingTimeout--) | Gets timeout for loading external resources in milliseconds |
37+
| [setResourceLoadingTimeout(long resourceLoadingTimeout)](#setResourceLoadingTimeout-long-) | Sets timeout for loading external resources in milliseconds |
3838
| [getSkipExternalResources()](#getSkipExternalResources--) | \{@inheritDoc\} |
3939
| [setSkipExternalResources(boolean skip)](#setSkipExternalResources-boolean-) | \{@inheritDoc\} |
4040
| [getWhitelistedResources()](#getWhitelistedResources--) | \{@inheritDoc\} |
@@ -143,26 +143,26 @@ public void setEncoding(String encoding)
143143

144144
### getResourceLoadingTimeout() {#getResourceLoadingTimeout--}
145145
```
146-
public System.TimeSpan getResourceLoadingTimeout()
146+
public long getResourceLoadingTimeout()
147147
```
148148

149149

150-
150+
Gets timeout for loading external resources in milliseconds
151151

152152
**Returns:**
153-
com.aspose.ms.System.TimeSpan
154-
### setResourceLoadingTimeout(System.TimeSpan resourceLoadingTimeout) {#setResourceLoadingTimeout-com.aspose.ms.System.TimeSpan-}
153+
long
154+
### setResourceLoadingTimeout(long resourceLoadingTimeout) {#setResourceLoadingTimeout-long-}
155155
```
156-
public void setResourceLoadingTimeout(System.TimeSpan resourceLoadingTimeout)
156+
public void setResourceLoadingTimeout(long resourceLoadingTimeout)
157157
```
158158

159159

160-
160+
Sets timeout for loading external resources in milliseconds
161161

162162
**Parameters:**
163163
| Parameter | Type | Description |
164164
| --- | --- | --- |
165-
| resourceLoadingTimeout | com.aspose.ms.System.TimeSpan | |
165+
| resourceLoadingTimeout | long | |
166166

167167
### getSkipExternalResources() {#getSkipExternalResources--}
168168
```

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Options for loading WordProcessing documents.
6565
| [setPageNumbering(boolean isPageNumbering)](#setPageNumbering-boolean-) | |
6666
| [getHyphenationOptions()](#getHyphenationOptions--) | Gets hyphenation options for WordProcessing documents. |
6767
| [setHyphenationOptions(HyphenationOptions hyphenationOptions)](#setHyphenationOptions-com.groupdocs.conversion.options.load.HyphenationOptions-) | Sets hyphenation options for WordProcessing documents. |
68+
| [isInterruptThreadIfImageExceptionThrown()](#isInterruptThreadIfImageExceptionThrown--) | Gets InterruptThreadIfImageExceptionThrown flag Default: false If true then interrupt the main conversion thread if an exception in a image processing thread occurred |
69+
| [setInterruptThreadIfImageExceptionThrown(boolean interruptThreadIfImageExceptionThrown)](#setInterruptThreadIfImageExceptionThrown-boolean-) | Sets InterruptThreadIfImageExceptionThrown flag |
6870
### WordProcessingLoadOptions() {#WordProcessingLoadOptions--}
6971
```
7072
public WordProcessingLoadOptions()
@@ -533,3 +535,26 @@ Sets hyphenation options for WordProcessing documents.
533535
| --- | --- | --- |
534536
| hyphenationOptions | [HyphenationOptions](../../com.groupdocs.conversion.options.load/hyphenationoptions) | |
535537

538+
### isInterruptThreadIfImageExceptionThrown() {#isInterruptThreadIfImageExceptionThrown--}
539+
```
540+
public boolean isInterruptThreadIfImageExceptionThrown()
541+
```
542+
543+
544+
Gets InterruptThreadIfImageExceptionThrown flag Default: false If true then interrupt the main conversion thread if an exception in a image processing thread occurred
545+
546+
**Returns:**
547+
boolean
548+
### setInterruptThreadIfImageExceptionThrown(boolean interruptThreadIfImageExceptionThrown) {#setInterruptThreadIfImageExceptionThrown-boolean-}
549+
```
550+
public void setInterruptThreadIfImageExceptionThrown(boolean interruptThreadIfImageExceptionThrown)
551+
```
552+
553+
554+
Sets InterruptThreadIfImageExceptionThrown flag
555+
556+
**Parameters:**
557+
| Parameter | Type | Description |
558+
| --- | --- | --- |
559+
| interruptThreadIfImageExceptionThrown | boolean | |
560+

0 commit comments

Comments
 (0)