NOA (Nice Office Access) Examples

In order to compile and run the different examples you must add all libraries of the lib directory to your classpath.

Presentation examples

Snippet1 This code snippet creates an inpress document and exports the new document to pdf.

Text examples

Snippet2 This code snippet creates a new text document.
Snippet3 See how you can add some text to a text document.
Snippet4 This code snippet adds a close listener to a text document
and shows how to react on events.
Snippet5 Come in touch with tables.
Snippet6 This code snippet shows how you can handle with the content of tables.
Snippet7 More work with text content.
Snippet8 Format your text content.
Snippet9 First contact with paragraphs.
Snippet10 A snippet in order to open an existing text document.
Snippet11 This snippet shows how you can work with formulas in text tables.
Snippet12 Perform a search within a document. since 2.0.6
Snippet16 This snippet shows how you can create a table and make the first three line table header style.
Snippet17 This snippet shows how you can insert an image with an URL or an InputStream.

Calc examples

Snippet15 This code snippet shows how to insert data in a calc document. Currently with UNO API access as it is not yet implemented in NOA.

Base examples

Snippet13 This code snippet creates a base document and stores it.

UI examples

Snippet14 This code snippet shows how it is possible to disable commands in the user interface. since 2.0.6

Copyright 2003-2006 IOn AG