getThumbnails

Contents
[ ]

getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting) function

Returns a Thumbnail BufferedImage objects for all slides of a presentation.

Parameters

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions 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

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.
slidesint[]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

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.
scaleXfloatThe value by which to scale this Thumbnail in the x-axis direction.
scaleYfloatThe 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

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.
slidesint[]Array with slide positions, starting from 1.
scaleXfloatThe value by which to scale this Thumbnail in the x-axis direction.
scaleYfloatThe 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

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.
imageSizeDimensionSize 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

NameTypeDescription
notesCommentsLayoutingNotesCommentsLayoutingOptionsOptions for notes and comments layouting.
slidesint[]Array with slide positions, starting from 1.
imageSizeDimensionSize of the image to create.

Result

BufferedImage


getThumbnails(RenderingOptions options) function

Returns a Thumbnail BufferedImage objects for all slides of a presentation.

Parameters

NameTypeDescription
optionsRenderingOptionsTiff options.

Result

BufferedImage


getThumbnails(RenderingOptions options, int[] slides) function

Returns a Thumbnail BufferedImage objects for specified slides of a presentation.

Parameters

NameTypeDescription
optionsRenderingOptionsTiff options.
slidesint[]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

NameTypeDescription
optionsRenderingOptionsTiff options.
scaleXfloatThe value by which to scale this Thumbnail in the x-axis direction.
scaleYfloatThe 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

NameTypeDescription
optionsRenderingOptionsTiff options.
slidesint[]Array with slide positions, starting from 1.
scaleXfloatThe value by which to scale this Thumbnail in the x-axis direction.
scaleYfloatThe 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

NameTypeDescription
optionsRenderingOptionsTiff options.
imageSizeDimensionSize 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

NameTypeDescription
optionsRenderingOptionsTiff options.
slidesint[]Array with slide positions, starting from 1.
imageSizeDimensionSize of the image to create.

Result

BufferedImage