Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Paragraph |
SlidesApi.getNotesSlideShapeParagraph(com.aspose.slides.model.request.GetNotesSlideShapeParagraphRequest request)
Read shape paragraph info.
|
Paragraph |
SlidesApi.getSlideShapeParagraph(com.aspose.slides.model.request.GetSlideShapeParagraphRequest request)
Read shape paragraph info.
|
Paragraph |
SlidesApi.getSlideSubshapeParagraph(com.aspose.slides.model.request.GetSlideSubshapeParagraphRequest request)
Read shape paragraph info (for smart art and group shapes).
|
Paragraph |
SlidesApi.postAddNewParagraph(com.aspose.slides.model.request.PostAddNewParagraphRequest request)
Creates new paragraph.
|
Paragraph |
SlidesApi.postAddNewSubshapeParagraph(com.aspose.slides.model.request.PostAddNewSubshapeParagraphRequest request)
Creates new paragraph (for smart art and group shapes).
|
Paragraph |
SlidesApi.postNotesSlideAddNewParagraph(com.aspose.slides.model.request.PostNotesSlideAddNewParagraphRequest request)
Creates new paragraph.
|
Paragraph |
SlidesApi.putSetParagraphProperties(com.aspose.slides.model.request.PutSetParagraphPropertiesRequest request)
Update paragraph properties.
|
Paragraph |
SlidesApi.putSetSubshapeParagraphProperties(com.aspose.slides.model.request.PutSetSubshapeParagraphPropertiesRequest request)
Update paragraph properties (for smart art and group shapes).
|
Paragraph |
SlidesApi.putUpdateNotesSlideShapeParagraph(com.aspose.slides.model.request.PutUpdateNotesSlideShapeParagraphRequest request)
Update paragraph properties.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Paragraph> |
SlidesApi.getNotesSlideShapeParagraphWithHttpInfo(com.aspose.slides.model.request.GetNotesSlideShapeParagraphRequest request)
Read shape paragraph info.
|
ApiResponse<Paragraph> |
SlidesApi.getSlideShapeParagraphWithHttpInfo(com.aspose.slides.model.request.GetSlideShapeParagraphRequest request)
Read shape paragraph info.
|
ApiResponse<Paragraph> |
SlidesApi.getSlideSubshapeParagraphWithHttpInfo(com.aspose.slides.model.request.GetSlideSubshapeParagraphRequest request)
Read shape paragraph info (for smart art and group shapes).
|
ApiResponse<Paragraph> |
SlidesApi.postAddNewParagraphWithHttpInfo(com.aspose.slides.model.request.PostAddNewParagraphRequest request)
Creates new paragraph.
|
ApiResponse<Paragraph> |
SlidesApi.postAddNewSubshapeParagraphWithHttpInfo(com.aspose.slides.model.request.PostAddNewSubshapeParagraphRequest request)
Creates new paragraph (for smart art and group shapes).
|
ApiResponse<Paragraph> |
SlidesApi.postNotesSlideAddNewParagraphWithHttpInfo(com.aspose.slides.model.request.PostNotesSlideAddNewParagraphRequest request)
Creates new paragraph.
|
ApiResponse<Paragraph> |
SlidesApi.putSetParagraphPropertiesWithHttpInfo(com.aspose.slides.model.request.PutSetParagraphPropertiesRequest request)
Update paragraph properties.
|
ApiResponse<Paragraph> |
SlidesApi.putSetSubshapeParagraphPropertiesWithHttpInfo(com.aspose.slides.model.request.PutSetSubshapeParagraphPropertiesRequest request)
Update paragraph properties (for smart art and group shapes).
|
ApiResponse<Paragraph> |
SlidesApi.putUpdateNotesSlideShapeParagraphWithHttpInfo(com.aspose.slides.model.request.PutUpdateNotesSlideShapeParagraphRequest request)
Update paragraph properties.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.getNotesSlideShapeParagraphAsync(com.aspose.slides.model.request.GetNotesSlideShapeParagraphRequest request,
ApiCallback<Paragraph> callback)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideShapeParagraphAsync(com.aspose.slides.model.request.GetSlideShapeParagraphRequest request,
ApiCallback<Paragraph> callback)
Read shape paragraph info.
|
com.squareup.okhttp.Call |
SlidesApi.getSlideSubshapeParagraphAsync(com.aspose.slides.model.request.GetSlideSubshapeParagraphRequest request,
ApiCallback<Paragraph> callback)
Read shape paragraph info (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.postAddNewParagraphAsync(com.aspose.slides.model.request.PostAddNewParagraphRequest request,
ApiCallback<Paragraph> callback)
Creates new paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.postAddNewSubshapeParagraphAsync(com.aspose.slides.model.request.PostAddNewSubshapeParagraphRequest request,
ApiCallback<Paragraph> callback)
Creates new paragraph (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.postNotesSlideAddNewParagraphAsync(com.aspose.slides.model.request.PostNotesSlideAddNewParagraphRequest request,
ApiCallback<Paragraph> callback)
Creates new paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.putSetParagraphPropertiesAsync(com.aspose.slides.model.request.PutSetParagraphPropertiesRequest request,
ApiCallback<Paragraph> callback)
Update paragraph properties.
|
com.squareup.okhttp.Call |
SlidesApi.putSetSubshapeParagraphPropertiesAsync(com.aspose.slides.model.request.PutSetSubshapeParagraphPropertiesRequest request,
ApiCallback<Paragraph> callback)
Update paragraph properties (for smart art and group shapes).
|
com.squareup.okhttp.Call |
SlidesApi.putUpdateNotesSlideShapeParagraphAsync(com.aspose.slides.model.request.PutUpdateNotesSlideShapeParagraphRequest request,
ApiCallback<Paragraph> callback)
Update paragraph properties.
|
Copyright © 2021. All rights reserved.