|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.xmp.XmpSchema com.cete.dynamicpdf.xmp.BasicSchema
public class 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.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 |
---|
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.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 | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |