AODL examples
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
- Create a Spreadsheet document and add a table with formatted cells. Show example
- Create a spreadsheet document and add a table. Show example
- Add Image Maps to your document. Show example
- Add a graphic as Illustration to your document. Show example
- Add graphics to your document. Show example
- Create a table and use cell merging. Show example
- Create a simple text table by using the TableBuilder class. Show example
- Don't do things twice. Create deep clones of any IContent object. Show example
- Accessing and manipulating common styles (style templates). Show example
- Create a Paragraph Collection from a long string by using the ParagraphBuilder. Show example
- Creating Footnotes and Endnotes. Show example
- Create any type of hyperlinks by using the XLink class. Show example
- Using the Header object and fill the heading text using the TextBuilder class. Show example
- Create a List with List Item objects. Show example
- Create a standard Paragraph with formatted text. Show example
- Create a simple Paragraph using the ParagraphBuilder. Show example
- Create a new TextDocument and use the OpenOfficeLib to do a print out. Show example
Back to AODL Wiki page.