Skip to content

Commit 1722e9a

Browse files
author
Samer El-Khatib
committed
Merge branch 'main' into production
2 parents 5c797a7 + 64aecad commit 1722e9a

File tree

756 files changed

+13850
-7273
lines changed

Some content is hidden

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

756 files changed

+13850
-7273
lines changed

english/java/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ is_root: true
2626
| [com.aspose.imaging.extensions](./com.aspose.imaging.extensions) | The package contains extension methods. |
2727
| [com.aspose.imaging.fileformats](./com.aspose.imaging.fileformats) | The package contains graphics files processing classes and methods. |
2828
| [com.aspose.imaging.fileformats.apng](./com.aspose.imaging.fileformats.apng) | The package handles Apng file format processing. |
29-
| [com.aspose.imaging.fileformats.avif](./com.aspose.imaging.fileformats.avif) | The namespace handling Avif file format processing. |
29+
| [com.aspose.imaging.fileformats.avif](./com.aspose.imaging.fileformats.avif) | The package handling Avif file format processing. |
3030
| [com.aspose.imaging.fileformats.bigtiff](./com.aspose.imaging.fileformats.bigtiff) | The package handling BigTiff file format processing. |
3131
| [com.aspose.imaging.fileformats.bmp](./com.aspose.imaging.fileformats.bmp) | The package handles Bmp file format processing. |
3232
| [com.aspose.imaging.fileformats.bmp.structures](./com.aspose.imaging.fileformats.bmp.structures) | The logical structures, used to support bitmap header. |

