|
DynamicPDF by ceTe Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cete.dynamicpdf.xmp.XmpSchema | +--com.cete.dynamicpdf.xmp.BasicSchema
Class represents the XMP Basic Schema. The XMP Basic Schema contains properties that provide basic descriptive information.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
protected void |
draw(XmpWriter xwriter)
Draws the Basic Schema to the given XmpWriter object. |
XmpArray |
getAdvisory()
Sets the Advisory property to specify properties that were edited outside the authoring application. |
java.util.Date |
getCreationDate()
Deprecated. As of DynamicPDF v5.0.0 |
java.lang.String |
getNickname()
Gets a short informal name for the resource. |
XmpThumbnail |
getThumbnails()
Sets an alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding. |
void |
setCreationDate(java.util.Date creationDate)
Deprecated. As of DynamicPDF v5.0.0 |
void |
setNickname(java.lang.String nickname)
Sets a short informal name for the resource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public XmpArray getAdvisory()
Sets the Advisory property to specify properties that were edited outside the authoring application.
XmpArray
data type to add the Advisory property value.XmpArray
public java.util.Date getCreationDate()
Gets the date and time the resource was originally created.
public void setCreationDate(java.util.Date creationDate)
Sets the date and time the resource was originally created.
creationDate
- Date object in a specified format.public java.lang.String getNickname()
Gets a short informal name for the resource.
public void setNickname(java.lang.String nickname)
Sets a short informal name for the resource.
nickname
- Specifying a short informal name for the resource.public XmpThumbnail getThumbnails()
Sets an alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
XmpThumbnail
data type to set thumbnails properties.XmpThumbnail
protected void draw(XmpWriter xwriter)
Draws the Basic Schema to the given XmpWriter
object.
draw
in class XmpSchema
xwriter
- XmpWriter
object to receive the
Basic Schema's output.XmpWriter
|
DynamicPDF by ceTe Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |