How can I set presentation size?

Hello

My English ability is very poor. sorry

I survey ppt java library.

When I see your api, I can't find how to set presentation size

like (A4, B5, A3......)

or setSize(width, height)

is it possible?

how can I set my presentation size?

You can use Presentation.setSlideSize function. But it will change only slide size without changing position and size of all shapes on a slide.

Standard values are:

OnScreen: Width 5760, Height 4320
A4: Width 6240, Height 4320
Slide35mm: Width 6480, Height 4320
Banner: Width 4608, Height 576

Also you can use any custom values.