Answered
Howto use FormatValue.INHERIT
In previous TLF builds, if I wanted my entire TextFlow to
have a left margin of 30, all I needed to do was to set the
textFlow.marginLeft=30 of in my markup for import have my TextFlow
node include the string marginLeft="30"
Now, marginLeft is no longer a style that is inherited. However, there is a hint that if you use FormatValue.INHERIT "somewhere" then you can make the style inheritable, such that I dont have to go through each and every node of my text flow and add set the style specifically.
Can you please tell me how/where I should do this?
Thanks,
Now, marginLeft is no longer a style that is inherited. However, there is a hint that if you use FormatValue.INHERIT "somewhere" then you can make the style inheritable, such that I dont have to go through each and every node of my text flow and add set the style specifically.
Can you please tell me how/where I should do this?
Thanks,
