From odf-commits-return-138-apmail-incubator-odf-commits-archive=incubator.apache.org@incubator.apache.org Fri Sep 2 08:20:31 2011 Return-Path: X-Original-To: apmail-incubator-odf-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-odf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 489137C14 for ; Fri, 2 Sep 2011 08:20:31 +0000 (UTC) Received: (qmail 32815 invoked by uid 500); 2 Sep 2011 08:20:30 -0000 Delivered-To: apmail-incubator-odf-commits-archive@incubator.apache.org Received: (qmail 32784 invoked by uid 500); 2 Sep 2011 08:20:26 -0000 Mailing-List: contact odf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: odf-dev@incubator.apache.org Delivered-To: mailing list odf-commits@incubator.apache.org Received: (qmail 32773 invoked by uid 99); 2 Sep 2011 08:20:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 08:20:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 08:20:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3F96D238889B for ; Fri, 2 Sep 2011 08:19:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r795149 - in /websites/production/odftoolkit: ./ content/odftoolkit/simple/demo/index.html Date: Fri, 02 Sep 2011 08:19:54 -0000 To: odf-commits@incubator.apache.org From: devinhan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110902081954.3F96D238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: devinhan Date: Fri Sep 2 08:19:53 2011 New Revision: 795149 Log: Publishing merge to odftoolkit site by devinhan Modified: websites/production/odftoolkit/ (props changed) websites/production/odftoolkit/content/odftoolkit/simple/demo/index.html Propchange: websites/production/odftoolkit/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Fri Sep 2 08:19:53 2011 @@ -1 +1 @@ -/websites/staging/odftoolkit/trunk:794771-795093 +/websites/staging/odftoolkit/trunk:794771-795148 Modified: websites/production/odftoolkit/content/odftoolkit/simple/demo/index.html ============================================================================== --- websites/production/odftoolkit/content/odftoolkit/simple/demo/index.html (original) +++ websites/production/odftoolkit/content/odftoolkit/simple/demo/index.html Fri Sep 2 08:19:53 2011 @@ -78,147 +78,101 @@
- - - - - - Samples - SimpleODF - - - - -
-
-
-
-
-
- -
-
- -Simple Demos - -

-
-
The demos of simple java API for ODF project are shown here. Each demo contains the overview of the demo, the code introduction and the code downloading resource. -

-
-
+

Demos

+

The demos of simple java API for ODF project are shown here. Each demo contains the overview of the demo, the code introduction and the code downloading resource.

  • -
    9. Automatically Formatting a Document
    -
    +Automatically Formatting a Document

    +
    +
    It's a commen scenario that we need apply some necessary styles for plain text to improve its appearance. In this demo, a text document is created using plain text from a text file. The new document looks orderly and beautiful than before.
    -More... +More...
  • +
  • -
    8. Create Analysis Report with Charts
    -
    +Create Analysis Report with Charts

    +
    +
    In this demo, we will show how to create charts in presentation document, text document and spreadsheet document. Charts data is from a spreadsheet document. You can chose a cell range and using the values of these cells to generate a chart. It's easy and convenient.
    -More... +More...
  • +
  • -
    7. Add 2D barcode image to a slide
    -
    +Add 2D barcode image to a slide

    +
    +
    We get the author contact information from the metadata of a presentation document. With a RESTful web service, a 2D bar code image is generated based on these information. With image API, the bar code image will be added to the first slide of this presentation at last.
    -More... +More...
  • +
  • -
    6. Offer Letter with Text Fields
    -
    +Offer Letter with Text Fields

    +
    +
    We have introduced several samples about how to use Simple ODF API to generate document from the predefined templete. But sounds like, we never talk about how to create a template document using Simple ODF API. Today, let's do it!
    -More... +More...
  • +
  • -
    5. Booking Sheet with Text Box
    -
    -
    This demo is similar with Demo3: Navigation API in Hotel Receipt. The different is that text box is included in the document template, so that we can show the text box feature in Simple ODF. Besides, this demo also shows the collaboration method between spreadsheet and text document templete. +Booking Sheet with Text Box

    +
    +
    +
    This demo is similar with demo: Navigation API in Hotel Receipt. The different is that text box is included in the document template, so that we can show the text box feature in Simple ODF. Besides, this demo also shows the collaboration method between spreadsheet and text document templete.
    -More... +More...
  • +
  • -
    4. Multiple Presentations Assembler
    -
    +Multiple Presentations Assembler

    +
    +
    If you make a lot of presentations in your daily work, you know that you don't always create a presentation from scratch. This demo shows how to assemble several different presentations together to make a new presentation using Simple ODF.
    -More... +More...
  • +
  • -
    3. List and Table Conversion
    -
    +List and Table Conversion

    +
    +
    Starting in version 0.4, we have added methods to support bullet, numbered and image lists. This includes frequently used features for processing lists and list item. This demo is designed to show the power of List API and help you learn how to use it.
    -More... +More...
  • +
  • -
    2. Navigation API in Hotel Receipt
    -
    +Navigation API in Hotel Receipt

    +
    +
    This demo is a simple template application about hotel receipt. By loading the configuration file and navigating the hotel receipt template, this demo could generate the ODF documents.
    -More... +More...
  • +
  • -
    1. Persentation Extraction and Combination
    -
    +Persentation Extraction and Combination

    +
    +
    To show the operation of Presentation in Simple API, the Presentation Codmbination demo is used which combine two independent presentation documents together and extract the notes of each slide out to a Text document.
    -More... +More...
-
+
-
-
-
-
- -
-
- -