Index

DXAnnotationDL

Purpose:

The DXAnnotationDL class represents the annotation information constructor (ANNOTATIONSTRUCT). The ANNOTATIONSTRUCT data structure provides information about an annotation affiliated with an object.

Methods:

setPageNumber
setPageNumber(long aPageNumber);

Sets the page number that this annotation object refers to.

getPageNumber
long getPageNumber();

Gets the page number that this annotation object refers to.

setX
setX(short aXcoordinate);

Sets the X coordinate on the page that this annotation object refers to.

getX
short getX();

Gets the X coordinate on the page that this annotation object refers to.

setY
setY(short aYcoordinate);

Sets the Y coordinate on the page that this annotation object refers to.

getY
short getY();

Gets the Y coordinate on the page that this annotation object refers to.

setPart
setPart(long aPartNumber);

Sets the part ID of the associated object. Only positive values are valid.

getPart
long getPart();

Gets the part ID of the associated object.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.