examples.html (06006ce9) | examples.html (d353e71e) |
---|---|
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2<!-- 3#************************************************************** 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 282 unchanged lines hidden (view full) --- 291 documents to a favored document type.</td> 292 </tr> 293 <tr> 294 <td class="cell20"><a href="java/DocumentHandling/" title="link to the source directory of the Java DocumentHandling examples">DocumentLoader</a></td> 295 <td class="cell80">The <i>DocumentLoader</i> can open a new or an 296 existing document.</td> 297 </tr> 298 <tr> | 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2<!-- 3#************************************************************** 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 282 unchanged lines hidden (view full) --- 291 documents to a favored document type.</td> 292 </tr> 293 <tr> 294 <td class="cell20"><a href="java/DocumentHandling/" title="link to the source directory of the Java DocumentHandling examples">DocumentLoader</a></td> 295 <td class="cell80">The <i>DocumentLoader</i> can open a new or an 296 existing document.</td> 297 </tr> 298 <tr> |
299 <td class="cell20"><a href="java/DocumentHandling/"title="link to the source directory of the Java DocumentHandling examples">DocumentPrinter</a></td> | 299 <td class="cell20"><a href="java/DocumentHandling/" title="link to the source directory of the Java DocumentHandling examples">DocumentPrinter</a></td> |
300 <td class="cell80">The <i>DocumentPrinter</i> allows you to print the 301 favored pages of a specified document on your favored printer.</td> 302 </tr> 303 <tr> 304 <td class="cell20"><a href="java/DocumentHandling/" title="link to the source directory of the Java DocumentHandling examples">DocumentSaver</a></td> 305 <td class="cell80">The DocumentSaver shows how to save a document and 306 how you can change the type of your document.</td> 307 </tr> --- 111 unchanged lines hidden (view full) --- 419 <td> 420 <table class="table4"> 421 <tbody> 422 <tr class="thead"> 423 <td class="cell20">Example</td> 424 <td class="cell80">Description</td> 425 </tr> 426 <tr> | 300 <td class="cell80">The <i>DocumentPrinter</i> allows you to print the 301 favored pages of a specified document on your favored printer.</td> 302 </tr> 303 <tr> 304 <td class="cell20"><a href="java/DocumentHandling/" title="link to the source directory of the Java DocumentHandling examples">DocumentSaver</a></td> 305 <td class="cell80">The DocumentSaver shows how to save a document and 306 how you can change the type of your document.</td> 307 </tr> --- 111 unchanged lines hidden (view full) --- 419 <td> 420 <table class="table4"> 421 <tbody> 422 <tr class="thead"> 423 <td class="cell20">Example</td> 424 <td class="cell80">Description</td> 425 </tr> 426 <tr> |
427 <td class="cell20"><a href="cpp/DocumentLoader/"title="link to the source directory of the C++ DocumentLoader example">DocumentLoader</a></td> | 427 <td class="cell20"><a href="cpp/DocumentLoader/" title="link to the source directory of the C++ DocumentLoader example">DocumentLoader</a></td> |
428 <td class="cell80">This component works the same as the appropriate Java 429 example, but is implemented in C++.</td> 430 </tr> 431 <tr> 432 <td class="cell20"><a href="cpp/counter/" title="link to the source directory of the C++ counter example">Counter</a></td> 433 <td class="cell80">This demo shows how to implement a very simple UNO 434 component and how to access the UNO component from an executable.</td> 435 </tr> --- 342 unchanged lines hidden --- | 428 <td class="cell80">This component works the same as the appropriate Java 429 example, but is implemented in C++.</td> 430 </tr> 431 <tr> 432 <td class="cell20"><a href="cpp/counter/" title="link to the source directory of the C++ counter example">Counter</a></td> 433 <td class="cell80">This demo shows how to implement a very simple UNO 434 component and how to access the UNO component from an executable.</td> 435 </tr> --- 342 unchanged lines hidden --- |