Creates new Style based on the given styles. Parses the styles and convert them to XmlComponent. Example content from styles.xml: <?xml version="1.0"> <w:styles xmlns:mc="some schema" ...>
<w:style w:type="paragraph" w:styleId="Heading1"> <w:name w:val="heading 1"/> .....
<w:style w:type="paragraph" w:styleId="Heading2"> <w:name w:val="heading 2"/> .....
<w:docDefaults>Or any other element will be parsed to
Generated using TypeDoc
Creates new Style based on the given styles. Parses the styles and convert them to XmlComponent. Example content from styles.xml: <?xml version="1.0"> <w:styles xmlns:mc="some schema" ...>
<w:style w:type="paragraph" w:styleId="Heading1"> <w:name w:val="heading 1"/> .....
<w:style w:type="paragraph" w:styleId="Heading2"> <w:name w:val="heading 2"/> .....
<w:docDefaults>Or any other element will be parsed to