Hello,
The styles of page-of must be applied using a paragraph style and the pStyle option. You can use the paragraph styles from a template, imported from an external DOCX or created dynamically (https://www.phpdocx.com/api-documentation/layout-and-general/create-Word-custom-paragraph-style-with-PHP).
On the API page of the method (https://www.phpdocx.com/api-documentation/word-content/insert-page-number-Word-document-with-PHP) you can read about the options for numerical, alphabetical and page-of types (options for page-of type).
We also recommend you to check the included sample Core/addPageNumber/sample_2.php that illustrates how to set a custom style to page-of type using the addPageNumber method.
Regards.