PdfDocumentInfo
Contents
[
Hide
]Inheritance: java.lang.Object
public class PdfDocumentInfo
This class represents set of metadata for document description.
Constructors
Constructor | Description |
---|---|
PdfDocumentInfo() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAuthor() | Gets author of the document. |
getClass() | |
getKeywords() | Gets keywords of the document. |
getSubject() | Gets subject of the document. |
getTitle() | Gets title of the document. |
hashCode() | |
notify() | |
notifyAll() | |
setAuthor(String value) | Sets author of the document. |
setKeywords(String value) | Sets keywords of the document. |
setSubject(String value) | Gets or sets subject of the document. |
setTitle(String value) | Sets title of the document. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
PdfDocumentInfo()
public PdfDocumentInfo()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAuthor()
public String getAuthor()
Gets author of the document.
Returns: java.lang.String - The author of the document.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getKeywords()
public String getKeywords()
Gets keywords of the document.
Returns: java.lang.String - The keywords of the document.
getSubject()
public String getSubject()
Gets subject of the document.
Returns: java.lang.String - The subject of the document.
getTitle()
public String getTitle()
Gets title of the document.
Returns: java.lang.String - The title of the document.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAuthor(String value)
public void setAuthor(String value)
Sets author of the document.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The author of the document. |
setKeywords(String value)
public void setKeywords(String value)
Sets keywords of the document.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The keywords of the document. |
setSubject(String value)
public void setSubject(String value)
Gets or sets subject of the document.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The subject of the document. |
setTitle(String value)
public void setTitle(String value)
Sets title of the document.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The title of the document. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |