Package | Description |
---|---|
com.aspose.slides.api |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
SlidesApi.GetParagraphPortion(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String folder,
String storage)
GetParagraphPortion
Reads paragraph portion in shape's textBody.
|
ResponseMessage |
SlidesApi.GetShapeParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String folder,
String storage)
GetShapeParagraph
Reads paragraph in shape's textBody.
|
ResponseMessage |
SlidesApi.GetSlidesDocument(String name,
String password,
String storage,
String folder)
GetSlidesDocument
Read presentation info.
|
ResponseMessage |
SlidesApi.GetSlidesDocumentWithFormat(String name,
String format,
Integer jpegQuality,
String password,
String storage,
String folder,
String outPath)
GetSlidesDocumentWithFormat
Export presentation to some format.
|
ResponseMessage |
SlidesApi.GetSlideShapeParagraphs(String name,
Integer slideIndex,
Integer shapeIndex,
String folder,
String storage)
GetSlideShapeParagraphs
Reads a list of paragraphs in shape's textBody.
|
ResponseMessage |
SlidesApi.GetSlideWithFormat(String name,
Integer slideIndex,
String format,
Integer width,
Integer height,
String folder,
String storage)
GetSlideWithFormat
Convert slide to some format.
|
ResponseMessage |
SlidesApi.PostSlidesDocument(String name,
String templatePath,
String templateStorage,
Boolean isImageDataEmbeeded,
String password,
String storage,
String folder,
File file)
PostSlidesDocument
Create presentation
|
ResponseMessage |
SlidesApi.PutNewPresentationFromStoredTemplate(String name,
String templatePath,
String templateStorage,
String password,
String storage,
String folder,
File file)
PutNewPresentationFromStoredTemplate
Create presentation from stored template
|
ResponseMessage |
SlidesApi.PutSetParagraphPortionProperties(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String folder,
String storage,
Portion body)
PutSetParagraphPortionProperties
Updates paragraph portion properties.
|
ResponseMessage |
SlidesApi.PutSlidesConvert(String password,
String format,
String outPath,
File file,
String fontsLocation)
PutSlidesConvert
Convert presentation from request content to format specified.
|
ResponseMessage |
SlidesApi.PutSlidesDocumentFromHtml(String name,
String password,
String storage,
String folder,
File file)
PutSlidesDocumentFromHtml
Create presentation document from html
|
ResponseMessage |
SlidesApi.PutSlideShapeInfo(String name,
Integer slideIndex,
String shapePath,
String folder,
String storage,
Shape body)
PutSlideShapeInfo
Updates shape properties.
|
Copyright © 2017. All rights reserved.