Packages

 

com.aspose.cad.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 or sets keywords of the document.

      • setKeywords

        public void setKeywords(String value)

        Gets or sets keywords of the document.

      • getTitle

        public String getTitle()

        Gets or sets title of the document.

      • setTitle

        public void setTitle(String value)

        Gets or sets title of the document.

      • getAuthor

        public String getAuthor()

        Gets or sets author of the document.

      • setAuthor

        public void setAuthor(String value)

        Gets or sets author of the document.

      • getSubject

        public String getSubject()

        Gets or sets subject of the document.

      • setSubject

        public void setSubject(String value)

        Gets or sets subject of the document.