

| Name | Value | Description | |||
| exCaptionSingleLine | -1 | 
Indicates that the element's caption is displayed on a single line. In this case
any \r\n or <br> HTML tags is ignored. For instance the "This is the first
line.\r\nThis is the second line.\r\nThis is the third line."
shows as:
 
  | |||
| exCaptionWordWrap | 0 | 
Specifies that the element's caption is displayed on multiple lines, by wrapping
the words. Any \r\n or <br> HTML tag breaks the line. For instance the "This is the first
line.\r\nThis is the second line.\r\nThis is the third line." shows as:
 
  | |||
| exCaptionBreakWrap | 1 | 
Specifies that the element's caption is displayed on multiple lines, by wrapping
the breaks only. Only The \r\n or <br> HTML tag breaks the line. For
instance the "This is the first line.\r\nThis is the second line.\r\nThis is the third line." shows as:
 
  |