Rendering where inline content overflows

Use '-ah-text-overflow' to control rendering where inline content overflows in the inline progression direction. '-ah-text-overflow' applies to the inline progression direction and does not affect overflow in the block progression direction. This feature is effective only with -ah-overflow: hidden. The allowed values are: 'clip' (default: no processing is performed even if an overflow occurs); 'ellipsis' (insert an ellipsis (U+2026) where the content overflows); and a string value (insert the specified character string where the content overflows). If the first character overflows, then it is clipped rather than ellipsed. For more details on '-ah-text-overflow', please refer to the Online Manual. '-ah-text-overflow' is available in AH Formatter V6.5 and later.

-ah-text-overflow: clip

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla consequat est at dolor accumsan ultrices.

-ah-text-overflow: ellipsis

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla consequat est at dolor accumsan ultrices.

-ah-text-overflow: '→'

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla consequat est at dolor accumsan ultrices.

-ah-text-overflow in columns

-ah-text-overflow: clip

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla consequat est at dolor accumsan ultrices.

-ah-text-overflow: ellipsis

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla consequat est at dolor accumsan ultrices.

-ah-text-overflow: '→'

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla consequat est at dolor accumsan ultrices.

-ah-text-overflow with right-to-left text

-ah-text-overflow:

כל בני אדם נולדו בני חורין ושווים בערכם ובזכויותיהם. כולם חוננו בתבונה ובמצפון, לפיכך חובה עליהם לנהוג איש ברעהו ברוח של אחוה.

-ah-text-overflow: ellipsis

כל בני אדם נולדו בני חורין ושווים בערכם ובזכויותיהם. כולם חוננו בתבונה ובמצפון, לפיכך חובה עליהם לנהוג איש ברעהו ברוח של אחוה.

-ah-text-overflow: '←'

כל בני אדם נולדו בני חורין ושווים בערכם ובזכויותיהם. כולם חוננו בתבונה ובמצפון, לפיכך חובה עליהם לנהוג איש ברעהו ברוח של אחוה.