External Interfaces > RealWeb > RealWeb API > Text Formatting > Paragraph Formatting > RW_ALIGN

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RW_ALIGN (RealWeb) (rw_align.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_ALIGN


Purpose

Starts a new paragraph with the specified text alignment.

Syntax

RW_ALIGN(Alignment)

Parameters

Alignment A string containing the required alignment. Must be one of:

    "LEFT"
    "CENTER"
    "RIGHT"

Dependencies

The alignment specified will remain in force until the end of the paragraph (that is, until either RW_END_PARA is called or a new paragraph is started).

RealityV15.1 (MoTW) Revision 7Comment on this topic