getThumbnails
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting) method
Returns a Thumbnail BufferedImage objects for all slides of a presentation.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
Returns
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, int[] slides) method
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. |
Returns
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, float scaleX, float scaleY) method
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. |
Returns
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, int[] slides, float scaleX, float scaleY) method
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. |
Returns
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, Dimension imageSize) method
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. |
Returns
BufferedImage
getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, int[] slides, Dimension imageSize) method
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. |
Returns
BufferedImage
getThumbnails(RenderingOptions options) method
Returns a Thumbnail BufferedImage objects for all slides of a presentation.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Tiff options. |
Returns
BufferedImage
getThumbnails(RenderingOptions options, int[] slides) method
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. |
Returns
BufferedImage
getThumbnails(RenderingOptions options, float scaleX, float scaleY) method
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. |
Returns
BufferedImage
getThumbnails(RenderingOptions options, int[] slides, float scaleX, float scaleY) method
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. |
Returns
BufferedImage
getThumbnails(RenderingOptions options, Dimension imageSize) method
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. |
Returns
BufferedImage
getThumbnails(RenderingOptions options, int[] slides, Dimension imageSize) method
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. |
Returns
BufferedImage