english/java/com.aspose.imaging.fileformats.apng/apngimage/_index.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ The API for Animated PNG (Animated Portable Network Graphics) image file format
3535
| [getDefaultFrameTime()](#getDefaultFrameTime--) | Easily adjust the default frame duration for creating new frames with this flexible property. |
3636
| [setDefaultFrameTime(long value)](#setDefaultFrameTime-long-) | Easily adjust the default frame duration for creating new frames with this flexible property. |
3737
| [getInterlaced()](#getInterlaced--) | Quickly determine whether this [PngImage](../../com.aspose.imaging.fileformats.png/pngimage) object is interlaced with this convenient property. |
38-
| [getPageExportingAction()](#getPageExportingAction--) | Effortlessly manage the page exporting action with this versatile property. |
39-
| [setPageExportingAction(PageExportingAction value)](#setPageExportingAction-com.aspose.imaging.PageExportingAction-) | Effortlessly manage the page exporting action with this versatile property. |
4038
| [getOriginalOptions()](#getOriginalOptions--) | Retrieve options based on the original file settings effortlessly with this intuitive method. |
4139
| [getDefaultOptions(Object[] args)](#getDefaultOptions-java.lang.Object---) | Retrieve the default options effortlessly with this straightforward method. |
4240
| [getModifyDate(boolean useDefault)](#getModifyDate-boolean-) | Quickly obtain the date and time when the resource image was last modified with this user-friendly method. |
@@ -231,33 +229,6 @@ Value: `true` if interlaced; otherwise, `false`.
231229

232230
**Returns:**
233231
boolean
234-
### getPageExportingAction() {#getPageExportingAction--}
235-
```
236-
public PageExportingAction getPageExportingAction()
237-
```
238-
239-
240-
Effortlessly manage the page exporting action with this versatile property. Perfect for developers seeking precise control over the exporting behavior of pages in their application. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.
241-
242-
Value: The page exporting action.
243-
244-
**Returns:**
245-
[PageExportingAction](../../com.aspose.imaging/pageexportingaction)
246-
### setPageExportingAction(PageExportingAction value) {#setPageExportingAction-com.aspose.imaging.PageExportingAction-}
247-
```
248-
public void setPageExportingAction(PageExportingAction value)
249-
```
250-
251-
252-
Effortlessly manage the page exporting action with this versatile property. Perfect for developers seeking precise control over the exporting behavior of pages in their application. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.
253-
254-
Value: The page exporting action.
255-
256-
**Parameters:**
257-
| Parameter | Type | Description |
258-
| --- | --- | --- |
259-
| value | [PageExportingAction](../../com.aspose.imaging/pageexportingaction) | |
260-
261232
### getOriginalOptions() {#getOriginalOptions--}
262233
```
263234
public ImageOptionsBase getOriginalOptions()

english/java/com.aspose.imaging.fileformats.avif/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: com.aspose.imaging.fileformats.avif
33
second_title: Aspose.Imaging for Java API Reference
4-
description: The namespace handling Avif file format processing.
4+
description: The package handling Avif file format processing.
55
type: docs
66
weight: 26
77
url: /java/com.aspose.imaging.fileformats.avif/
88
---
99

10-
The namespace handling Avif file format processing.
10+
The package handling Avif file format processing.
1111

1212

1313
## Classes

english/java/com.aspose.imaging.fileformats.avif/avifimage/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The Avif image.
2222

2323
| Method | Description |
2424
| --- | --- |
25+
| [getFileFormat()](#getFileFormat--) | Easily retrieve the file format value with this user-friendly property. |
2526
| [getBitsPerPixel()](#getBitsPerPixel--) | Gets the bits per pixel value. |
2627
| [getWidth()](#getWidth--) | Gets the AVIF image width. |
2728
| [getHeight()](#getHeight--) | Gets the AVIF image height. |
@@ -31,6 +32,16 @@ public AvifImage()
3132
```
3233

3334

35+
### getFileFormat() {#getFileFormat--}
36+
```
37+
public long getFileFormat()
38+
```
39+
40+
41+
Easily retrieve the file format value with this user-friendly property. Ideal for developers seeking quick access to information about the file format.
42+
43+
**Returns:**
44+
long
3445
### getBitsPerPixel() {#getBitsPerPixel--}
3546
```
3647
public int getBitsPerPixel()

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ You can effortlessly handle Bitmap (BMP) and Device Independent Bitmap (DIB) fil
4242
| [setHorizontalResolution(double value)](#setHorizontalResolution-double-) | This property allows you to easily get or set the horizontal resolution, measured in pixels per inch, of the [RasterImage](../../com.aspose.imaging/rasterimage) object. |
4343
| [getVerticalResolution()](#getVerticalResolution--) | Easily retrieve or set the vertical resolution, measured in pixels per inch, of this [RasterImage](../../com.aspose.imaging/rasterimage) object with this property. |
4444
| [setVerticalResolution(double value)](#setVerticalResolution-double-) | Easily retrieve or set the vertical resolution, measured in pixels per inch, of this [RasterImage](../../com.aspose.imaging/rasterimage) object with this property. |
45+
| [hasAlpha()](#hasAlpha--) | Gets a value indicating whether this instance has alpha. |
4546
| [setResolution(double dpiX, double dpiY)](#setResolution-double-double-) | Adjust the resolution of your [RasterImage](../../com.aspose.imaging/rasterimage) effortlessly with this user-friendly method. |
4647
| [getDefaultOptions(Object[] args)](#getDefaultOptions-java.lang.Object---) | Retrieve the default options effortlessly with this straightforward method. |
4748

@@ -957,6 +958,16 @@ Easily retrieve or set the vertical resolution, measured in pixels per inch, of
957958

958959
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. |
959960

961+
### hasAlpha() {#hasAlpha--}
962+
```
963+
public boolean hasAlpha()
964+
```
965+
966+
967+
Gets a value indicating whether this instance has alpha.
968+
969+
**Returns:**
970+
boolean - a value indicating whether this instance has alpha.
960971
### setResolution(double dpiX, double dpiY) {#setResolution-double-double-}
961972
```
962973
public void setResolution(double dpiX, double dpiY)

english/java/com.aspose.imaging.fileformats.cdr/cdrimage/_index.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ The API for CorelDRAW CDR vector image format support is an essential toolkit fo
3535
| [getPages()](#getPages--) | Retrieve the pages of the image seamlessly with this intuitive property. |
3636
| [getCdrDocument()](#getCdrDocument--) | Effortlessly retrieve or update the CDR document using this intuitive property. |
3737
| [getFileFormat()](#getFileFormat--) | Retrieve the file format of the image effortlessly with this intuitive property. |
38-
| [getPageExportingAction()](#getPageExportingAction--) | Effortlessly retrieve the page exporting action associated with the image using this intuitive property. |
39-
| [setPageExportingAction(PageExportingAction value)](#setPageExportingAction-com.aspose.imaging.PageExportingAction-) | Effortlessly modify the page exporting action associated with the image using this intuitive property. |
4038
| [getDefaultOptions(Object[] args)](#getDefaultOptions-java.lang.Object---) | Retrieve the default options effortlessly with this user-friendly method. |
4139
| [cacheData()](#cacheData--) | Effortlessly cache the data to prevent additional loading from the underlying source with this user-friendly method. |
4240
| [resize(int newWidth, int newHeight, int resizeType)](#resize-int-int-int-) | Effortlessly resize the image to desired dimensions with this intuitive method. |
@@ -209,29 +207,6 @@ Retrieve the file format of the image effortlessly with this intuitive property.
209207

210208
**Returns:**
211209
long
212-
### getPageExportingAction() {#getPageExportingAction--}
213-
```
214-
public PageExportingAction getPageExportingAction()
215-
```
216-
217-
218-
Effortlessly retrieve the page exporting action associated with the image using this intuitive property. Ideal for developers seeking to customize the export behavior of pages within multi-page images, ensuring flexibility and efficiency in their applications. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.
219-
220-
**Returns:**
221-
[PageExportingAction](../../com.aspose.imaging/pageexportingaction) - the page exporting action.
222-
### setPageExportingAction(PageExportingAction value) {#setPageExportingAction-com.aspose.imaging.PageExportingAction-}
223-
```
224-
public void setPageExportingAction(PageExportingAction value)
225-
```
226-
227-
228-
Effortlessly modify the page exporting action associated with the image using this intuitive property. Ideal for developers seeking to customize the export behavior of pages within multi-page images, ensuring flexibility and efficiency in their applications. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.
229-
230-
**Parameters:**
231-
| Parameter | Type | Description |
232-
| --- | --- | --- |
233-
| value | [PageExportingAction](../../com.aspose.imaging/pageexportingaction) | the page exporting action. |
234-
235210
### getDefaultOptions(Object[] args) {#getDefaultOptions-java.lang.Object---}
236211
```
237212
public ImageOptionsBase getDefaultOptions(Object[] args)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ weight: 10
77
url: /java/com.aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer/
88
---
99
**Inheritance:**
10-
java.lang.Object
10+
java.lang.Object, [com.aspose.imaging.DisposableObject](../../com.aspose.imaging/disposableobject)
1111

1212
**All Implemented Interfaces:**
1313
[com.aspose.imaging.fileformats.cmx.objectmodel.ICmxContainer](../../com.aspose.imaging.fileformats.cmx.objectmodel/icmxcontainer)
1414
```
15-
public abstract class CmxContainer implements ICmxContainer
15+
public abstract class CmxContainer extends DisposableObject implements ICmxContainer
1616
```
1717

1818
the container for child elements.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 12
77
url: /java/com.aspose.imaging.fileformats.cmx.objectmodel/cmxgroup/
88
---
99
**Inheritance:**
10-
java.lang.Object, [com.aspose.imaging.fileformats.cmx.objectmodel.CmxContainer](../../com.aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer)
10+
java.lang.Object, [com.aspose.imaging.DisposableObject](../../com.aspose.imaging/disposableobject), [com.aspose.imaging.fileformats.cmx.objectmodel.CmxContainer](../../com.aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer)
1111
```
1212
public class CmxGroup extends CmxContainer
1313
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 13
77
url: /java/com.aspose.imaging.fileformats.cmx.objectmodel/cmxlayer/
88
---
99
**Inheritance:**
10-
java.lang.Object, [com.aspose.imaging.fileformats.cmx.objectmodel.CmxContainer](../../com.aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer)
10+
java.lang.Object, [com.aspose.imaging.DisposableObject](../../com.aspose.imaging/disposableobject), [com.aspose.imaging.fileformats.cmx.objectmodel.CmxContainer](../../com.aspose.imaging.fileformats.cmx.objectmodel/cmxcontainer)
1111
```
1212
public class CmxLayer extends CmxContainer
1313
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ weight: 15
77
url: /java/com.aspose.imaging.fileformats.cmx.objectmodel/cmxpage/
88
---
99
**Inheritance:**
10-
java.lang.Object
10+
java.lang.Object, [com.aspose.imaging.DisposableObject](../../com.aspose.imaging/disposableobject)
1111
```
12-
public class CmxPage
12+
public class CmxPage extends DisposableObject
1313
```
1414

1515
The page of the CMX document.

0 commit comments

Comments
 (0)