From 357bc7f37763ad4f968c62f5e2e814e9ad427acb Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 19 Sep 2017 15:17:58 +0100 Subject: [PATCH] Add documentation reference --- ts/docx/paragraph/tab-stop.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/docx/paragraph/tab-stop.ts b/ts/docx/paragraph/tab-stop.ts index 1170d4ddac..bbae20a891 100644 --- a/ts/docx/paragraph/tab-stop.ts +++ b/ts/docx/paragraph/tab-stop.ts @@ -1,3 +1,4 @@ +// http://officeopenxml.com/WPtab.php import { XmlAttributeComponent, XmlComponent } from "../xml-components"; export class TabStop extends XmlComponent {