Add documentation links
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
// http://officeopenxml.com/WPalignment.php
|
||||
import { XmlAttributeComponent, XmlComponent } from "../xml-components";
|
||||
|
||||
export type AlignmentOptions = "left" | "center" | "right" | "both";
|
||||
|
@ -1,3 +1,4 @@
|
||||
// http://officeopenxml.com/WPborders.php
|
||||
import { Attributes, XmlComponent } from "../xml-components";
|
||||
|
||||
class Border extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user