On your suggestion, I am using another Word docx as a template for creating docx's with phpdocx, and it works well. My template docx does not have any of the PHPDOCX styles in it. Every docx created with phpdocx from my template contains the styles "Title PHPDOCX", "Subtitle PHPDOCX", and "List Paragraph PHPDOCX". These styles are not being used in the docx being generated. Why are they being included with the docx? Where in the code are these styles being included? Is there a way to prevent them from being included?
Thanks.