Package com.aspose.cad.cloud.model
Class PdfDocumentInfo
- java.lang.Object
-
- com.aspose.cad.cloud.model.PdfDocumentInfo
-
public class PdfDocumentInfo extends Object
PdfDocumentInfo
-
-
Constructor Summary
Constructors Constructor Description PdfDocumentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfDocumentInfo
author(String author)
boolean
equals(Object o)
String
getAuthor()
Get authorString
getKeywords()
Get keywordsString
getSubject()
Get subjectString
getTitle()
Get titleint
hashCode()
PdfDocumentInfo
keywords(String keywords)
void
setAuthor(String author)
void
setKeywords(String keywords)
void
setSubject(String subject)
void
setTitle(String title)
PdfDocumentInfo
subject(String subject)
PdfDocumentInfo
title(String title)
String
toString()
-
-
-
Method Detail
-
keywords
public PdfDocumentInfo keywords(String keywords)
-
getKeywords
public String getKeywords()
Get keywords- Returns:
- keywords
-
setKeywords
public void setKeywords(String keywords)
-
title
public PdfDocumentInfo title(String title)
-
getTitle
public String getTitle()
Get title- Returns:
- title
-
setTitle
public void setTitle(String title)
-
author
public PdfDocumentInfo author(String author)
-
getAuthor
public String getAuthor()
Get author- Returns:
- author
-
setAuthor
public void setAuthor(String author)
-
subject
public PdfDocumentInfo subject(String subject)
-
getSubject
public String getSubject()
Get subject- Returns:
- subject
-
setSubject
public void setSubject(String subject)
-
-