Outdent paragraph
Is there a way to outdent the first line of a paragraph, so that each subsequent line is indented? This would be formats similar to an index that shows a continuation of grouped text when the first line is the one being visually searched on.
I know we can use 2 text objects where one flows to another, but since there is already a ParagraphGap, it would make sense to be able to set to a negative number. Which works, but ends up outputting the text outside the printable area of the control. Even when using with GapX.
Ideally, we would set GapX to 20, and ParagraphGap to -18 (to keep the original default GapX of 2).
I know GapX does both left and right, but that would be acceptable.
I know we can use 2 text objects where one flows to another, but since there is already a ParagraphGap, it would make sense to be able to set to a negative number. Which works, but ends up outputting the text outside the printable area of the control. Even when using with GapX.
Ideally, we would set GapX to 20, and ParagraphGap to -18 (to keep the original default GapX of 2).
I know GapX does both left and right, but that would be acceptable.