DynamicPDF by ceTe Software

com.cete.dynamicpdf.xmp
Class BasicSchema

java.lang.Object
  extended by com.cete.dynamicpdf.xmp.XmpSchema
      extended by 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.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 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

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 DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software