Contents
- Index
- Previous
- Next
Justify property
Declaration
property Justify: TJustify;
Description
Gets or sets the alignment of the selected paragraph.
Setting the property adds an ALIGN attribute to the container (<P> or <DIV>) for the current text or element (such as image). It cannot be applied to text in a container that does not support the ALIGN attribute. If necessary (such as for text in a table cell), the command adds a <P> element to create a container. Justification can also be applied to a table as a whole. Setting the property affects the entire container in which the insertion point or selection occurs, even if a subset of the text is selected.
Run-time only