Hi Jörg,

> Using the following code will _not_ transfer the setting
>"position-at" (in a german AOO "Position-bei") of an numbering style.

i think you have to iterate over the "NumberingRules" Objects and Copy it's 
properties

        For j = 0 To oPStyle.NumberingRules.getCount()-1
                mArray() =oPStyle.NumberingRules.getByIndex(j)
                ...
        Next j

Regards
Oliver





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to