public class WordprocessingDocumentInfo extends DocumentInfo
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, getSize
public WordprocessingDocumentInfo(com.aspose.words.Document wordprocessing, boolean isPasswordProtected, FileType format, long size)
public int getWords()
public int getLines()
public String getTitle()
public String getAuthor()
public boolean isPasswordProtected()
true
if document is password protectedpublic List<TableOfContentsItem> getTableOfContents()
Copyright © 2022. All rights reserved.