Skip to main content
Participating Frequently
April 23, 2008
Question

How can I give a stroke style to Paragraph Above and Below Rules?

  • April 23, 2008
  • 2 replies
  • 442 views
How can I give a stroke style to Paragraph Above and Below Rules?
This topic has been closed for replies.

2 replies

Known Participant
April 30, 2008
Hi,

How to add and new Object Style and use it for some graphic frame using IObjectStylesFacade or this can be done by any other way...
April 28, 2008
Hi

I would use following bosses,

kTextAttrPRAStrokeTypeBoss
kTextAttrPRBStrokeTypeBoss

and use ITextAttrStrokeType->set method to specify stroke style for rule paragraph rule above & below

To get list of all text attributes, search kAttrBossReferencingBoss .

Rajani