);
composer.setFont(font,12);
// Note.
composer.showText("Note annotation:", new Point(35,35));
Note note = new Note(
page,
new Point(50, 50),
"Note annotation"
);
note.setIconType(Note.IconTypeEnum.Help);
note.setModificationDate(new Date());
note.setOpen(true);
// Callout.
composer.showText("Callout note annotation:", new Point(35,85));
CalloutNote calloutNote = new CalloutNote(
page,