Measurement units of the aspose slides table

Hi,

I am using aspose.slides for java and want to create a table.
I have seen the example in the wiki which is

//Setting table parameters
int xPosition=880;
int yPosition=1400;
int tableWidth=4000;
int tableHeight=500;

Please tell me how to determine what this coordinates and dimensions represent.
Are the pixels or mm or cm or … ?

Dear gtzotchev,

Thanks for considering Aspose.Slides for JAVA.

It’s pixels and resolution of slides is 576 pixels per inch.