SummaryInfo
Inheritance: java.lang.Object, com.aspose.pub.MetaInfo
public class SummaryInfo extends MetaInfo
Summary info
Constructors
Constructor | Description |
---|---|
SummaryInfo() |
Methods
Method | Description |
---|---|
getTitle() | The title of the document |
setTitle(String value) | Sets title of the document |
getSubject() | The subject of the document |
setSubject(String value) | Sets subject of the document |
getAuthor() | The author of the document |
setAuthor(String value) | Sets author of the document |
getKeywords() | Keywords related to the document |
setKeywords(String value) | Sets keywords related to the document |
getComments() | Comments related the document |
setComments(String value) | Sets comments related the document |
getLastAuthor() | The last author of the document |
setLastAuthor(String value) | Sets last author of the document |
getTemplate() | Application-specific template from which the document was created |
getRevNumber() | Application-specific revision number for this version of the document |
getAppName() | The name of the application that was used to create the document |
getPageCount() | The total number of pages in the document |
getWordCount() | The total number of words in the document |
getCharCount() | The total number of characters in the document |
getDocSecurity() | The document security ID Document security ID is a 32-bit signed integer representing a set of application-suggested access control flags with the following values: 0x00000001: Password protected 0x00000002: Read-only recommended 0x00000004: Read-only enforced 0x00000008: Locked for annotations |
SummaryInfo()
public SummaryInfo()
getTitle()
public final String getTitle()
The title of the document
Returns: java.lang.String - String value
setTitle(String value)
public final void setTitle(String value)
Sets title of the document
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The title of the document |
getSubject()
public final String getSubject()
The subject of the document
Returns: java.lang.String - String value
setSubject(String value)
public final void setSubject(String value)
Sets subject of the document
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The subject of the document |
getAuthor()
public final String getAuthor()
The author of the document
Returns: java.lang.String - String value
setAuthor(String value)
public final void setAuthor(String value)
Sets author of the document
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The author of the document |
getKeywords()
public final String getKeywords()
Keywords related to the document
Returns: java.lang.String - String value
setKeywords(String value)
public final void setKeywords(String value)
Sets keywords related to the document
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | Keywords related to the document |
getComments()
public final String getComments()
Comments related the document
Returns: java.lang.String - String value
setComments(String value)
public final void setComments(String value)
Sets comments related the document
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | Comments related the document |
getLastAuthor()
public final String getLastAuthor()
The last author of the document
Returns: java.lang.String - String value
setLastAuthor(String value)
public final void setLastAuthor(String value)
Sets last author of the document
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The last author of the document |
getTemplate()
public final String getTemplate()
Application-specific template from which the document was created
Returns: java.lang.String - String value
getRevNumber()
public final String getRevNumber()
Application-specific revision number for this version of the document
Returns: java.lang.String - String value
getAppName()
public final String getAppName()
The name of the application that was used to create the document
Returns: java.lang.String - String value
getPageCount()
public final int getPageCount()
The total number of pages in the document
Returns: int - int value
getWordCount()
public final int getWordCount()
The total number of words in the document
Returns: int - int value
getCharCount()
public final int getCharCount()
The total number of characters in the document
Returns: int - int value
getDocSecurity()
public final int getDocSecurity()
The document security ID Document security ID is a 32-bit signed integer representing a set of application-suggested access control flags with the following values: 0x00000001: Password protected 0x00000002: Read-only recommended 0x00000004: Read-only enforced 0x00000008: Locked for annotations
Returns: int - int value