| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=TEXT_PARAGRAPH_ALIGN_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | = Analysis = |
| 6 | |
| 7 | == Overview == |
| 8 | User should be able to specify alignment of specific paragraph directly in to text halo menu.[[BR]] |
| 9 | Available values should be: |
| 10 | * Left |
| 11 | * Right |
| 12 | * Center |
| 13 | * Justified |
| 14 | |
| 15 | It is recommended that paragraph settings hud includes text alignment values, even if they are duplicated in the text halo menu. |
| 16 | |
| 17 | == Task requirements == |
| 18 | * Provide to the user the ability to manage paragraph alignment. Add easy to use controls in the paragraph settings hud and text halo menu. |
| 19 | |
| 20 | == Task result == |
| 21 | * The result should be code. |
| 22 | |
| 23 | == Implementation idea == |
| 24 | * Review [[wiki:TEXT_PARAGPRAPH_FORMAT_COMMONS_R0]] and don't get in to a conflict with implementation of this task. |
| 25 | * Also review what is implemented at this point. |
| 26 | * If there is a need review http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/text/StyleConstants.html |
| 27 | |
| 28 | == Related == |
| 29 | [[wiki:TEXT_PARAGPRAPH_FORMAT_COMMONS_R0]][[BR]] |
| 30 | [[wiki:TEXT_PARAGRAPH_SPACING_R0]][[BR]] |
| 31 | [[wiki:TEXT_PARAGRAPH_STYLE_TEMPLATES_R0]][[BR]] |
| 32 | [[wiki:TEXT_PARAGRAPH_CHAR_STYLE_R0]][[BR]] |
| 33 | [[wiki:TEXT_PARAGRAPH_NEXT_STYLE_R0]][[BR]][[BR]] |
| 34 | |
| 35 | [[wiki:DETACHED_TEXT_FRAME_EDITOR_R0]] |
| 36 | |
| 37 | == How to demo == |
| 38 | * Run the application |
| 39 | * Create a new book and place text frame inside |
| 40 | * Populate some lorem ipsum text inside with a number of paragraphs(lorem ipsum generator --> http://www.lipsum.com/) |
| 41 | * Open the paragraph settings hud and manipulate alignment controls. |
| 42 | |
| 43 | = Design = |
| 44 | ^(Describe your design here.)^ |
| 45 | |
| 46 | = Implementation = |
| 47 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 48 | |
| 49 | = Testing = |
| 50 | ^(Place the testing results here.)^ |
| 51 | |
| 52 | = Comments = |
| 53 | ^(Write comments for this or later revisions here.) |