Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The following section describes how to style document body content using styles found on the Body tab of the eXtyles style palette.



Headings (Head 1- Head 6)

The following Word sample shows the use of the Head1 paragraph style (Heading 1 on the eXtyles style palette).

During XML export, the Head1 style will be tagged as <title> within <title-group> at the start of a new <section>; for example,

<section snum="I" secnum="2.1">
<title-group>I <title>Introduction</title> [§ <number>2.1</number>]</title-group>

Notice that the snum and secnum attributes are automatically populated from the Word content (i.e., the heading number I and the section number 2.1).

eXtyles will populate the snum and secnum values so long as they are present in the Word document. If a heading in the Word document is not numbered, the snum attribute in the XML will be empty (same for the section number/secnum).

This behavior is the same for all styles Heading 1 through 6. For example,

On This Page

  • No labels