Packages

 

com.aspose.imaging.fileformats.pdf

Class PdfDocumentInfo



  • public class PdfDocumentInfo
    extends Object

    This class represents set of metadata for document description.

    • Constructor Detail

      • PdfDocumentInfo

        public PdfDocumentInfo()
    • Method Detail

      • getKeywords

        public String getKeywords()

        Gets keywords of the document.

        Returns:
        The keywords of the document.
      • setKeywords

        public void setKeywords(String value)

        Sets keywords of the document.

        Parameters:
        value - The keywords of the document.
      • getTitle

        public String getTitle()

        Gets title of the document.

        Returns:
        The title of the document.
      • setTitle

        public void setTitle(String value)

        Sets title of the document.

        Parameters:
        value - The title of the document.
      • getAuthor

        public String getAuthor()

        Gets author of the document.

        Returns:
        The author of the document.
      • setAuthor

        public void setAuthor(String value)

        Sets author of the document.

        Parameters:
        value - The author of the document.
      • getSubject

        public String getSubject()

        Gets subject of the document.

        Returns:
        The subject of the document.
      • setSubject

        public void setSubject(String value)

        Gets or sets subject of the document.

        Parameters:
        value - The subject of the document.