How can I determine or set the style index number for all of the styles in a document?
working with - but not shure why
:
My goal is to get the "format.style.description" property for each style in my document when it loads and compare the description string to any styles that are created with local formatting. (Such as the description for AHead compared to AHead+Bold,Italic).
working with - but not shure why
![[upsidedown] [upsidedown] [upsidedown]](/data/assets/smilies/upsidedown.gif)
Code:
mPara.Format.Style(IndexNumber)
My goal is to get the "format.style.description" property for each style in my document when it loads and compare the description string to any styles that are created with local formatting. (Such as the description for AHead compared to AHead+Bold,Italic).