This content has been marked as final.
Show 3 replies
-
1. Re: How to set a anchor point alignment character in table??
Jump_Over Nov 1, 2012 9:01 AM (in response to AlienLai)Hi,
If MP is your paragraph or your paragraphStyle or some text:
MP.tabStops.add({alignment: TabStopAlignment.CHARACTER_ALIGN,
// above is for 1
position: 48,
// above is for 2, unit is used from your doc settings
alignmentCharacter: ","});
// above is for 3
enjoy:)
Message was edited by: Jump_Over
-
2. Re: How to set a anchor point alignment character in table??
AlienLai Nov 1, 2012 11:12 AM (in response to AlienLai)Dear Jump_Over
Thankyou again>< you are my superstar, a God of the javascipt~~~thx!!!
-
3. Re: How to set a anchor point alignment character in table??
Jump_Over Nov 1, 2012 11:30 AM (in response to AlienLai)


