home *** CD-ROM | disk | FTP | other *** search
- //
- // para command
- //
-
- /topic PARA_COMMAND,WIN31
-
- /title The /para command
- /keywords /para;commands
- /browse commands,AUTO
-
- /para \sa300
- /text \b\i\fs40,The /para command
- /endpara
-
- /para \sa150
- The /para command has the following syntax:
- /endpara
-
- /para
- /text \b\f3,/para
- /link PARA_FORMAT_STRINGS,paragraph specific format strings
- /endpara
- /para
- ...text strings...
- /endpara
- /para \sa150
- /text \b\f3,/endpara
- /endpara
-
- /para \sa150
- The /para command is used to let the QDHELP system
- know that this is the start of a new paragraph. Inside
- of the /para command there are a number of commands that
- can be used to set up hyperlinks and popuplinks to
- other parts of the help system.
- /endpara
-
- /para \sa150
- /text \b,Command Placement
- /endpara
-
- /para \sa150
- This command must be placed after the /topic,/title,/keyword,/browse
- commands.
- /endpara
-
- /para \sa150
- /text \b,Commands used inside /para /endpara pair.
- /endpara
-
- /para \sa150
- Internal to the /para command there are a number of commands that
- can be used to create links to other parts of the help system.
- These commands are listed below.
- /endpara
-
- /para
- /link TEXT_COMMAND,/text command,line
- /link LINK_COMMAND,/link command,line
- /link POPUP_COMMAND,/popup command,line
- /link BITMAPLINK_COMMAND,/bitmaplink command,line
- /link BITMAP_COMMAND,/bitmap command,line
- /link MACROLINK_COMMAND,/macrolink command,line
- /endpara
-
- /endtopic
-
- //
- // para format strings
- //
-
- /topic PARA_FORMAT_STRINGS,WIN31
-
- /title Paragraph format strings
- /keywords rtf;format
-
- /para \sa300
- /text \b\i\fs40,Paragraph format strings
- /endpara
-
- /para \sa150 \box \brdrsh
- Here you will find a list of formatting commands
- that can be placed after the /para command. If the
- reader is familiar with the rich text format, they
- may find the look of these commands very similar.
- This is because these are RTF commands!
- /endpara
-
- /para
-
- /text \b,Paragraph Justification. \line\line
- \\ql left justified paragraph \line
- \\qr right justified paragraph \line
- \\qj justified paragraph \line
- \\qc centered paragraph \line
-
- /link PARAGRAPH_JUSTIFY_EXAMPLES,Paragraph Justify Examples
-
- \line\line
- /text \b,Paragraph Indentation \line\line
- \\fi000 first line of paragraph indent. \line
- \\li000 left indent. \line
- \\ri000 right indent \line
-
- /link PARAGRAPH_INDENT_EXAMPLES,Paragraph Indent Examples
-
- \line\line
- /text \b,Paragraph Spacing \line\line
- \\sb000 space before paragraph. \line
- \\sa000 space after paragraph. \line
- \\sl000 space between lines. \line
-
- /link PARAGRAPH_SPACING_EXAMPLES,Paragraph Spacing Examples
- \line\line
-
- /text \b,Paragraph Border Placement \line\line
- \\brdrt border on top of paragraph. \line
- \\brdrb border on bottom of paragraph. \line
- \\brdrl border on left of paragraph. \line
- \\brdrr border on right of paragraph \line
- \\box border around entire paragraph \line
-
- /link BORDER_PLACEMENT_EXAMPLES,Border Placement Examples
- \line\line
-
- /text \b,Paragraph Border Style \line\line
- \\brdrs single thick border \line
- \\brdrth thick border \line
- \\brdrsh shadow border \line
- \\brdrdb double border \line
-
- /link BORDER_STYLE_EXAMPLES,Border Style Examples
- \line\line
-
- /text \b,Paragraph Text Wrap/Scroll Control \line\line
- \\keep non scrolling region (Win 3.1) \line
- \\keep non word wraping region (Win 3.1)\line
- /link SCROLL_WRAP_EXAMPLES,Scroll Wrap Examples (Win 3.1)
-
- /endpara
-
- /endtopic
-
- //
- // paragraph justify examples
- //
-
- /topic PARAGRAPH_JUSTIFY_EXAMPLES
-
- /browse examples,AUTO
-
- /para \sa300
- /text \b,Paragraph Justification Examples.
- /endpara
-
- /para \ql\sa150 \brdrth \box
- This paragraph is left justified. This is just some
- text so that you can see that it is left justified!
- It was generated with the command
- /text \b,/para \\ql
- /endpara
-
- /para \qr\sa150 \brdrth \box
- This paragraph is right justified. This is just some
- text so that you can see that it is right justified!
- It was generated with the command
- /text \b,/para \\qr
- /endpara
-
- /para \qj\sa150 \brdrth \box
- This paragraph is justified. This is just some
- text so that you can see that it is justified!
- It was generated with the command
- /text \b,/para \\qj
- /endpara
-
- /para \qc\sa150 \brdrth \box
- This paragraph is centered. This is just some
- text so that you can see that it is centered!
- It was generated with the command
- /text \b,/para \\qc
- /endpara
-
- /endtopic
-
- //
- // paragraph indent examples
- //
-
- /topic PARAGRAPH_INDENT_EXAMPLES
-
- /browse examples,AUTO
-
- /para \sa300
- /text \b,Paragraph Indentation Examples
- /endpara
-
- /para \fi300\sa150 \brdrth \box
- This is a paragraph where the first line is indented.
- It was generated using the command
- /text \b,/para \\fi300
- where 300 is the number of
- /popuplink TWIPS,twips
- to indent the first line.
- /endpara
-
- /para \li300\sa150 \brdrth \box
- This is a paragraph that is indented on the left.
- It was generated using the command
- /text \b,/para \\li300
- where 300 is the number of
- /popuplink TWIPS,twips
- to indent the entire paragraph.
- /endpara
-
- /para \ri300\sa150 \brdrth \box
- This is a paragraph that is indented on the right.
- It was generated using the command
- /text \b,/para \\ri300
- where 300 is the number of
- /popuplink TWIPS,twips
- to indent the entire paragraph
- /endpara
-
- /endtopic
-
- //
- // paragraph spacing examples
- //
-
- /topic PARAGRAPH_SPACING_EXAMPLES
-
- /browse examples,AUTO
-
- /para \sb300
- /text \b,Paragraph Spacing Examples
- /endpara
-
- /para \sb500 \brdrth \box
- This is a paragraph with a lot of space before it.
- It was generated with the command
- /text \b,/para \\sb500
- where 500 is the number of
- /popuplink TWIPS,twips
- between the previous paragraph and this paragraph.
- /endpara
-
- /para \sa500 \brdrth \box
- This is a paragraph with a lot of space after it.
- It was generated with the command
- /text \b,/para \\sa500
- where 500 is the number of
- /popuplink TWIPS,twips
- between the previous paragraph and this paragraph.
- /endpara
-
- /para \sl450 \brdrth \box
- This is a paragraph with alot of space between the
- lines. If you only have one line resize the help
- window to a smaller size to cause more than one line
- to be used.
- This paragraph was generated with the command
- /text \b,/para \\sl450
- where 450 is the number of
- /popuplink TWIPS,twips
- between the lines.
- /endpara
-
- /endtopic
-
- //
- // border placement examples
- //
-
- /topic BORDER_PLACEMENT_EXAMPLES
-
- /browse examples,AUTO
-
- /para \sa300,\b,Paragraph Border Placement Examples
- /endpara
-
- /para \brdrt\sa150
- This is a paragraph with the border placed only on top of
- it.
- It was generated with the command
- /text \b,/para \\brdrt
- /endpara
-
- /para \brdrb\sa150
- This is a paragraph with the border placed only on the
- bottom of it.
- It was generated with the command
- /text \b,/para \\brdrb
- /endpara
-
- /para \brdrl\sa150
- This is a paragraph with the border placed only on
- the left of it.
- It was generated with the command
- /text \b,/para \\brdrl
- /endpara
-
- /para \brdrr\sa150
- This is a paragraph with the border placed only on the
- right of it.
- It was generated with the command
- /text \b,/para \\brdrr
- /endpara
-
- /para \box\sa150
- This is a paragraph with the border placed
- all the way around it.
- It was generated with the command
- /text \b,/para \\box
- /endpara
-
- /endtopic
-
- //
- // border style examples
- //
-
- /topic BORDER_STYLE_EXAMPLES
-
- /browse examples,AUTO
-
- /para \sa300,\b,Paragraph Border Style Examples
- /endpara
-
- /para \box\brdrs\sa150
- This is a paragraph with a border of single thickness
- around it. It was generated with the command
- /text \b,/para \\box\\brdrs.
- /endpara
-
- /para \box\brdrth\sa150
- This is a paragraph with a thick border around it.
- It was generated with the command
- /text \b,/para \\box\\brdrth.
- /endpara
-
- /para \box\brdrsh\sa150
- This is a paragraph with a shadow border around it.
- It was generated with the command
- /text \b,/para \\box\\brdrsh.
- /endpara
-
- /para \box\brdrdb\sa150
- This is a paragraph with a double border around it.
- It was generated with the command
- /text \b,/para \\box\\brdrdb.
- /endpara
-
- /endtopic
-
- //
- // scroll wrap examples
- //
-
- /topic SCROLL_WRAP_EXAMPLES,WIN31
-
- /browse examples,AUTO
-
- /para \keepn\sa300,\b,Paragraph Scroll Wrap Examples
- This text is non scrolling!
- /endpara
-
- /para \keep
- This text does not word wrap no matter how small you make the window. \line
- It just stays the way it is. \line
- /endpara
-
- /para
- This is just some text to scroll so you can see that the top part
- of the window does not scroll \line
- 1 \line
- 2 \line
- 3 \line
- 4 \line
- 5 \line
- 6 \line
- 7 \line
- 8 \line
- 9 \line
- 10 \line
- 11 \line
- 12 \line
- 13 \line
- 14 \line
- 15 \line
- 16 \line
- 17 \line
- 18 \line
- 19 \line
- 20 \line
- 21 \line
- 22 \line
- 23 \line
- 24 \line
- 25 \line
- 26 \line
- 27 \line
- 28 \line
- 29 \line
- 30 \line
- /endpara
-
- /endtopic
-