public class PresentationDocumentInfo extends DocumentInfo
Constructor and Description |
---|
PresentationDocumentInfo(com.aspose.slides.Presentation presentation,
FileType format,
long size) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets author
|
String |
getTitle()
Gets title
|
boolean |
isPasswordProtected()
Gets is the document password protected
|
void |
setAuthor(String author)
Sets author
|
void |
setTitle(String title)
Sets title
|
getCreationDate, getFormat, getPagesCount, getProperty, getPropertyNames, getSize
public PresentationDocumentInfo(com.aspose.slides.Presentation presentation, FileType format, long size)
public String getTitle()
public void setTitle(String title)
title
- titlepublic String getAuthor()
public void setAuthor(String author)
author
- authorpublic boolean isPasswordProtected()
true
if document is password protected