DynamicPDF by ceTe Software

com.cete.dynamicpdf.xmp
Class BasicSchema

java.lang.Object
  |
  +--com.cete.dynamicpdf.xmp.XmpSchema
        |
        +--com.cete.dynamicpdf.xmp.BasicSchema

public class BasicSchema
extends XmpSchema

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:

View Example


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()
          Gets the date and time the resource was originally created.
 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)
          Sets the date and time the resource was originally created.
 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

getAdvisory

public XmpArray getAdvisory()

Sets the Advisory property to specify properties that were edited outside the authoring application.

Returns:
the XmpArray data type to add the Advisory property value.
See Also:
XmpArray

getCreationDate

public java.util.Date getCreationDate()

Gets the date and time the resource was originally created.

Returns:
the date and time the resource was originally created.

setCreationDate

public void setCreationDate(java.util.Date creationDate)

Sets the date and time the resource was originally created.

Parameters:
creationDate - Date object in a specified format.

getNickname

public java.lang.String getNickname()

Gets a short informal name for the resource.

Returns:
A short informal name for the resource.

setNickname

public void setNickname(java.lang.String nickname)

Sets a short informal name for the resource.

Parameters:
nickname - Specifying a short informal name for the resource.

getThumbnails

public XmpThumbnail getThumbnails()

Sets an alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.

Returns:
the XmpThumbnail data type to set thumbnails properties.
See Also:
XmpThumbnail

draw

protected void draw(XmpWriter xwriter)

Draws the Basic Schema to the given XmpWriter object.

Specified by:
draw in class XmpSchema
Parameters:
xwriter - XmpWriter object to receive the Basic Schema's output.
See Also:
XmpWriter

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.3 for Java generated on March 22, 2007
© Copyright 2007, ceTe Software