MultiPageOptions
Inheritance: java.lang.Object
public class MultiPageOptions
Base class for multiple pages supported formats
Constructors
Constructor | Description |
---|---|
MultiPageOptions() | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(int[] pages) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(int[] pages, Rectangle exportArea) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(String[] pageTitles) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(String[] pageTitles, Rectangle exportArea) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(IntRange[] ranges) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(IntRange[] ranges, Rectangle exportArea) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(IntRange range) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(IntRange range, Rectangle exportArea) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(int page) | Initializes a new instance of the MultiPageOptions class. |
MultiPageOptions(int page, Rectangle exportArea) | Initializes a new instance of the MultiPageOptions class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getExportArea() | Gets or sets the export area. |
getMergeLayers() | Gets a value indicating whether [merege layers]. |
getMode() | Gets or sets the mode. |
getOutputLayersNames() | Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd) |
getPageRasterizationOptions() | Gets the page rasterization options. |
getPageTitles() | Gets or sets the page titles. |
getPages() | Gets or sets the pages. |
getTimeInterval_internalized() | Gets the time interval. |
hashCode() | |
initPages(IntRange[] ranges) | Initializes the pages from ranges array |
notify() | |
notifyAll() | |
setExportArea(Rectangle value) | Gets or sets the export area. |
setMergeLayers(boolean value) | Sets a value indicating whether [merege layers]. |
setMode(int value) | Gets or sets the mode. |
setOutputLayersNames(String[] value) | Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd) |
setPageRasterizationOptions(VectorRasterizationOptions[] value) | Sets the page rasterization options. |
setPageTitles(String[] value) | Gets or sets the page titles. |
setPages(int[] value) | Gets or sets the pages. |
setTimeInterval_internalized(TimeInterval value) | Sets the time interval. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MultiPageOptions()
public MultiPageOptions()
Initializes a new instance of the MultiPageOptions class.
MultiPageOptions(int[] pages)
public MultiPageOptions(int[] pages)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pages | int[] | The pages. |
MultiPageOptions(int[] pages, Rectangle exportArea)
public MultiPageOptions(int[] pages, Rectangle exportArea)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pages | int[] | The array of pages. |
exportArea | Rectangle | The export area. |
MultiPageOptions(String[] pageTitles)
public MultiPageOptions(String[] pageTitles)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pageTitles | java.lang.String[] | The page titles. |
MultiPageOptions(String[] pageTitles, Rectangle exportArea)
public MultiPageOptions(String[] pageTitles, Rectangle exportArea)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
pageTitles | java.lang.String[] | The page titles. |
exportArea | Rectangle | The export area. |
MultiPageOptions(IntRange[] ranges)
public MultiPageOptions(IntRange[] ranges)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The IntRange . |
MultiPageOptions(IntRange[] ranges, Rectangle exportArea)
public MultiPageOptions(IntRange[] ranges, Rectangle exportArea)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The IntRange . |
exportArea | Rectangle | The export area. |
MultiPageOptions(IntRange range)
public MultiPageOptions(IntRange range)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
range | IntRange | The IntRange . |
MultiPageOptions(IntRange range, Rectangle exportArea)
public MultiPageOptions(IntRange range, Rectangle exportArea)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
range | IntRange | The IntRange . |
exportArea | Rectangle | The export area. |
MultiPageOptions(int page)
public MultiPageOptions(int page)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
page | int | The page index. |
MultiPageOptions(int page, Rectangle exportArea)
public MultiPageOptions(int page, Rectangle exportArea)
Initializes a new instance of the MultiPageOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
page | int | The page index. |
exportArea | Rectangle | The export area. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExportArea()
public Rectangle getExportArea()
Gets or sets the export area.
Value: The export area.
Returns: Rectangle
getMergeLayers()
public final boolean getMergeLayers()
Gets a value indicating whether [merege layers].
Value: true if [merege layers]; otherwise, false .
Returns: boolean - a value indicating whether [merege layers].
getMode()
public int getMode()
Gets or sets the mode.
Value: The mode.
Returns: int
getOutputLayersNames()
public String[] getOutputLayersNames()
Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
Value: The output layers names.
Returns: java.lang.String[]
getPageRasterizationOptions()
public final VectorRasterizationOptions[] getPageRasterizationOptions()
Gets the page rasterization options.
Returns: com.aspose.psd.imageoptions.VectorRasterizationOptions[] - the page rasterization options.
getPageTitles()
public String[] getPageTitles()
Gets or sets the page titles.
Value: The page titles.
Returns: java.lang.String[]
getPages()
public int[] getPages()
Gets or sets the pages.
Value: The pages.
Returns: int[]
getTimeInterval_internalized()
public final TimeInterval getTimeInterval_internalized()
Gets the time interval.
Value: The time interval.
Returns: TimeInterval - the time interval.
hashCode()
public native int hashCode()
Returns: int
initPages(IntRange[] ranges)
public void initPages(IntRange[] ranges)
Initializes the pages from ranges array
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The ranges. |
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setExportArea(Rectangle value)
public void setExportArea(Rectangle value)
Gets or sets the export area.
Value: The export area.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Rectangle |
setMergeLayers(boolean value)
public final void setMergeLayers(boolean value)
Sets a value indicating whether [merege layers].
Value: true if [merege layers]; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | a value indicating whether [merege layers]. |
setMode(int value)
public void setMode(int value)
Gets or sets the mode.
Value: The mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setOutputLayersNames(String[] value)
public void setOutputLayersNames(String[] value)
Gets or sets the output layers names(Works if export format supports layers naming, for example for Psd)
Value: The output layers names.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String[] |
setPageRasterizationOptions(VectorRasterizationOptions[] value)
public final void setPageRasterizationOptions(VectorRasterizationOptions[] value)
Sets the page rasterization options.
Parameters:
Parameter | Type | Description |
---|---|---|
value | VectorRasterizationOptions[] | the page rasterization options. |
setPageTitles(String[] value)
public void setPageTitles(String[] value)
Gets or sets the page titles.
Value: The page titles.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String[] |
setPages(int[] value)
public void setPages(int[] value)
Gets or sets the pages.
Value: The pages.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int[] |
setTimeInterval_internalized(TimeInterval value)
public final void setTimeInterval_internalized(TimeInterval value)
Sets the time interval.
Value: The time interval.
Parameters:
Parameter | Type | Description |
---|---|---|
value | TimeInterval | the time interval. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |