I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-11-07 07:38:39.826234-08 by jmgdoc in response to 13041
Re: style:text-properties not supported?

The properties of a paragraph style are distributed among so-called "paragraph" and "style" areas. The styleProperties() method selects one property set at a time, according to the "area" optional parameter, whose value is either "paragraph" or "text". The default value of this parameter depends on the style family; with a paragraph style, the default area is "paragraph", so as long as styleProperties() is used without the "area" option it returns the paragraph property set.

Of course, styleProperties() must be called twice in the user needs to extract the two property sets.

See styleProperties()
Direct Responses: 13048 | Write a response