getThumbnails
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting) function
Returns a Thumbnail BufferedImage objects for all slides of a presentation.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
Result
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, int[] slides) function
Returns a Thumbnail BufferedImage objects for specified slides of a presentation.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
slides | int[] | Array with slide positions, starting from 1. |
Result
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, float scaleX, float scaleY) function
Returns a Thumbnail BufferedImage objects for all slides of a presentation with custom scaling.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Result
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, int[] slides, float scaleX, float scaleY) function
Returns a Thumbnail BufferedImage objects for specified slides of a presentation with custom scaling.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
slides | int[] | Array with slide positions, starting from 1. |
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Result
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, Dimension imageSize) function
Returns a Thumbnail BufferedImage objects for all slides of a presentation with specified size.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
imageSize | Dimension | Size of the image to create. |
Result
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, int[] slides, Dimension imageSize) function
Returns a Thumbnail BufferedImage objects for specified slides of a presentation with specified size.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
slides | int[] | Array with slide positions, starting from 1. |
imageSize | Dimension | Size of the image to create. |
Result
BufferedImage
getThumbnails(RenderingOptions options) function
Returns a Thumbnail BufferedImage objects for all slides of a presentation.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Tiff options. |
Result
BufferedImage
getThumbnails(RenderingOptions options, int[] slides) function
Returns a Thumbnail BufferedImage objects for specified slides of a presentation.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Tiff options. |
slides | int[] | Array with slide positions, starting from 1. |
Result
BufferedImage
getThumbnails(RenderingOptions options, float scaleX, float scaleY) function
Returns a Thumbnail BufferedImage objects for all slides of a presentation with custom scaling.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Tiff options. |
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Result
BufferedImage
getThumbnails(RenderingOptions options, int[] slides, float scaleX, float scaleY) function
Returns a Thumbnail BufferedImage objects for specified slides of a presentation with custom scaling.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Tiff options. |
slides | int[] | Array with slide positions, starting from 1. |
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Result
BufferedImage
getThumbnails(RenderingOptions options, Dimension imageSize) function
Returns a Thumbnail BufferedImage objects for all slides of a presentation with specified size.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Tiff options. |
imageSize | Dimension | Size of the image to create. |
Result
BufferedImage
getThumbnails(RenderingOptions options, int[] slides, Dimension imageSize) function
Returns a Thumbnail BufferedImage objects for specified slides of a presentation with specified size.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Tiff options. |
slides | int[] | Array with slide positions, starting from 1. |
imageSize | Dimension | Size of the image to create. |
Result
BufferedImage