Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OSEE/HowTo/ImportArtifacts"

< OSEE‎ | HowTo
(New page: Rules: * Paragraph number and title cannot be in the same line (paragraph) as the content. {| | WRONG: | Image:paragraph_number_wrong.png |- | RIGHT: | [[Image:paragraph_number_correct...)
 
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== SpreadsheetML ==
 +
 +
== WordML ==
 
Rules:
 
Rules:
* Paragraph number and title cannot be in the same line (paragraph) as the content.
+
* Paragraph number and title cannot be in the same line as the content (body of the artifact).
 +
*:Example:
 
{|
 
{|
 
|
 
|
Line 15: Line 19:
 
* Paragraph numbers and titles cannot be embedded into a table. Any content (i.e. table) has to be in a new line after paragraph number and title.
 
* Paragraph numbers and titles cannot be embedded into a table. Any content (i.e. table) has to be in a new line after paragraph number and title.
  
* Tables of contents need to be removed
+
* Tables of contents and any section preceding the usual "1.0 Paragraph Title" need to be removed
  
 
* Paragraph headings '''must''' be numbered
 
* Paragraph headings '''must''' be numbered
  
* For '''large imports''', we have a WordMLNewLineMaker which is a type of Rule that can be ran from command line to automatically create new lines in appropriate places on your document. We use this to perform large imports.
+
* For '''large imports''' having content in the same line as the paragraph title, we have a WordMLNewLineMaker (instance of org.eclipse.osee.framework.jdk.core.text.Rule), which will help facilitate the process.

Latest revision as of 09:37, 26 July 2012

SpreadsheetML

WordML

Rules:

  • Paragraph number and title cannot be in the same line as the content (body of the artifact).
    Example:

WRONG:

Paragraph number wrong.png

RIGHT:

Paragraph number correct.png

  • Paragraph numbers and titles cannot be embedded into a table. Any content (i.e. table) has to be in a new line after paragraph number and title.
  • Tables of contents and any section preceding the usual "1.0 Paragraph Title" need to be removed
  • Paragraph headings must be numbered
  • For large imports having content in the same line as the paragraph title, we have a WordMLNewLineMaker (instance of org.eclipse.osee.framework.jdk.core.text.Rule), which will help facilitate the process.

Back to the top