Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Paragraphs |
SlidesApi.deleteParagraph(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Remove a paragraph.
|
Paragraphs |
SlidesApi.deleteParagraphs(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape)
Remove a range of paragraphs.
|
Paragraphs |
SlidesApi.deleteSpecialSlideParagraph(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Remove a paragraph.
|
Paragraphs |
SlidesApi.deleteSpecialSlideParagraphs(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape)
Remove a range of paragraphs.
|
Paragraphs |
SlidesApi.getParagraphs(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read shape paragraphs info.
|
Paragraphs |
SlidesApi.getSpecialSlideParagraphs(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read special shape paragraphs info.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Paragraphs> |
SlidesApi.deleteParagraphsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape)
Remove a range of paragraphs.
|
ApiResponse<Paragraphs> |
SlidesApi.deleteParagraphWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Remove a paragraph.
|
ApiResponse<Paragraphs> |
SlidesApi.deleteSpecialSlideParagraphsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape)
Remove a range of paragraphs.
|
ApiResponse<Paragraphs> |
SlidesApi.deleteSpecialSlideParagraphWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape)
Remove a paragraph.
|
ApiResponse<Paragraphs> |
SlidesApi.getParagraphsWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read shape paragraphs info.
|
ApiResponse<Paragraphs> |
SlidesApi.getSpecialSlideParagraphsWithHttpInfo(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape)
Read special shape paragraphs info.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.deleteParagraphAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Remove a paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.deleteParagraphsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideParagraphAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Remove a paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.deleteSpecialSlideParagraphsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
List<Integer> paragraphs,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Remove a range of paragraphs.
|
com.squareup.okhttp.Call |
SlidesApi.getParagraphsAsync(String name,
Integer slideIndex,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Read shape paragraphs info.
|
com.squareup.okhttp.Call |
SlidesApi.getSpecialSlideParagraphsAsync(String name,
Integer slideIndex,
SpecialSlideType slideType,
Integer shapeIndex,
String password,
String folder,
String storage,
String subShape,
ApiCallback<Paragraphs> callback)
Read special shape paragraphs info.
|
Modifier and Type | Method and Description |
---|---|
Paragraphs |
Paragraphs.addParagraphLinksItem(ResourceUri paragraphLinksItem) |
Paragraphs |
Paragraphs.paragraphLinks(List<ResourceUri> paragraphLinks) |
Copyright © 2022. All rights reserved.