You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Documenting without Editor > Formatting Comments > Text Formatting > Character and Paragraph Formatting Tags
Close
Doc-O-Matic 10
Align Example

To align paragraphs you can use the align, justify and center DTX tags, as in the following example:

// This is the first paragraph. // <align right>This paragraph will be // aligned right </align>

You can also use XML compatible tags to align paragraphs, as in the following example:

// This is the first paragraph. // <paraattr align=right>This paragraph will be aligned right // </paraattr>
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.