Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
ProtectionProperties |
SlidesApi.deleteProtection(String name,
String password,
String folder,
String storage)
Resets all presentation protection settings.
|
ProtectionProperties |
SlidesApi.getProtectionProperties(String name,
String password,
String folder,
String storage)
Read presentation protection properties.
|
ProtectionProperties |
SlidesApi.setProtection(String name,
ProtectionProperties dto,
String password,
String folder,
String storage)
Updates presentation protection properties.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ProtectionProperties> |
SlidesApi.deleteProtectionWithHttpInfo(String name,
String password,
String folder,
String storage)
Resets all presentation protection settings.
|
ApiResponse<ProtectionProperties> |
SlidesApi.getProtectionPropertiesWithHttpInfo(String name,
String password,
String folder,
String storage)
Read presentation protection properties.
|
ApiResponse<ProtectionProperties> |
SlidesApi.setProtectionWithHttpInfo(String name,
ProtectionProperties dto,
String password,
String folder,
String storage)
Updates presentation protection properties.
|
Modifier and Type | Method and Description |
---|---|
ProtectionProperties |
SlidesApi.setProtection(String name,
ProtectionProperties dto,
String password,
String folder,
String storage)
Updates presentation protection properties.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionAsync(String name,
ProtectionProperties dto,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Updates presentation protection properties.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionCall(String name,
ProtectionProperties dto,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setProtection
|
File |
SlidesApi.setProtectionOnline(byte[] document,
ProtectionProperties dto,
String password)
Sets presentation protection options.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionOnlineAsync(byte[] document,
ProtectionProperties dto,
String password,
ApiCallback<File> callback)
Sets presentation protection options.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionOnlineCall(byte[] document,
ProtectionProperties dto,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setProtectionOnline
|
ApiResponse<File> |
SlidesApi.setProtectionOnlineWithHttpInfo(byte[] document,
ProtectionProperties dto,
String password)
Sets presentation protection options.
|
ApiResponse<ProtectionProperties> |
SlidesApi.setProtectionWithHttpInfo(String name,
ProtectionProperties dto,
String password,
String folder,
String storage)
Updates presentation protection properties.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.deleteProtectionAsync(String name,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Resets all presentation protection settings.
|
com.squareup.okhttp.Call |
SlidesApi.getProtectionPropertiesAsync(String name,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Read presentation protection properties.
|
com.squareup.okhttp.Call |
SlidesApi.setProtectionAsync(String name,
ProtectionProperties dto,
String password,
String folder,
String storage,
ApiCallback<ProtectionProperties> callback)
Updates presentation protection properties.
|
Modifier and Type | Method and Description |
---|---|
ProtectionProperties |
ProtectionProperties.encryptDocumentProperties(Boolean encryptDocumentProperties) |
ProtectionProperties |
ProtectionProperties.isEncrypted(Boolean isEncrypted) |
ProtectionProperties |
ProtectionProperties.isWriteProtected(Boolean isWriteProtected) |
ProtectionProperties |
ProtectionProperties.readOnlyRecommended(Boolean readOnlyRecommended) |
ProtectionProperties |
ProtectionProperties.readPassword(String readPassword) |
ProtectionProperties |
ProtectionProperties.writePassword(String writePassword) |
Copyright © 2023. All rights reserved.