public class PresentationDocumentInfo extends DocumentInfo
creationDate, pagesCount| Constructor and Description |
|---|
PresentationDocumentInfo(com.aspose.slides.Presentation presentation,
FileType format,
long size,
boolean isPasswordProtected) |
| 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, getSizepublic PresentationDocumentInfo(com.aspose.slides.Presentation presentation,
FileType format,
long size,
boolean isPasswordProtected)
public String getAuthor()
public String getTitle()
public boolean isPasswordProtected()
true if document is password protectedpublic void setAuthor(String author)
author - authorpublic void setTitle(String title)
title - titleCopyright © 2024. All rights reserved.