public class WordProcessingDocumentInfo extends DocumentInfo
creationDate, pagesCount| Constructor and Description |
|---|
WordProcessingDocumentInfo(com.aspose.words.Document wordprocessing,
boolean isPasswordProtected,
FileType format,
long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets author
|
int |
getLines()
Gets lines count
|
List<TableOfContentsItem> |
getTableOfContents()
Table of contents
|
String |
getTitle()
Gets title
|
int |
getWords()
Gets words count
|
boolean |
isPasswordProtected()
Gets is document password protected
|
getCreationDate, getFormat, getPagesCount, getProperty, getPropertyNames, getSizepublic WordProcessingDocumentInfo(com.aspose.words.Document wordprocessing,
boolean isPasswordProtected,
FileType format,
long size)
public String getAuthor()
public int getLines()
public List<TableOfContentsItem> getTableOfContents()
public String getTitle()
public int getWords()
public boolean isPasswordProtected()
true if document is password protectedCopyright © 2024. All rights reserved.