Skip to content

Commit 9abcbba

Browse files
author
Samer El-Khatib
committed
Merge branch 'main' into production
2 parents a7a2a73 + f94a868 commit 9abcbba

File tree

189 files changed

+1815
-796
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+1815
-796
lines changed

english/java/com.aspose.imaging.exif/exifproperties/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Exif tags list
4848
| [SpectralSensitivity](#SpectralSensitivity) | Indicates the spectral sensitivity of each channel of the camera used. |
4949
| [PhotographicSensitivity](#PhotographicSensitivity) | Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232. |
5050
| [OECF](#OECF) | Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524. |
51-
| [ExifVersion](#ExifVersion) | The exif version. |
51+
| [ExifVersion](#ExifVersion) | The Exif version. |
5252
| [DateTimeOriginal](#DateTimeOriginal) | The date and time when the original image data was generated. |
5353
| [DateTimeDigitized](#DateTimeDigitized) | The date time digitized. |
5454
| [ComponentsConfiguration](#ComponentsConfiguration) | The components' configuration. |
@@ -140,7 +140,7 @@ Exif tags list
140140
| [SensitivityType](#SensitivityType) | Type of photographic sensitivity |
141141
| [StandardOutputSensitivity](#StandardOutputSensitivity) | Indicates standard output sensitivity of camera |
142142
| [RecommendedExposureIndex](#RecommendedExposureIndex) | Indicates recommended exposure index |
143-
| [ISOSpeed](#ISOSpeed) | Information about iso speed value as defined in ISO 12232 |
143+
| [ISOSpeed](#ISOSpeed) | Information about ISO speed value as defined in ISO 12232 |
144144
| [ISOSpeedLatitudeYYY](#ISOSpeedLatitudeYYY) | This tag indicates ISO speed latitude yyy value as defined in ISO 12232 |
145145
| [ISOSpeedLatitudeZZZ](#ISOSpeedLatitudeZZZ) | This tag indicates ISO speed latitude zzz value as defined in ISO 12232 |
146146
| [CameraOwnerName](#CameraOwnerName) | Contains camera owner name |
@@ -403,7 +403,7 @@ public static final int ExifVersion
403403
```
404404

405405

406-
The exif version.
406+
The Exif version.
407407

408408
### DateTimeOriginal {#DateTimeOriginal}
409409
```
@@ -1035,7 +1035,7 @@ public static final int StripOffsets
10351035
```
10361036

10371037

1038-
For each strip, the byte offset of that strip. It is recommended that this be selected so the number of strip bytes does not exceed 64 Kbytes. Aux tag.
1038+
For each strip, the byte offset of that strip. It is recommended that this be selected so the number of strip bytes does not exceed 64 KBytes. Aux tag.
10391039

10401040
### JPEGInterchangeFormat {#JPEGInterchangeFormat}
10411041
```
@@ -1051,7 +1051,7 @@ public static final int JPEGInterchangeFormatLength
10511051
```
10521052

10531053

1054-
The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data. JPEG thumbnails are not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not be recorded. Compressed thumbnails must be recorded in no more than 64 Kbytes, including all other data to be recorded in APP1.
1054+
The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data. JPEG thumbnails are not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not be recorded. Compressed thumbnails must be recorded in no more than 64 KBytes, including all other data to be recorded in APP1.
10551055

10561056
### ExifIfdPointer {#ExifIfdPointer}
10571057
```
@@ -1139,7 +1139,7 @@ public static final int ISOSpeed
11391139
```
11401140

11411141

1142-
Information about iso speed value as defined in ISO 12232
1142+
Information about ISO speed value as defined in ISO 12232
11431143

11441144
### ISOSpeedLatitudeYYY {#ISOSpeedLatitudeYYY}
11451145
```

english/java/com.aspose.imaging.fileformats.bmp/bmpimage/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ This property allows you to easily get or set the horizontal resolution, measure
837837
**Returns:**
838838
double - The horizontal resolution.
839839

840-
Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the [.setResolution(double, double)](../../null/\#setResolution-double--double-) method for updating both resolution values in single call.
840+
Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the \#setResolution(double, double).setResolution(double, double) method for updating both resolution values in single call.
841841

842842
**Example: The following example shows how to set horizontal/vertical resolution of a BMP image.**
843843

@@ -889,7 +889,7 @@ This property allows you to easily get or set the horizontal resolution, measure
889889

890890
--------------------
891891

892-
Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the [.setResolution(double, double)](../../null/\#setResolution-double--double-) method for updating both resolution values in single call. |
892+
Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the \#setResolution(double, double).setResolution(double, double) method for updating both resolution values in single call. |
893893

894894
### getVerticalResolution() {#getVerticalResolution--}
895895
```
@@ -904,7 +904,7 @@ double - The vertical resolution.
904904

905905
--------------------
906906

907-
Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the [.setResolution(double, double)](../../null/\#setResolution-double--double-) method for updating both resolution values in single call.
907+
Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the \#setResolution(double, double).setResolution(double, double) method for updating both resolution values in single call.
908908

909909
**Example: The following example shows how to set horizontal/vertical resolution of a BMP image.**
910910

@@ -956,7 +956,7 @@ Easily retrieve or set the vertical resolution, measured in pixels per inch, of
956956

957957
--------------------
958958

959-
Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the [.setResolution(double, double)](../../null/\#setResolution-double--double-) method for updating both resolution values in single call. |
959+
Note by default this value is always 96 since different platforms cannot return the screen resolution. You may consider using the \#setResolution(double, double).setResolution(double, double) method for updating both resolution values in single call. |
960960

961961
### hasAlpha() {#hasAlpha--}
962962
```

english/java/com.aspose.imaging.fileformats.cmx.objectmodel.specs/cmxellipsespec/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final float getAngle1()
5858
```
5959

6060

61-
Gets the first angle used for defining of pie sector. Does no affect if `Pie`([.getPie](../../null/\#getPie)/[.setPie(boolean)](../../null/\#setPie-boolean-)) is `false`. Measures in radians.
61+
Gets the first angle used for defining of pie sector. Does no affect if `Pie`(\#getPie.getPie/\#setPie(boolean).setPie(boolean)) is `false`. Measures in radians.
6262

6363
**Returns:**
6464
float - the first angle used for defining of pie sector.
@@ -68,7 +68,7 @@ public final void setAngle1(float value)
6868
```
6969

7070

71-
Sets the first angle used for defining of pie sector. Does no affect if `Pie`([.getPie](../../null/\#getPie)/[.setPie(boolean)](../../null/\#setPie-boolean-)) is `false`. Measures in radians.
71+
Sets the first angle used for defining of pie sector. Does no affect if `Pie`(\#getPie.getPie/\#setPie(boolean).setPie(boolean)) is `false`. Measures in radians.
7272

7373
**Parameters:**
7474
| Parameter | Type | Description |
@@ -81,7 +81,7 @@ public final float getAngle2()
8181
```
8282

8383

84-
Gets the second angle used for defining of pie sector. Does no affect if `Pie`([.getPie](../../null/\#getPie)/[.setPie(boolean)](../../null/\#setPie-boolean-)) is `false`. Measures in radians.
84+
Gets the second angle used for defining of pie sector. Does no affect if `Pie`(\#getPie.getPie/\#setPie(boolean).setPie(boolean)) is `false`. Measures in radians.
8585

8686
**Returns:**
8787
float - the second angle used for defining of pie sector.
@@ -91,7 +91,7 @@ public final void setAngle2(float value)
9191
```
9292

9393

94-
Sets the second angle used for defining of pie sector. Does no affect if `Pie`([.getPie](../../null/\#getPie)/[.setPie(boolean)](../../null/\#setPie-boolean-)) is `false`. Measures in radians.
94+
Sets the second angle used for defining of pie sector. Does no affect if `Pie`(\#getPie.getPie/\#setPie(boolean).setPie(boolean)) is `false`. Measures in radians.
9595

9696
**Parameters:**
9797
| Parameter | Type | Description |

english/java/com.aspose.imaging.fileformats.cmx.objectmodel.styles/cmximagefill/_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Image fill info
3030
| [setTileOffsetX(float value)](#setTileOffsetX-float-) | Sets the tile offset X. |
3131
| [getTileOffsetY()](#getTileOffsetY--) | Gets the tile offset Y. |
3232
| [setTileOffsetY(float value)](#setTileOffsetY-float-) | Sets the tile offset Y. |
33-
| [getRcpOffset()](#getRcpOffset--) | Gets the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). |
34-
| [setRcpOffset(float value)](#setRcpOffset-float-) | Sets the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). |
33+
| [getRcpOffset()](#getRcpOffset--) | Gets the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). |
34+
| [setRcpOffset(float value)](#setRcpOffset-float-) | Sets the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). |
3535
| [getOffsetType()](#getOffsetType--) | Gets the type of the offset between adjacent tiles. |
3636
| [setOffsetType(int value)](#setOffsetType-int-) | Sets the type of the offset between adjacent tiles. |
3737
| [getPatternWidth()](#getPatternWidth--) | Gets the width of the pattern. |
@@ -149,22 +149,22 @@ public final float getRcpOffset()
149149
```
150150

151151

152-
Gets the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). Dimension is fractions of height of width.
152+
Gets the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). Dimension is fractions of height of width.
153153

154154
**Returns:**
155-
float - the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))).
155+
float - the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))).
156156
### setRcpOffset(float value) {#setRcpOffset-float-}
157157
```
158158
public final void setRcpOffset(float value)
159159
```
160160

161161

162-
Sets the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). Dimension is fractions of height of width.
162+
Sets the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). Dimension is fractions of height of width.
163163

164164
**Parameters:**
165165
| Parameter | Type | Description |
166166
| --- | --- | --- |
167-
| value | float | the relative offset between tile rows or columns (depends on `OffsetType`([.getOffsetType](../../null/\#getOffsetType)/[.setOffsetType(int)](../../null/\#setOffsetType-int-))). |
167+
| value | float | the relative offset between tile rows or columns (depends on `OffsetType`(\#getOffsetType.getOffsetType/\#setOffsetType(int).setOffsetType(int))). |
168168

169169
### getOffsetType() {#getOffsetType--}
170170
```
@@ -195,7 +195,7 @@ public final float getPatternWidth()
195195
```
196196

197197

198-
Gets the width of the pattern. Uses common document distance measure unit in case if `IsRelative`([.isRelative](../../null/\#isRelative)/[.setRelative(boolean)](../../null/\#setRelative-boolean-)) is `false`, otherwise has the dimension of the image pixel width fraction.
198+
Gets the width of the pattern. Uses common document distance measure unit in case if `IsRelative`(\#isRelative.isRelative/\#setRelative(boolean).setRelative(boolean)) is `false`, otherwise has the dimension of the image pixel width fraction.
199199

200200
**Returns:**
201201
float - the width of the pattern.
@@ -205,7 +205,7 @@ public final void setPatternWidth(float value)
205205
```
206206

207207

208-
Sets the width of the pattern. Uses common document distance measure unit in case if `IsRelative`([.isRelative](../../null/\#isRelative)/[.setRelative(boolean)](../../null/\#setRelative-boolean-)) is `false`, otherwise has the dimension of the image pixel width fraction.
208+
Sets the width of the pattern. Uses common document distance measure unit in case if `IsRelative`(\#isRelative.isRelative/\#setRelative(boolean).setRelative(boolean)) is `false`, otherwise has the dimension of the image pixel width fraction.
209209

210210
**Parameters:**
211211
| Parameter | Type | Description |
@@ -218,7 +218,7 @@ public final float getPatternHeight()
218218
```
219219

220220

221-
Gets the height of the pattern. Uses common document distance measure unit in case if `IsRelative`([.isRelative](../../null/\#isRelative)/[.setRelative(boolean)](../../null/\#setRelative-boolean-)) is `false`, otherwise has the dimension of the image pixel height fraction.
221+
Gets the height of the pattern. Uses common document distance measure unit in case if `IsRelative`(\#isRelative.isRelative/\#setRelative(boolean).setRelative(boolean)) is `false`, otherwise has the dimension of the image pixel height fraction.
222222

223223
**Returns:**
224224
float - the height of the pattern.
@@ -228,7 +228,7 @@ public final void setPatternHeight(float value)
228228
```
229229

230230

231-
Sets the height of the pattern. Uses common document distance measure unit in case if `IsRelative`([.isRelative](../../null/\#isRelative)/[.setRelative(boolean)](../../null/\#setRelative-boolean-)) is `false`, otherwise has the dimension of the image pixel height fraction.
231+
Sets the height of the pattern. Uses common document distance measure unit in case if `IsRelative`(\#isRelative.isRelative/\#setRelative(boolean).setRelative(boolean)) is `false`, otherwise has the dimension of the image pixel height fraction.
232232

233233
**Parameters:**
234234
| Parameter | Type | Description |

english/java/com.aspose.imaging.imagefilters.complexutils/complex/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The complex number structure.
3030
| [SIZE_OF_DOUBLE](#SIZE-OF-DOUBLE) | The size of `double`. |
3131
| [SIZE_OF_COMPLEX](#SIZE-OF-COMPLEX) | The size of complex. |
3232
| [ZERO](#ZERO) | Zero complex. |
33-
| [ONE](#ONE) | One complex having `Re`([.getRe](../../null/\#getRe)/[.setRe(double)](../../null/\#setRe-double-)) and `Im`([.getIm](../../null/\#getIm)/[.setIm(double)](../../null/\#setIm-double-)) equal to 1. |
34-
| [I](#I) | I complex having `Im`([.getIm](../../null/\#getIm)/[.setIm(double)](../../null/\#setIm-double-)) equal to 1. |
33+
| [ONE](#ONE) | One complex having `Re`(\#getRe.getRe/\#setRe(double).setRe(double)) and `Im`(\#getIm.getIm/\#setIm(double).setIm(double)) equal to 1. |
34+
| [I](#I) | I complex having `Im`(\#getIm.getIm/\#setIm(double).setIm(double)) equal to 1. |
3535
## Methods
3636

3737
| Method | Description |
@@ -163,15 +163,15 @@ public static final Complex ONE
163163
```
164164

165165

166-
One complex having `Re`([.getRe](../../null/\#getRe)/[.setRe(double)](../../null/\#setRe-double-)) and `Im`([.getIm](../../null/\#getIm)/[.setIm(double)](../../null/\#setIm-double-)) equal to 1.
166+
One complex having `Re`(\#getRe.getRe/\#setRe(double).setRe(double)) and `Im`(\#getIm.getIm/\#setIm(double).setIm(double)) equal to 1.
167167

168168
### I {#I}
169169
```
170170
public static final Complex I
171171
```
172172

173173

174-
I complex having `Im`([.getIm](../../null/\#getIm)/[.setIm(double)](../../null/\#setIm-double-)) equal to 1.
174+
I complex having `Im`(\#getIm.getIm/\#setIm(double).setIm(double)) equal to 1.
175175

176176
### to_Complex(double value) {#to-Complex-double-}
177177
```

english/java/com.aspose.imaging.imagefilters.filteroptions/blendingmode/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The blending mode
2121
| [MULTIPLY](#MULTIPLY) | The multiply |
2222
| [SCREEN](#SCREEN) | The screen |
2323
| [OVERLAY](#OVERLAY) | The overlay |
24-
| [DARKEN](#DARKEN) | The darken |
25-
| [LIGHTEN](#LIGHTEN) | The lighten |
24+
| [DARKEN](#DARKEN) | The darken mode |
25+
| [LIGHTEN](#LIGHTEN) | The lighten mode |
2626
| [COLOR_DODGE](#COLOR-DODGE) | The color dodge |
2727
| [COLOR_BURN](#COLOR-BURN) | The color burn |
2828
| [HARD_LIGHT](#HARD-LIGHT) | The hard light |
@@ -78,15 +78,15 @@ public static final BlendingMode DARKEN
7878
```
7979

8080

81-
The darken
81+
The darken mode
8282

8383
### LIGHTEN {#LIGHTEN}
8484
```
8585
public static final BlendingMode LIGHTEN
8686
```
8787

8888

89-
The lighten
89+
The lighten mode
9090

9191
### COLOR_DODGE {#COLOR-DODGE}
9292
```

0 commit comments

Comments
 (0)