From 91d734a95c5245daee1a7c9f55fdb7a9c979c8e4 Mon Sep 17 00:00:00 2001 From: Nikita Bazhenov Date: Fri, 27 Feb 2026 15:19:46 +0300 Subject: [PATCH] Update of Java API reference to 26.2 --- .../bmpoptions/_index.md | 21 ++++++++++------ .../cmxrasterizationoptions/_index.md | 21 ++++++++++------ .../gifoptions/_index.md | 21 ++++++++++------ .../jpeg2000options/_index.md | 21 ++++++++++------ .../jpegoptions/_index.md | 21 ++++++++++------ .../pdfoptions/_index.md | 21 ++++++++++------ .../pngoptions/_index.md | 21 ++++++++++------ .../psdoptions/_index.md | 25 +++++++++++-------- .../tiffoptions/_index.md | 17 ++++++++++--- .../vectorrasterizationoptions/_index.md | 21 ++++++++++------ .../com.aspose.psd/imageoptionsbase/_index.md | 21 ++++++++++------ 11 files changed, 145 insertions(+), 86 deletions(-) diff --git a/english/java/com.aspose.psd.imageoptions/bmpoptions/_index.md b/english/java/com.aspose.psd.imageoptions/bmpoptions/_index.md index 3f1bab7a3b..4d1fad133b 100644 --- a/english/java/com.aspose.psd.imageoptions/bmpoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/bmpoptions/_index.md @@ -37,6 +37,7 @@ The bmp file format creation options. | [getDefaultReplacementFont()](#getDefaultReplacementFont--) | Gets or sets the default replacement font (font that will be used to draw text when exporting to raster, if existing layer font in PSD file is not presented in system). | | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | | [getPalette()](#getPalette--) | Gets or sets the color palette. | | [getProgressEventHandler()](#getProgressEventHandler--) | Gets or sets the progress event handler. | @@ -222,6 +223,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getMultiPageOptions() {#getMultiPageOptions--} ``` public final MultiPageOptions getMultiPageOptions() @@ -240,8 +253,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getProgressEventHandler() {#getProgressEventHandler--} @@ -286,8 +297,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXmpData() {#getXmpData--} @@ -435,8 +444,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -493,8 +500,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/cmxrasterizationoptions/_index.md b/english/java/com.aspose.psd.imageoptions/cmxrasterizationoptions/_index.md index 52d3112791..3807d610de 100644 --- a/english/java/com.aspose.psd.imageoptions/cmxrasterizationoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/cmxrasterizationoptions/_index.md @@ -40,6 +40,7 @@ the CMX exporter options. | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getDrawColor()](#getDrawColor--) | Gets a foreground color. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | | [getPageHeight()](#getPageHeight--) | Gets the page height. | | [getPageSize()](#getPageSize--) | Gets the page size. | @@ -270,6 +271,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getMultiPageOptions() {#getMultiPageOptions--} ``` public final MultiPageOptions getMultiPageOptions() @@ -318,8 +331,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getPositioning() {#getPositioning--} @@ -398,8 +409,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXmpData() {#getXmpData--} @@ -625,8 +634,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -726,8 +733,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/gifoptions/_index.md b/english/java/com.aspose.psd.imageoptions/gifoptions/_index.md index 63bbd6c8f8..2b1a5a1a2e 100644 --- a/english/java/com.aspose.psd.imageoptions/gifoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/gifoptions/_index.md @@ -38,6 +38,7 @@ The gif file format creation options. | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getDoPaletteCorrection()](#getDoPaletteCorrection--) | Gets or sets a value indicating whether palette correction is applied. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getInterlaced()](#getInterlaced--) | True if image should be interlaced. | | [getMaxDiff()](#getMaxDiff--) | Gets or sets the maximum allowed pixel difference. | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | @@ -248,6 +249,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getInterlaced() {#getInterlaced--} ``` public boolean getInterlaced() @@ -286,8 +299,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getPixelAspectRatio() {#getPixelAspectRatio--} @@ -344,8 +355,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXmpData() {#getXmpData--} @@ -554,8 +563,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -653,8 +660,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/jpeg2000options/_index.md b/english/java/com.aspose.psd.imageoptions/jpeg2000options/_index.md index b07348ee2b..3c1161e99e 100644 --- a/english/java/com.aspose.psd.imageoptions/jpeg2000options/_index.md +++ b/english/java/com.aspose.psd.imageoptions/jpeg2000options/_index.md @@ -38,6 +38,7 @@ The Jpeg2000 file format options. | [getDefaultReplacementFont()](#getDefaultReplacementFont--) | Gets or sets the default replacement font (font that will be used to draw text when exporting to raster, if existing layer font in PSD file is not presented in system). | | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getIrreversible()](#getIrreversible--) | Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default). | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | | [getPalette()](#getPalette--) | Gets or sets the color palette. | @@ -236,6 +237,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getIrreversible() {#getIrreversible--} ``` public boolean getIrreversible() @@ -264,8 +277,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getProgressEventHandler() {#getProgressEventHandler--} @@ -310,8 +321,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXmpData() {#getXmpData--} @@ -483,8 +492,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -541,8 +548,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/jpegoptions/_index.md b/english/java/com.aspose.psd.imageoptions/jpegoptions/_index.md index 08a2a61edf..338638aee5 100644 --- a/english/java/com.aspose.psd.imageoptions/jpegoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/jpegoptions/_index.md @@ -43,6 +43,7 @@ The jpeg file format create options. | [getExifData()](#getExifData--) | Get or set exif data container | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | | [getHorizontalSampling()](#getHorizontalSampling--) | Gets the horizontal subsamplings for each component. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getJfif()](#getJfif--) | Gets the jfif. | | [getJpegLsAllowedLossyError()](#getJpegLsAllowedLossyError--) | Gets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification). | | [getJpegLsInterleaveMode()](#getJpegLsInterleaveMode--) | Gets the JPEG-LS interleave mode. | @@ -317,6 +318,18 @@ Gets the horizontal subsamplings for each component. **Returns:** byte[] +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getJfif() {#getJfif--} ``` public JFIFData getJfif() @@ -375,8 +388,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getPreblendAlphaIfPresent() {#getPreblendAlphaIfPresent--} @@ -491,8 +502,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getVerticalSampling() {#getVerticalSampling--} @@ -778,8 +787,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -914,8 +921,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/pdfoptions/_index.md b/english/java/com.aspose.psd.imageoptions/pdfoptions/_index.md index d7784956df..b0201eaf81 100644 --- a/english/java/com.aspose.psd.imageoptions/pdfoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/pdfoptions/_index.md @@ -35,6 +35,7 @@ The PDF options. | [getDefaultReplacementFont()](#getDefaultReplacementFont--) | Gets or sets the default replacement font (font that will be used to draw text when exporting to raster, if existing layer font in PSD file is not presented in system). | | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | | [getPageSize()](#getPageSize--) | Gets the size of the page. | | [getPalette()](#getPalette--) | Gets or sets the color palette. | @@ -201,6 +202,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getMultiPageOptions() {#getMultiPageOptions--} ``` public final MultiPageOptions getMultiPageOptions() @@ -231,8 +244,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getPdfCoreOptions() {#getPdfCoreOptions--} @@ -297,8 +308,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXmpData() {#getXmpData--} @@ -435,8 +444,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -519,8 +526,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/pngoptions/_index.md b/english/java/com.aspose.psd.imageoptions/pngoptions/_index.md index 94af20fe49..4c7d59c6cb 100644 --- a/english/java/com.aspose.psd.imageoptions/pngoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/pngoptions/_index.md @@ -44,6 +44,7 @@ The png file format create options. | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getFilterType()](#getFilterType--) | Gets or sets the filter type used during png file save process. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | | [getPalette()](#getPalette--) | Gets or sets the color palette. | | [getProgressEventHandler()](#getProgressEventHandler--) | Gets or sets the progress event handler. | @@ -262,6 +263,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getMultiPageOptions() {#getMultiPageOptions--} ``` public final MultiPageOptions getMultiPageOptions() @@ -280,8 +293,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getProgressEventHandler() {#getProgressEventHandler--} @@ -336,8 +347,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXmpData() {#getXmpData--} @@ -511,8 +520,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -582,8 +589,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/psdoptions/_index.md b/english/java/com.aspose.psd.imageoptions/psdoptions/_index.md index 81c4481ba4..a39585dbcc 100644 --- a/english/java/com.aspose.psd.imageoptions/psdoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/psdoptions/_index.md @@ -41,6 +41,7 @@ The psd file format create options. | [getDefaultReplacementFont()](#getDefaultReplacementFont--) | Gets or sets the default replacement font (font that will be used to draw text when exporting to raster, if existing layer font in PSD file is not presented in system). | | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | | [getPalette()](#getPalette--) | Gets or sets the color palette. | | [getProgressEventHandler()](#getProgressEventHandler--) | Gets or sets the progress event handler. | @@ -293,6 +294,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getMultiPageOptions() {#getMultiPageOptions--} ``` public final MultiPageOptions getMultiPageOptions() @@ -311,8 +324,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getProgressEventHandler() {#getProgressEventHandler--} @@ -379,7 +390,7 @@ public final ResourceBlock[] getResources() ``` -Gets or sets the psd resources. +Gets or sets the psd resources. If value: NULL - than save the original ImageResources (default behavior) Not Empty - than save the resources passed into this property + [required resources] Empty - than only [required resources] be saved. Required resources: ResolutionInfoResource, XmpResource Value: The psd resources. @@ -417,8 +428,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getVersion() {#getVersion--} @@ -633,8 +642,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -719,7 +726,7 @@ public final void setResources(ResourceBlock[] value) ``` -Gets or sets the psd resources. +Gets or sets the psd resources. If value: NULL - than save the original ImageResources (default behavior) Not Empty - than save the resources passed into this property + [required resources] Empty - than only [required resources] be saved. Required resources: ResolutionInfoResource, XmpResource Value: The psd resources. @@ -766,8 +773,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/tiffoptions/_index.md b/english/java/com.aspose.psd.imageoptions/tiffoptions/_index.md index 2120639799..361b11248b 100644 --- a/english/java/com.aspose.psd.imageoptions/tiffoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/tiffoptions/_index.md @@ -64,6 +64,7 @@ The tiff file format options. Note that width and height tags will get overwritt | [getHalfToneHints()](#getHalfToneHints--) | Gets or sets the halftone hints. | | [getIccProfile()](#getIccProfile--) | Gets the icc profile stream. | | [getIccProfile_internalized()](#getIccProfile-internalized--) | | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getImageDescription()](#getImageDescription--) | Gets or sets the image description. | | [getImageLength()](#getImageLength--) | Gets or sets the image length. | | [getImageWidth()](#getImageWidth--) | Gets or sets the image width. | @@ -639,6 +640,18 @@ public System.IO.MemoryStream getIccProfile_internalized() **Returns:** com.aspose.ms.System.IO.MemoryStream +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getImageDescription() {#getImageDescription--} ``` public String getImageDescription() @@ -1071,8 +1084,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXPAuthor() {#getXPAuthor--} @@ -2067,8 +2078,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd.imageoptions/vectorrasterizationoptions/_index.md b/english/java/com.aspose.psd.imageoptions/vectorrasterizationoptions/_index.md index c263ae9f78..f894c2d024 100644 --- a/english/java/com.aspose.psd.imageoptions/vectorrasterizationoptions/_index.md +++ b/english/java/com.aspose.psd.imageoptions/vectorrasterizationoptions/_index.md @@ -41,6 +41,7 @@ The vector rasterization options. | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getDrawColor()](#getDrawColor--) | Gets a foreground color. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | | [getPageHeight()](#getPageHeight--) | Gets the page height. | | [getPageSize()](#getPageSize--) | Gets the page size. | @@ -280,6 +281,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getMultiPageOptions() {#getMultiPageOptions--} ``` public final MultiPageOptions getMultiPageOptions() @@ -328,8 +341,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getPositioning() {#getPositioning--} @@ -408,8 +419,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXmpData() {#getXmpData--} @@ -635,8 +644,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -736,8 +743,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | diff --git a/english/java/com.aspose.psd/imageoptionsbase/_index.md b/english/java/com.aspose.psd/imageoptionsbase/_index.md index dfabea6653..e63d990059 100644 --- a/english/java/com.aspose.psd/imageoptionsbase/_index.md +++ b/english/java/com.aspose.psd/imageoptionsbase/_index.md @@ -32,6 +32,7 @@ The image base options. | [getDefaultReplacementFont()](#getDefaultReplacementFont--) | Gets or sets the default replacement font (font that will be used to draw text when exporting to raster, if existing layer font in PSD file is not presented in system). | | [getDisposed()](#getDisposed--) | Gets a value indicating whether this instance is disposed. | | [getFullFrame()](#getFullFrame--) | Gets a value indicating whether [full frame]. | +| [getIgnoreAfterCreate_internalized()](#getIgnoreAfterCreate-internalized--) | Gets or sets a value indicating whether ignore after create event. | | [getMultiPageOptions()](#getMultiPageOptions--) | The multipage options | | [getPalette()](#getPalette--) | Gets or sets the color palette. | | [getProgressEventHandler()](#getProgressEventHandler--) | Gets or sets the progress event handler. | @@ -174,6 +175,18 @@ Value: true if [full frame]; otherwise, false . **Returns:** boolean - a value indicating whether [full frame]. +### getIgnoreAfterCreate_internalized() {#getIgnoreAfterCreate-internalized--} +``` +public final boolean getIgnoreAfterCreate_internalized() +``` + + +Gets or sets a value indicating whether ignore after create event. + +Value: true if ignore after create event; otherwise, false . + +**Returns:** +boolean ### getMultiPageOptions() {#getMultiPageOptions--} ``` public final MultiPageOptions getMultiPageOptions() @@ -192,8 +205,6 @@ public IColorPalette getPalette() Gets or sets the color palette. -Value: The color palette. - **Returns:** [IColorPalette](../../com.aspose.psd/icolorpalette) ### getProgressEventHandler() {#getProgressEventHandler--} @@ -238,8 +249,6 @@ public final VectorRasterizationOptions getVectorRasterizationOptions() Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Returns:** [VectorRasterizationOptions](../../com.aspose.psd.imageoptions/vectorrasterizationoptions) ### getXmpData() {#getXmpData--} @@ -361,8 +370,6 @@ public void setPalette(IColorPalette value) Gets or sets the color palette. -Value: The color palette. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- | @@ -419,8 +426,6 @@ public final void setVectorRasterizationOptions(VectorRasterizationOptions value Gets or sets the vector rasterization options. -Value: The vector rasterization options. - **Parameters:** | Parameter | Type | Description | | --- | --- | --- |