public class PresentationDocumentInfo extends DocumentInfo
| 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 getTitle()
public void setTitle(String title)
title - titlepublic String getAuthor()
public void setAuthor(String author)
author - authorpublic boolean isPasswordProtected()
true if document is password protectedCopyright © 2025. All rights reserved.