Skip to main content
Module

x/docxml/mod.ts>Paragraph#setSectionProperties

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

Set properties to the section that this paragraph is supposed to represent. Not intended to be called manually. Only here because OOXML somehow decided that a section is defined in the last paragraph of it, rather than as an element of its own.

Parameters

optional
properties: SectionProperties | null