Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions english/java/com.aspose.psd.imageoptions/bmpoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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()
Expand All @@ -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--}
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -435,8 +444,6 @@ public void setPalette(IColorPalette value)

Gets or sets the color palette.

Value: The color palette.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
Expand Down Expand Up @@ -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 |
| --- | --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -625,8 +634,6 @@ public void setPalette(IColorPalette value)

Gets or sets the color palette.

Value: The color palette.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
Expand Down Expand Up @@ -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 |
| --- | --- | --- |
Expand Down
21 changes: 13 additions & 8 deletions english/java/com.aspose.psd.imageoptions/gifoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -554,8 +563,6 @@ public void setPalette(IColorPalette value)

Gets or sets the color palette.

Value: The color palette.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
Expand Down Expand Up @@ -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 |
| --- | --- | --- |
Expand Down
21 changes: 13 additions & 8 deletions english/java/com.aspose.psd.imageoptions/jpeg2000options/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -483,8 +492,6 @@ public void setPalette(IColorPalette value)

Gets or sets the color palette.

Value: The color palette.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
Expand Down Expand Up @@ -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 |
| --- | --- | --- |
Expand Down
21 changes: 13 additions & 8 deletions english/java/com.aspose.psd.imageoptions/jpegoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -778,8 +787,6 @@ public void setPalette(IColorPalette value)

Gets or sets the color palette.

Value: The color palette.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
Expand Down Expand Up @@ -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 |
| --- | --- | --- |
Expand Down
21 changes: 13 additions & 8 deletions english/java/com.aspose.psd.imageoptions/pdfoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -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--}
Expand Down Expand Up @@ -435,8 +444,6 @@ public void setPalette(IColorPalette value)

Gets or sets the color palette.

Value: The color palette.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
Expand Down Expand Up @@ -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 |
| --- | --- | --- |
Expand Down
Loading