How to set the indent size of bullets in TLF?

32 Views Asked by At

Is there a property or style that I can use to set the indent size of the bullets in a list in TLF?

2

There are 2 best solutions below

0
1.21 gigawatts On BEST ANSWER

Using the listAutoPadding seems to work when importing and exporting TLF markup.

<flow:TextFlow whiteSpaceCollapse="preserve" version="3.0.0" xmlns:flow="http://ns.adobe.com/textLayout/2008">
    <flow:list listAutoPadding="30" listStyleType="lowerGreek">
        <flow:li>
            <flow:p>
                <flow:span>Bullet List!</flow:span>
            </flow:p>
        </flow:li>
        <flow:li>
            <flow:p>
                <flow:span>line 2</flow:span>
            </flow:p>
        </flow:li>
        <flow:li>
            <flow:p>
                <flow:span>line 3</flow:span>
            </flow:p>
        </flow:li>
    </flow:list>
</flow:TextFlow>
0
Robin van den Bogaard On

element.textIndent or element.paddingLeft