Hello,

We get documents in from external people that we need to reformat. I'm looking at automating this and part of it is applying specific styles to specific parts of text.

What I want to do first, is select the whole document and apply a base style. Then find only all paragraphs where all of the text is uppercase and then apply a specific style to them. Lastly, these docs have manual number lists that usually are a number followed by a period followed by a tab. For example, 1.<tab>, 10.<tab> etc.. I'd like to apply yet another style to these parts (for auto-numbering), obviously deleting the manually entered text before-hand.

Thanks