Add documentation links

This commit is contained in:
Dolan
2017-09-22 14:46:19 +01:00
parent 34e928755f
commit 7dad717952
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// http://officeopenxml.com/WPalignment.php
import { XmlAttributeComponent, XmlComponent } from "../xml-components"; import { XmlAttributeComponent, XmlComponent } from "../xml-components";
export type AlignmentOptions = "left" | "center" | "right" | "both"; export type AlignmentOptions = "left" | "center" | "right" | "both";

View File

@ -1,3 +1,4 @@
// http://officeopenxml.com/WPborders.php
import { Attributes, XmlComponent } from "../xml-components"; import { Attributes, XmlComponent } from "../xml-components";
class Border extends XmlComponent { class Border extends XmlComponent {