PresentationDocumentInfo
Contents
 [
        
            Hide
        ]
    Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class PresentationDocumentInfo extends DocumentInfo
Contains Presentation document metadata
Constructors
| Constructor | Description | 
|---|---|
| PresentationDocumentInfo(Presentation presentation, FileType format, long size, boolean isPasswordProtected) | 
Methods
| 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 | 
getTitle()
public String getTitle()
Gets title
Returns: java.lang.String - title
setTitle(String title)
public void setTitle(String title)
Sets title
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| title | java.lang.String | title | 
getAuthor()
public String getAuthor()
Gets author
Returns: java.lang.String - author
setAuthor(String author)
public void setAuthor(String author)
Sets author
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| author | java.lang.String | author | 
isPasswordProtected()
public boolean isPasswordProtected()
Gets is the document password protected
Returns:
boolean - true if document is password protected