|
<< Click to Display Table of Contents >> Navigation: Common vpxPrint tags > Justification and characters alignment > <INDENT> |
This tag allows to manage paragraphs, the insertion of bullets or numbering of paragraphs within a .
Syntax:
<INDENT[Cxx
nnn]>
Defines a new level of indentation or adjusts the indentation to the value of the previous one and starts a new paragraph.
<INDENT=C5> defines a point of indentation at column 5 of the current frame,
<INDENT=12> "" "" at 12 millimeters or inches (depending on <UNITS>) from the left side of the frame
</INDENT> stops the indentation.
Example:
<#1><R+30><C+40><FRAME#1><USE#1> define a new frame
<JUSTIFY> set the justify mode
<U>First paragraph:</U> [CR]
<INDENT=C10>This is the content of the first paragraph. bla bla bla........... [CR] defines the indentation at column 10 of the frame
and bla bla bla</INDENT> [CR][CR]
<U>Second paragraph:</U> [CR]
<INDENT>This is the content of the second paragraph. bla bla bla........... [CR] (<INDENT=C10>)
and bla bla bla</INDENT> [CR]
...
Result:

Numbering of paragraphs:
<#1><R+30><C+40><FRAME#1><USE#1> define a new frame
<JUSTIFY> set the justify mode
<B>1.</B><INDENT=C3>This is the content of the first paragraph. bla bla bla........... [CR] defines the indentation at column 10 of the frame
and bla bla bla</INDENT> [CR][CR]
<B>2.</B><INDENT>This is the content of the second paragraph. bla bla bla........... [CR] (<INDENT=C10>)
and bla bla bla</INDENT> [CR]
...
Result:

