Re: copy an existing style

2015-01-07 Thread Jörg Schmidt
Hello Oliver, *, > From: Oliver Brinzing [mailto:oliver.brinz...@gmx.de] > 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) >

Re: copy an existing style

2015-01-07 Thread Oliver Brinzing
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