Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
TextBounds |
SlidesApi.getParagraphRectangle(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
TextBounds |
SlidesApi.getPortionRectangle(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<TextBounds> |
SlidesApi.getParagraphRectangleWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
ApiResponse<TextBounds> |
SlidesApi.getPortionRectangleWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage)
Return coordinates of rect that bounds paragraph.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.getParagraphRectangleAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
String password,
String folder,
String storage,
ApiCallback<TextBounds> callback)
Return coordinates of rect that bounds paragraph.
|
com.squareup.okhttp.Call |
SlidesApi.getPortionRectangleAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer paragraphIndex,
Integer portionIndex,
String password,
String folder,
String storage,
ApiCallback<TextBounds> callback)
Return coordinates of rect that bounds paragraph.
|
Modifier and Type | Method and Description |
---|---|
TextBounds |
TextBounds.height(Double height) |
TextBounds |
TextBounds.width(Double width) |
TextBounds |
TextBounds.x(Double x) |
TextBounds |
TextBounds.y(Double y) |
Copyright © 2022. All rights reserved.