Changes between Version 1 and Version 2 of TEXT_PARAGRAPH_NEXT_STYLE_R0
- Timestamp:
- 02/06/09 16:23:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_PARAGRAPH_NEXT_STYLE_R0
v1 v2 6 6 7 7 == Overview == 8 When the user define a custom style for a paragraph and then creates second one, the style of the second paragraph should be default. This functionality should present in all cases when the user could edit text(text frame, detached text frame editor ). However if they are custom defined character appearance they shouldn't change.8 When the user define a custom style for a paragraph and then creates second one, the style of the second paragraph should be default. This functionality should present in all cases when the user could edit text(text frame, detached text frame editor etc.). However if they are custom defined character appearance they shouldn't change(same rule is applied for links). 9 9 10 10 == Task requirements == 11 ^(List the necessary requirements that the task must fulfill.)^ 11 * Provide functionality that automatically applies default paragraph style to newly created paragraphs. 12 12 13 13 == Task result == … … 15 15 16 16 == Implementation idea == 17 ^(Provide some rough implementation idea(s).)^ 17 * In order to stay remain consistence please review [[wiki:TEXT_PARAGPRAPH_FORMAT_COMMONS_R0]] and [[wiki:TEXT_PARAGRAPH_CHAR_STYLE_R0]]. 18 * Create predefine default paragraph style and apply it to a paragraph when he is created. 18 19 19 20 == Related ==