Update Paragraph/properties.ts with supressLineNumber docs

This commit is contained in:
Matt Powell
2021-09-27 19:18:58 -07:00
parent 34036bca8f
commit ea01ddb337

View File

@ -1,4 +1,5 @@
// http://officeopenxml.com/WPparagraphProperties.php
// https://c-rex.net/projects/samples/ooxml/e1/Part4/OOXML_P4_DOCX_suppressLineNumbers_topic_ID0ECJAO.html
import { IContext, IgnoreIfEmptyXmlComponent, IXmlableObject, OnOffElement, XmlComponent } from "file/xml-components";
import { DocumentWrapper } from "../document-wrapper";
import { IShadingAttributesProperties, Shading } from "../shading";