Home
last modified time | relevance | path

Searched defs:docx (Results 1 – 4 of 4) sorted by relevance

/plugin/wordimport/docx/
DAbstractXMLFile.php12 protected $docx; variable in dokuwiki\\plugin\\wordimport\\docx\\AbstractXMLFile
17 public function __construct(DocX $docx)
DAbstractParagraph.php11 protected $docx; variable in dokuwiki\\plugin\\wordimport\\docx\\AbstractParagraph
19 public function __construct(DocX $docx, \SimpleXMLElement $p)
DTextRun.php26 protected $docx; variable in dokuwiki\\plugin\\wordimport\\docx\\TextRun
32 public function __construct(Docx $docx, \SimpleXMLElement $tr, $newline = '\\\\ ')
DDocX.php36 public function __construct(string $docx, array $config)