getThumbnails

Contents
[ ]

getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting) method

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

Parameters

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

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

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.

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

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.

Returns

BufferedImage


getThumbnails(NotesCommentsLayoutingOptions notesCommentsLayouting, Dimension imageSize) method

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.

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

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

Returns

BufferedImage


getThumbnails(RenderingOptions options) method

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

Parameters

NameTypeDescription
optionsRenderingOptionsTiff options.

Returns

BufferedImage


getThumbnails(RenderingOptions options, int[] slides) method

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

Parameters

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

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.

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

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.

Returns

BufferedImage


getThumbnails(RenderingOptions options, Dimension imageSize) method

Returns a Thumbnail BufferedImage objects for all slides of a presentation with specified size.

Parameters

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

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

Returns

BufferedImage