Uploaded image for project: 'ODF Toolkit'
  1. ODF Toolkit
  2. ODFTOOLKIT-115

Setting syle like bold, font size, is too hard/complicated

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • odfdom-0.8.5
    • None
    • java
    • None
    • Operating System: All
      Platform: All
    • 184

    Description

      The convenience API does not make the setting of style easy enough. Too much of the underlying ODF style model has to be learned and understood by the user.

      Additional APIs are needed to hide this complexity.

      For example, to make a table cell bold, I want something like:

      cell.setStyle( BOLD, true ) ;

      or cell.makeBold( true ) ;

      Under the covers, the toolkit should map these APIs to the appropriate lower level API calls but the user should not have to learn them.

      For me this is a major inhibitor to using the Toolkit more.

      Attachments

        Issue Links

          Activity

            People

              svanteschubert@odftoolkit.org Svante Schubert
              kelvin@odftoolkit.org kelvin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: