public class PdfDocumentInfo extends DocumentInfo
| Constructor and Description |
|---|
PdfDocumentInfo(com.aspose.pdf.Document pdf,
FileType format,
long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets author
|
double |
getHeight()
Gets page height
|
List<TableOfContentsItem> |
getTableOfContents()
Gets Table of contents
|
String |
getTitle()
Gets title
|
String |
getVersion()
Gets version
|
double |
getWidth()
Gets page width
|
boolean |
isLandscape()
Gets is page landscaped
|
boolean |
isPasswordProtected()
Gets is encrypted
|
void |
setTableOfContents(List<TableOfContentsItem> tableOfContents)
Sets Table of contents
|
getCreationDate, getFormat, getPagesCount, getProperty, getPropertyNames, getSizepublic PdfDocumentInfo(com.aspose.pdf.Document pdf,
FileType format,
long size)
public String getVersion()
public String getTitle()
public String getAuthor()
public boolean isPasswordProtected()
public boolean isLandscape()
public double getHeight()
public double getWidth()
public List<TableOfContentsItem> getTableOfContents()
public void setTableOfContents(List<TableOfContentsItem> tableOfContents)
tableOfContents - Table of contentsCopyright © 2025. All rights reserved.