Difference between revisions of "AODL examples"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 
<ol>
 
<ol>
<li>Create a Spreadsheet document and add a table with formated cells. [[AODL example 1|Show example]]</li>
+
<li>Create a Spreadsheet document and add a table with formatted cells. [[AODL example 1|Show example]]</li>
 
<li>Create a spreadsheet document and add a table. [[AODL example 2|Show example]]</li>
 
<li>Create a spreadsheet document and add a table. [[AODL example 2|Show example]]</li>
 
<li>Add Image Maps to your document. [[AODL example 3|Show example]]</li>
 
<li>Add Image Maps to your document. [[AODL example 3|Show example]]</li>
<li>Add a graphic as Illustration to you document. [[AODL example 4|Show example]]</li>
+
<li>Add a graphic as Illustration to your document. [[AODL example 4|Show example]]</li>
 
<li>Add graphics to your document. [[AODL example 5|Show example]]</li>
 
<li>Add graphics to your document. [[AODL example 5|Show example]]</li>
 
<li>Create a table and use cell merging. [[AODL example 6|Show example]]</li>
 
<li>Create a table and use cell merging. [[AODL example 6|Show example]]</li>
Line 14: Line 14:
 
<li>Using the Header object and fill the heading text using the TextBuilder class. [[AODL example 13|Show example]]</li>
 
<li>Using the Header object and fill the heading text using the TextBuilder class. [[AODL example 13|Show example]]</li>
 
<li>Create a List with List Item objects. [[AODL example 14|Show example]]</li>
 
<li>Create a List with List Item objects. [[AODL example 14|Show example]]</li>
<li>Create a standard Paragraph with formated text. [[AODL example 15|Show example]]</li>
+
<li>Create a standard Paragraph with formatted text. [[AODL example 15|Show example]]</li>
 
<li>Create a simple Paragraph using the ParagraphBuilder. [[AODL example 16|Show example]]</li>
 
<li>Create a simple Paragraph using the ParagraphBuilder. [[AODL example 16|Show example]]</li>
 
<li>Create a new TextDocument and use the OpenOfficeLib to do a print out. [[AODL example 17|Show example]]</li>
 
<li>Create a new TextDocument and use the OpenOfficeLib to do a print out. [[AODL example 17|Show example]]</li>

Latest revision as of 12:48, 22 May 2022

  1. Create a Spreadsheet document and add a table with formatted cells. Show example
  2. Create a spreadsheet document and add a table. Show example
  3. Add Image Maps to your document. Show example
  4. Add a graphic as Illustration to your document. Show example
  5. Add graphics to your document. Show example
  6. Create a table and use cell merging. Show example
  7. Create a simple text table by using the TableBuilder class. Show example
  8. Don't do things twice. Create deep clones of any IContent object. Show example
  9. Accessing and manipulating common styles (style templates). Show example
  10. Create a Paragraph Collection from a long string by using the ParagraphBuilder. Show example
  11. Creating Footnotes and Endnotes. Show example
  12. Create any type of hyperlinks by using the XLink class. Show example
  13. Using the Header object and fill the heading text using the TextBuilder class. Show example
  14. Create a List with List Item objects. Show example
  15. Create a standard Paragraph with formatted text. Show example
  16. Create a simple Paragraph using the ParagraphBuilder. Show example
  17. Create a new TextDocument and use the OpenOfficeLib to do a print out. Show example


Back to AODL Wiki page.

Personal tools