PresentationDocumentInfo
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class PresentationDocumentInfo extends DocumentInfo
Contains Presentation document metadata
| Constructor | Description |
|---|---|
| PresentationDocumentInfo(Presentation presentation, FileType format, long size, boolean isPasswordProtected) |
| Method | Description |
|---|---|
| getTitle() | Gets title |
| setTitle(String title) | Sets title |
| getAuthor() | Gets author |
| setAuthor(String author) | Sets author |
| isPasswordProtected() | Gets is the document password protected |
PresentationDocumentInfo(Presentation presentation, FileType format, long size, boolean isPasswordProtected)
public PresentationDocumentInfo(Presentation presentation, FileType format, long size, boolean isPasswordProtected)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| presentation | com.aspose.slides.Presentation | |
| format | FileType | |
| size | long | |
| isPasswordProtected | boolean |
public String getTitle()
Gets title
Returns: java.lang.String - title
public void setTitle(String title)
Sets title
Parameters:
| Parameter | Type | Description |
|---|---|---|
| title | java.lang.String | title |
public String getAuthor()
Gets author
Returns: java.lang.String - author
public void setAuthor(String author)
Sets author
Parameters:
| Parameter | Type | Description |
|---|---|---|
| author | java.lang.String | author |
public boolean isPasswordProtected()
Gets is the document password protected
Returns:
boolean - true if document is password protected
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.