I’m working on a web service that employs Aspose.slides and we decided to return a Presentation object from one method. I wrote the method and ran wsgen on it, and it generated this:
XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = “presentation”, propOrder = {
“activeSlideId”,
“firstSlideNumber”,
“slideSize”,
“slideSizeType”,
“slideViewType”
})
public class Presentation {
protected long activeSlideId;
protected short firstSlideNumber;
protected Point slideSize;
protected int slideSizeType;
protected int slideViewType;
[getters and setters]
I’m assuming that the Aspose library provided this expansion, but have no clue how to use it, since I need getThumbnail() and other such routines.
Dear Ken,
I have requested our development team to share their feedback in response to your query. I really appreciate your patient response and will share the response with you as soon as some information is shared by our development team.
Thanks and Regards,