Skip to main content
Module

x/docxml/mod.ts>CustomPropertiesXml

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
class CustomPropertiesXml
extends XmlFile
import { CustomPropertiesXml } from "https://deno.land/x/docxml@5.14.1/mod.ts";

Constructors

new
CustomPropertiesXml(location: string)

Properties

private
readonly
properties: NumberMap<CustomProperty>

Methods

add(name: Array<CustomProperty>): void
add(
name: string,
value: string | number | boolean,
): void
toNode(): Document
values(): Array<CustomProperty>

Static Methods

fromArchive(archive: Archive, location: string): Promise<CustomPropertiesXml>

Instantiate this class by looking at the DOCX XML for it.