note.setModificationDate(new Date());
note.setOpen(true);
// Callout.
composer.showText("Callout note annotation:", new Point(35,85));
CalloutNote calloutNote = new CalloutNote(
page,
new Rectangle(50, 100, 200, 24),
"Callout note annotation"
);
calloutNote.setJustification(CalloutNote.JustificationEnum.Right);
calloutNote.setLine(
new CalloutNote.LineObject(
page,
new Point(150,650),
new Point(100,600),
new Point(50,100)