Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
DocumentProperty |
SlidesApi.getDocumentProperty(String name,
String propertyName,
String password,
String folder,
String storage)
Read presentation document property.
|
DocumentProperty |
SlidesApi.setDocumentProperty(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage)
Set document property.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DocumentProperty> |
SlidesApi.getDocumentPropertyWithHttpInfo(String name,
String propertyName,
String password,
String folder,
String storage)
Read presentation document property.
|
ApiResponse<DocumentProperty> |
SlidesApi.setDocumentPropertyWithHttpInfo(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage)
Set document property.
|
Modifier and Type | Method and Description |
---|---|
DocumentProperty |
SlidesApi.setDocumentProperty(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage)
Set document property.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertyAsync(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage,
ApiCallback<DocumentProperty> callback)
Set document property.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertyCall(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setDocumentProperty
|
ApiResponse<DocumentProperty> |
SlidesApi.setDocumentPropertyWithHttpInfo(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage)
Set document property.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.getDocumentPropertyAsync(String name,
String propertyName,
String password,
String folder,
String storage,
ApiCallback<DocumentProperty> callback)
Read presentation document property.
|
com.squareup.okhttp.Call |
SlidesApi.setDocumentPropertyAsync(String name,
String propertyName,
DocumentProperty property,
String password,
String folder,
String storage,
ApiCallback<DocumentProperty> callback)
Set document property.
|
Modifier and Type | Method and Description |
---|---|
DocumentProperty |
DocumentProperty.builtIn(Boolean builtIn) |
DocumentProperty |
DocumentProperty.name(String name) |
DocumentProperty |
DocumentProperty.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<DocumentProperty> |
DocumentProperties.getList()
Document property list.
|
Modifier and Type | Method and Description |
---|---|
DocumentProperties |
DocumentProperties.addListItem(DocumentProperty listItem) |
Modifier and Type | Method and Description |
---|---|
DocumentProperties |
DocumentProperties.list(List<DocumentProperty> list) |
void |
DocumentProperties.setList(List<DocumentProperty> list) |
Copyright © 2022. All rights reserved.