Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
DocumentProperties |
SlidesApi.deleteDocumentProperties(String name,
String password,
String folder,
String storage)
Clean document properties.
|
DocumentProperties |
SlidesApi.deleteDocumentProperty(String name,
String propertyName,
String password,
String folder,
String storage)
Delete document property.
|
DocumentProperties |
SlidesApi.getDocumentProperties(String name,
String password,
String folder,
String storage)
Read presentation document properties.
|
DocumentProperties |
SlidesApi.setDocumentProperties(String name,
DocumentProperties properties,
String password,
String folder,
String storage)
Set document properties.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DocumentProperties> |
SlidesApi.deleteDocumentPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Clean document properties.
|
ApiResponse<DocumentProperties> |
SlidesApi.deleteDocumentPropertyWithHttpInfo(String name,
String propertyName,
String password,
String folder,
String storage)
Delete document property.
|
ApiResponse<DocumentProperties> |
SlidesApi.getDocumentPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation document properties.
|
ApiResponse<DocumentProperties> |
SlidesApi.setDocumentPropertiesWithHttpInfo(String name,
DocumentProperties properties,
String password,
String folder,
String storage)
Set document properties.
|
Modifier and Type | Method and Description |
---|---|
DocumentProperties |
SlidesApi.setDocumentProperties(String name,
DocumentProperties properties,
String password,
String folder,
String storage)
Set document properties.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertiesAsync(String name,
DocumentProperties properties,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Set document properties.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertiesCall(String name,
DocumentProperties properties,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setDocumentProperties
|
ApiResponse<DocumentProperties> |
SlidesApi.setDocumentPropertiesWithHttpInfo(String name,
DocumentProperties properties,
String password,
String folder,
String storage)
Set document properties.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.deleteDocumentPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Clean document properties.
|
com.squareup.okhttp.Call |
SlidesApi.deleteDocumentPropertyAsync(String name,
String propertyName,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Delete document property.
|
com.squareup.okhttp.Call |
SlidesApi.getDocumentPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Read presentation document properties.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertiesAsync(String name,
DocumentProperties properties,
String password,
String folder,
String storage,
ApiCallback<DocumentProperties> callback)
Set document properties.
|
Modifier and Type | Method and Description |
---|---|
DocumentProperties |
DocumentProperties.addListItem(DocumentProperty listItem) |
DocumentProperties |
DocumentProperties.list(List<DocumentProperty> list) |
Copyright © 2022. All rights reserved.