A family of Microsoft word processing software products for creating web, email, and print documents.
[The quoting function does not do what I want; using double quotes + italics to mark block quotes.]
"Some styles, such as Normal, Heading 1 through Heading 9 and Title (there are more) are built into Word. They can be modified on a template-by-template and document-by-document basis, but not deleted.Since there cannot be two styles with the same name, Word has to rename a newly created style with the same name as a built-in style."
[Emphasis added.]
I have to point out that when you say "same name" you must mean "names that are case-insensitively the same", so that "title" and "Title" would be considered "same" and consequently require "title" to be renamed to "Title1".
Thank you for the suggestion but what you suggest here cannot be true, for the following reasons:
- Word will happily work with the styles "potato", "Potato", "title" and "Title" until I save the file, close it and reopen it. So in fact there can be two styles with the "same name" in Word, that is, until I try to save the file.
- Word is able to work with styles name "potato" and "Potato" without any problem whatsoever even after saving, closing and reopening the file.
Moreover, if two styles with the same name were not possible, I'd expect Word to prevent this at the time of style creation. In other words, Word should prevent me from creating "title" in the first place since "Title" already exists and there cannot be two styles of the same name.
(Venturing a guess here: Word is designed to work with styles named "title" and "Title" without any problem but there is a bug in the code which writes files to disk.)
*"As an alternative, you could modify and use the built-in Title style instead of creating a new one."*No, I can't. As I said in my question, what I'm presenting is narrowed down to the essentials of the problem. There are external constraints that are outside my control. I can't change the template from which the style came from because it is under the control of an external entity, and I am not in a position to require them to change anything. The names of the styles matter because the file is eventually going to be processed on the basis of the style names and "title" is not "Title".