Add documentation links
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
// http://officeopenxml.com/WPindentation.php
|
||||||
import { XmlAttributeComponent, XmlComponent } from "../xml-components";
|
import { XmlAttributeComponent, XmlComponent } from "../xml-components";
|
||||||
|
|
||||||
interface IIndentAttributesProperties {
|
interface IIndentAttributesProperties {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// http://officeopenxml.com/WPtextSpecialContent-break.php
|
||||||
import { Run } from "../run";
|
import { Run } from "../run";
|
||||||
import { Attributes, XmlComponent } from "../xml-components";
|
import { Attributes, XmlComponent } from "../xml-components";
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// http://officeopenxml.com/WPparagraphProperties.php
|
||||||
import { XmlComponent } from "../xml-components";
|
import { XmlComponent } from "../xml-components";
|
||||||
|
|
||||||
export class ParagraphProperties extends XmlComponent {
|
export class ParagraphProperties extends XmlComponent {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// http://officeopenxml.com/WPspacing.php
|
||||||
import { XmlAttributeComponent, XmlComponent } from "../xml-components";
|
import { XmlAttributeComponent, XmlComponent } from "../xml-components";
|
||||||
|
|
||||||
export interface ISpacingProperties {
|
export interface ISpacingProperties {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// http://officeopenxml.com/WPtextSpecialContent-break.php
|
||||||
import { XmlComponent } from "../xml-components";
|
import { XmlComponent } from "../xml-components";
|
||||||
|
|
||||||
export class Break extends XmlComponent {
|
export class Break extends XmlComponent {
|
||||||
|
Reference in New Issue
Block a user