Es werden alle Annotationen vom Dokument in ein Datenobjekt geschrieben.

Codebeispiel:

DefaultWriterControls controls = new DefaultWriterControls();
// Ausgabeformat:
// für CM 7 Umfeld: Format.CM7 (Standard)
// für CM 8 Umfeld: Format.CM8
controls.getSettings(CMAnnotationWriterSettings.class).setFormat(Format.CM8);
CMAnnotationWriter writer = new CMAnnotationWriter();
writer.write(<<Document-Instanz>>, <<Outputstream>>, controls);
[jadice document platform Version 5.4.2.13: Dokumentation für Entwickler. Veröffentlicht: 2020-04-08]
loading table of contents...