class CustomPropertiesXml
extends XmlFile
import { CustomPropertiesXml } from "https://deno.land/x/docxml@5.11.3/src/files/CustomPropertiesXml.ts";
Properties
private
readonly
properties: NumberMap<CustomProperty>Static Methods
fromArchive(archive: Archive, location: string): Promise<CustomPropertiesXml>
Instantiate this class by looking at the DOCX XML for it.