com.aspose.pub

Class SummaryInfo



  • public class SummaryInfo
    extends MetaInfo

    Summary info

    • Constructor Detail

      • SummaryInfo

        public SummaryInfo()
    • Method Detail

      • getTitle

        public final String getTitle()

        The title of the document

        Returns:
        String value
      • setTitle

        public final void setTitle(String value)

        Sets title of the document

        Parameters:
        value - The title of the document
      • getSubject

        public final String getSubject()

        The subject of the document

        Returns:
        String value
      • setSubject

        public final void setSubject(String value)

        Sets subject of the document

        Parameters:
        value - The subject of the document
      • getAuthor

        public final String getAuthor()

        The author of the document

        Returns:
        String value
      • setAuthor

        public final void setAuthor(String value)

        Sets author of the document

        Parameters:
        value - The author of the document
      • getKeywords

        public final String getKeywords()

        Keywords related to the document

        Returns:
        String value
      • setKeywords

        public final void setKeywords(String value)

        Sets keywords related to the document

        Parameters:
        value - Keywords related to the document
      • getComments

        public final String getComments()

        Comments related the document

        Returns:
        String value
      • setComments

        public final void setComments(String value)

        Sets comments related the document

        Parameters:
        value - Comments related the document
      • getLastAuthor

        public final String getLastAuthor()

        The last author of the document

        Returns:
        String value
      • setLastAuthor

        public final void setLastAuthor(String value)

        Sets last author of the document

        Parameters:
        value - The last author of the document
      • getTemplate

        public final String getTemplate()

        Application-specific template from which the document was created

        Returns:
        String value
      • getRevNumber

        public final String getRevNumber()

        Application-specific revision number for this version of the document

        Returns:
        String value
      • getAppName

        public final String getAppName()

        The name of the application that was used to create the document

        Returns:
        String value
      • getPageCount

        public final int getPageCount()

        The total number of pages in the document

        Returns:
        int value
      • getWordCount

        public final int getWordCount()

        The total number of words in the document

        Returns:
        int value
      • getCharCount

        public final int getCharCount()

        The total number of characters in the document

        Returns:
        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 value