diff --git a/README.md b/README.md index e8da69f267..089c133ac2 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,7 @@ doc.addSection({ }); // Used to export the file into a .docx file -const packer = new Packer(); - -packer.toBuffer(doc).then((buffer) => { +Packer.toBuffer(doc).then((buffer) => { fs.writeFileSync("My Document.docx", buffer); }); diff --git a/api/classes/abstractnumbering.html b/api/classes/abstractnumbering.html index 78499040f8..dc112248e2 100644 --- a/api/classes/abstractnumbering.html +++ b/api/classes/abstractnumbering.html @@ -125,7 +125,7 @@

Parameters

@@ -147,7 +147,7 @@
id: number
@@ -165,7 +165,7 @@

Returns boolean

@@ -186,7 +186,7 @@

Parameters

@@ -209,7 +209,7 @@
  • Parameters

    @@ -232,7 +232,7 @@
  • Parameters

    @@ -265,7 +265,7 @@

    Returns void

    @@ -284,7 +284,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/adjustmentvalues.html b/api/classes/adjustmentvalues.html index 7ccfac29d5..ce5253abac 100644 --- a/api/classes/adjustmentvalues.html +++ b/api/classes/adjustmentvalues.html @@ -117,7 +117,7 @@

    Returns AdjustmentValues

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/alias.html b/api/classes/alias.html index 7f4637e7ac..d2cff1c029 100644 --- a/api/classes/alias.html +++ b/api/classes/alias.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/align.html b/api/classes/align.html index 33e419bca6..b36eda874c 100644 --- a/api/classes/align.html +++ b/api/classes/align.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/alignment.html b/api/classes/alignment.html index e1fbfa2922..ebde8d3869 100644 --- a/api/classes/alignment.html +++ b/api/classes/alignment.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/alignmentattributes.html b/api/classes/alignmentattributes.html index aaf1bf804d..1d28924968 100644 --- a/api/classes/alignmentattributes.html +++ b/api/classes/alignmentattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -146,7 +146,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -186,7 +186,7 @@

    Parameters

    diff --git a/api/classes/anchor.html b/api/classes/anchor.html index c368a0a89d..e8c4a35410 100644 --- a/api/classes/anchor.html +++ b/api/classes/anchor.html @@ -117,7 +117,7 @@

    Parameters

    @@ -150,7 +150,7 @@

    Returns boolean

    @@ -171,7 +171,7 @@

    Parameters

    @@ -195,7 +195,7 @@

    Returns void

    @@ -214,7 +214,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/anchorattributes.html b/api/classes/anchorattributes.html index e62d79da21..06f37b97ac 100644 --- a/api/classes/anchorattributes.html +++ b/api/classes/anchorattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/appproperties.html b/api/classes/appproperties.html index f087c8e535..c45dae87de 100644 --- a/api/classes/appproperties.html +++ b/api/classes/appproperties.html @@ -117,7 +117,7 @@

    Returns AppProperties

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/apppropertiesattributes.html b/api/classes/apppropertiesattributes.html index 47aa11fa17..b5ca3eb993 100644 --- a/api/classes/apppropertiesattributes.html +++ b/api/classes/apppropertiesattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/attributes.html b/api/classes/attributes.html index 3534ddb267..b5a133c2c9 100644 --- a/api/classes/attributes.html +++ b/api/classes/attributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/basedon.html b/api/classes/basedon.html index a993feeb77..47b4e1f7b9 100644 --- a/api/classes/basedon.html +++ b/api/classes/basedon.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/baseunderline.html b/api/classes/baseunderline.html index 0524d2ec9c..cdf9daf707 100644 --- a/api/classes/baseunderline.html +++ b/api/classes/baseunderline.html @@ -170,7 +170,7 @@

    Parameters

    @@ -200,7 +200,7 @@

    Returns boolean

    @@ -221,7 +221,7 @@

    Parameters

    @@ -245,7 +245,7 @@

    Returns void

    @@ -264,7 +264,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/basexmlcomponent.html b/api/classes/basexmlcomponent.html index 42d1d60d69..b001d7ab49 100644 --- a/api/classes/basexmlcomponent.html +++ b/api/classes/basexmlcomponent.html @@ -117,7 +117,7 @@
  • Parameters

    @@ -143,7 +143,7 @@
  • Returns boolean

    @@ -163,7 +163,7 @@
  • Returns IXmlableObject diff --git a/api/classes/begin.html b/api/classes/begin.html index 9019056862..8c4c8bd0df 100644 --- a/api/classes/begin.html +++ b/api/classes/begin.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/bidirectional.html b/api/classes/bidirectional.html index bf3d7979c7..387615655a 100644 --- a/api/classes/bidirectional.html +++ b/api/classes/bidirectional.html @@ -117,7 +117,7 @@

    Returns Bidirectional

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/blip.html b/api/classes/blip.html index f373c484f2..593a557533 100644 --- a/api/classes/blip.html +++ b/api/classes/blip.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/blipfill.html b/api/classes/blipfill.html index f6e1dcfbb6..7c63bb92e1 100644 --- a/api/classes/blipfill.html +++ b/api/classes/blipfill.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/body.html b/api/classes/body.html index 64868c96b7..6e3f3d90c5 100644 --- a/api/classes/body.html +++ b/api/classes/body.html @@ -120,7 +120,7 @@

    Returns Body

    @@ -141,7 +141,7 @@

    Returns boolean

    @@ -162,7 +162,7 @@

    Parameters

    @@ -185,7 +185,7 @@
  • @@ -223,7 +223,7 @@

    Returns void

    @@ -240,7 +240,7 @@
  • Returns TableOfContents[]

    @@ -258,7 +258,7 @@

    Returns IXmlableObject @@ -278,7 +278,7 @@
  • Parameters

    diff --git a/api/classes/bold.html b/api/classes/bold.html index 4009785ab2..da4d9dad3c 100644 --- a/api/classes/bold.html +++ b/api/classes/bold.html @@ -117,7 +117,7 @@

    Returns Bold

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/boldcomplexscript.html b/api/classes/boldcomplexscript.html index 744413762d..3ce544041b 100644 --- a/api/classes/boldcomplexscript.html +++ b/api/classes/boldcomplexscript.html @@ -117,7 +117,7 @@

    Returns BoldComplexScript

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/bookmark.html b/api/classes/bookmark.html index 961ba1d026..bf1b416bca 100644 --- a/api/classes/bookmark.html +++ b/api/classes/bookmark.html @@ -106,7 +106,7 @@
  • Parameters

    @@ -134,7 +134,7 @@ @@ -144,7 +144,7 @@
    linkId: number
    @@ -154,7 +154,7 @@ @@ -164,7 +164,7 @@
    text: TextRun
    diff --git a/api/classes/bookmarkend.html b/api/classes/bookmarkend.html index f9cf6d0b04..fb3f76135c 100644 --- a/api/classes/bookmarkend.html +++ b/api/classes/bookmarkend.html @@ -123,7 +123,7 @@

    Parameters

    @@ -145,7 +145,7 @@
    linkId: number
    @@ -163,7 +163,7 @@

    Returns boolean

    @@ -184,7 +184,7 @@

    Parameters

    @@ -208,7 +208,7 @@

    Returns void

    @@ -227,7 +227,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/bookmarkendattributes.html b/api/classes/bookmarkendattributes.html index d95a7df686..7fcb1549da 100644 --- a/api/classes/bookmarkendattributes.html +++ b/api/classes/bookmarkendattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/bookmarkstart.html b/api/classes/bookmarkstart.html index 8c090bc525..ba8c888605 100644 --- a/api/classes/bookmarkstart.html +++ b/api/classes/bookmarkstart.html @@ -123,7 +123,7 @@

    Parameters

    @@ -148,7 +148,7 @@
    linkId: number
    @@ -166,7 +166,7 @@

    Returns boolean

    @@ -187,7 +187,7 @@

    Parameters

    @@ -211,7 +211,7 @@

    Returns void

    @@ -230,7 +230,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/bookmarkstartattributes.html b/api/classes/bookmarkstartattributes.html index 6dd72bf02f..e99adaa298 100644 --- a/api/classes/bookmarkstartattributes.html +++ b/api/classes/bookmarkstartattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/border.html b/api/classes/border.html index f334da7424..ddeb807583 100644 --- a/api/classes/border.html +++ b/api/classes/border.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/borderattributes.html b/api/classes/borderattributes.html index 483226d6ec..f5b347ba08 100644 --- a/api/classes/borderattributes.html +++ b/api/classes/borderattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/bottomcellmargin.html b/api/classes/bottomcellmargin.html index e77e435e65..fb69153792 100644 --- a/api/classes/bottomcellmargin.html +++ b/api/classes/bottomcellmargin.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/break.html b/api/classes/break.html index fd3a62151c..570e6f1088 100644 --- a/api/classes/break.html +++ b/api/classes/break.html @@ -117,7 +117,7 @@

    Returns Break

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/cantsplit.html b/api/classes/cantsplit.html index fa3b0644f6..0d94404032 100644 --- a/api/classes/cantsplit.html +++ b/api/classes/cantsplit.html @@ -117,7 +117,7 @@

    Returns CantSplit

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/caps.html b/api/classes/caps.html index e335e38dca..e32bfb2f1f 100644 --- a/api/classes/caps.html +++ b/api/classes/caps.html @@ -120,7 +120,7 @@

    Returns Caps

    @@ -142,7 +142,7 @@

    Inherited from BaseXmlComponent.IsDeleted

    Overrides BaseXmlComponent.IsDeleted

    Returns boolean

    @@ -164,7 +164,7 @@

    Inherited from XmlComponent.addChildElement

    Overrides XmlComponent.addChildElement

    Parameters

    @@ -189,7 +189,7 @@

    Inherited from XmlComponent.delete

    Overrides XmlComponent.delete

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/centertabstop.html b/api/classes/centertabstop.html index 3fedfac18d..c4544fd3cb 100644 --- a/api/classes/centertabstop.html +++ b/api/classes/centertabstop.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/characterspacing.html b/api/classes/characterspacing.html index a3fa99a9ce..ce48f4bd8f 100644 --- a/api/classes/characterspacing.html +++ b/api/classes/characterspacing.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/characterstyle.html b/api/classes/characterstyle.html index 6b64cad2fe..7e99347710 100644 --- a/api/classes/characterstyle.html +++ b/api/classes/characterstyle.html @@ -141,7 +141,7 @@

    Parameters

    @@ -171,7 +171,7 @@

    Returns boolean

    @@ -192,7 +192,7 @@

    Parameters

    @@ -215,7 +215,7 @@
  • Parameters

    @@ -238,7 +238,7 @@
  • Parameters

    @@ -261,7 +261,7 @@
  • Returns CharacterStyle

    @@ -278,7 +278,7 @@
  • Parameters

    @@ -302,7 +302,7 @@

    Returns void

    @@ -319,7 +319,7 @@
  • Parameters

    @@ -342,7 +342,7 @@
  • Returns CharacterStyle

    @@ -359,7 +359,7 @@
  • Parameters

    @@ -384,7 +384,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -405,7 +405,7 @@

    Parameters

    @@ -428,7 +428,7 @@
  • Returns CharacterStyle

    @@ -445,7 +445,7 @@
  • Parameters

    @@ -474,7 +474,7 @@
  • Parameters

    @@ -497,7 +497,7 @@
  • Returns CharacterStyle

    @@ -514,7 +514,7 @@
  • Parameters

    diff --git a/api/classes/childnonvisualproperties.html b/api/classes/childnonvisualproperties.html index 9fd9ac3647..61c9701d81 100644 --- a/api/classes/childnonvisualproperties.html +++ b/api/classes/childnonvisualproperties.html @@ -117,7 +117,7 @@

    Returns ChildNonVisualProperties

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/color.html b/api/classes/color.html index b4804ecc19..e2b599ba37 100644 --- a/api/classes/color.html +++ b/api/classes/color.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/columns.html b/api/classes/columns.html index 311ba3eec3..11c366cd90 100644 --- a/api/classes/columns.html +++ b/api/classes/columns.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/columnsattributes.html b/api/classes/columnsattributes.html index 2e6cd9aa8d..0eb8825a33 100644 --- a/api/classes/columnsattributes.html +++ b/api/classes/columnsattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/compatibility.html b/api/classes/compatibility.html index ce9754ed99..dabe5e1055 100644 --- a/api/classes/compatibility.html +++ b/api/classes/compatibility.html @@ -118,7 +118,7 @@

    Returns Compatibility

    @@ -139,7 +139,7 @@

    Returns boolean

    @@ -160,7 +160,7 @@

    Parameters

    @@ -184,7 +184,7 @@

    Returns void

    @@ -201,7 +201,7 @@
  • Returns Compatibility

    @@ -220,7 +220,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/compiler.html b/api/classes/compiler.html index bd73eff3fc..af3fcc9a36 100644 --- a/api/classes/compiler.html +++ b/api/classes/compiler.html @@ -97,21 +97,15 @@

    constructor

      -
    • new Compiler(prettifyXml?: undefined | true | false): Compiler
    • +
    • new Compiler(): Compiler
    @@ -123,13 +117,13 @@

    compile

      -
    • compile(file: File): JSZip
    • +
    • compile(file: File, prettifyXml?: undefined | true | false): JSZip

    Returns JSZip

  • diff --git a/api/classes/contenttypeattributes.html b/api/classes/contenttypeattributes.html index 1c9ce13ad1..6c76d03373 100644 --- a/api/classes/contenttypeattributes.html +++ b/api/classes/contenttypeattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/contenttypes.html b/api/classes/contenttypes.html index 550147710b..310c342e87 100644 --- a/api/classes/contenttypes.html +++ b/api/classes/contenttypes.html @@ -119,7 +119,7 @@

    Returns ContentTypes

    @@ -140,7 +140,7 @@

    Returns boolean

    @@ -161,7 +161,7 @@

    Parameters

    @@ -184,7 +184,7 @@
  • Parameters

    @@ -207,7 +207,7 @@
  • Parameters

    @@ -231,7 +231,7 @@

    Returns void

    @@ -250,7 +250,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/contextualspacing.html b/api/classes/contextualspacing.html index 9872fc5a3e..6b0c2e23b5 100644 --- a/api/classes/contextualspacing.html +++ b/api/classes/contextualspacing.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/continuationseperator.html b/api/classes/continuationseperator.html index f78d693fff..6c116b7168 100644 --- a/api/classes/continuationseperator.html +++ b/api/classes/continuationseperator.html @@ -117,7 +117,7 @@

    Returns ContinuationSeperator

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/continuationseperatorrun.html b/api/classes/continuationseperatorrun.html index f1a1f68bd4..f165dfe298 100644 --- a/api/classes/continuationseperatorrun.html +++ b/api/classes/continuationseperatorrun.html @@ -121,7 +121,7 @@

    Returns ContinuationSeperatorRun

    @@ -142,7 +142,7 @@

    Returns boolean

    @@ -163,7 +163,7 @@

    Parameters

    @@ -187,7 +187,7 @@

    Returns Run

    @@ -205,7 +205,7 @@

    Returns void

    @@ -223,7 +223,7 @@

    Returns Run

    @@ -241,7 +241,7 @@

    Returns Run

    @@ -260,7 +260,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -281,7 +281,7 @@

    Returns Run

    diff --git a/api/classes/coreproperties.html b/api/classes/coreproperties.html index c3e0be193f..441e02b15d 100644 --- a/api/classes/coreproperties.html +++ b/api/classes/coreproperties.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/created.html b/api/classes/created.html index c9fe1d3529..985b838ce6 100644 --- a/api/classes/created.html +++ b/api/classes/created.html @@ -117,7 +117,7 @@

    Returns Created

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/creator.html b/api/classes/creator.html index 7c2b08255f..197b77ada8 100644 --- a/api/classes/creator.html +++ b/api/classes/creator.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dashdotdotheavyunderline.html b/api/classes/dashdotdotheavyunderline.html index 08223a49a0..efffbce378 100644 --- a/api/classes/dashdotdotheavyunderline.html +++ b/api/classes/dashdotdotheavyunderline.html @@ -117,7 +117,7 @@

    Returns DashDotDotHeavyUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dashdotheavyunderline.html b/api/classes/dashdotheavyunderline.html index 5ef7e6cf3d..9bee2154c6 100644 --- a/api/classes/dashdotheavyunderline.html +++ b/api/classes/dashdotheavyunderline.html @@ -117,7 +117,7 @@

    Returns DashDotHeavyUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dashlongheavyunderline.html b/api/classes/dashlongheavyunderline.html index 8120ccdf86..d7b27197ad 100644 --- a/api/classes/dashlongheavyunderline.html +++ b/api/classes/dashlongheavyunderline.html @@ -117,7 +117,7 @@

    Returns DashLongHeavyUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dashlongunderline.html b/api/classes/dashlongunderline.html index 815a5052b8..8c420e658e 100644 --- a/api/classes/dashlongunderline.html +++ b/api/classes/dashlongunderline.html @@ -117,7 +117,7 @@

    Returns DashLongUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dashunderline.html b/api/classes/dashunderline.html index 6042d4cc59..5555aa0be4 100644 --- a/api/classes/dashunderline.html +++ b/api/classes/dashunderline.html @@ -117,7 +117,7 @@

    Returns DashUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/datecomponent.html b/api/classes/datecomponent.html index 311b916add..fc839e212c 100644 --- a/api/classes/datecomponent.html +++ b/api/classes/datecomponent.html @@ -126,7 +126,7 @@

    Inherited from XmlComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -153,7 +153,7 @@

    Returns boolean

    @@ -174,7 +174,7 @@

    Parameters

    @@ -198,7 +198,7 @@

    Returns void

    @@ -217,7 +217,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/default.html b/api/classes/default.html index d50173c28d..a6e1f3c82f 100644 --- a/api/classes/default.html +++ b/api/classes/default.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/defaultattributes.html b/api/classes/defaultattributes.html index 5e8077786d..d6da7559ee 100644 --- a/api/classes/defaultattributes.html +++ b/api/classes/defaultattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/defaultstylesfactory.html b/api/classes/defaultstylesfactory.html index d499a37a9b..a72ae5eef2 100644 --- a/api/classes/defaultstylesfactory.html +++ b/api/classes/defaultstylesfactory.html @@ -97,7 +97,7 @@
  • Returns Styles

    diff --git a/api/classes/description.html b/api/classes/description.html index 90e34dc8de..58bab27580 100644 --- a/api/classes/description.html +++ b/api/classes/description.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/docgridattributes.html b/api/classes/docgridattributes.html index edb0b2cba2..9c30d15438 100644 --- a/api/classes/docgridattributes.html +++ b/api/classes/docgridattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/docproperties.html b/api/classes/docproperties.html index 04532ea6e1..2bd75c54e0 100644 --- a/api/classes/docproperties.html +++ b/api/classes/docproperties.html @@ -117,7 +117,7 @@

    Returns DocProperties

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/docpropertiesattributes.html b/api/classes/docpropertiesattributes.html index a8b4e11e66..95680a4d67 100644 --- a/api/classes/docpropertiesattributes.html +++ b/api/classes/docpropertiesattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/document.html b/api/classes/document.html index 3ce6ea692d..0ff5f7f70b 100644 --- a/api/classes/document.html +++ b/api/classes/document.html @@ -120,7 +120,7 @@

    Returns Document

    @@ -140,7 +140,7 @@
  • Returns Body

    @@ -158,7 +158,7 @@

    Returns boolean

    @@ -178,7 +178,7 @@
  • Parameters

    @@ -202,7 +202,7 @@

    Parameters

    @@ -226,7 +226,7 @@

    Returns void

    @@ -243,7 +243,7 @@
  • Returns TableOfContents[]

    @@ -262,7 +262,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/documentattributes.html b/api/classes/documentattributes.html index 51ba9cf093..bf03350e56 100644 --- a/api/classes/documentattributes.html +++ b/api/classes/documentattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/documentdefaults.html b/api/classes/documentdefaults.html index e200f710a5..8ee607da35 100644 --- a/api/classes/documentdefaults.html +++ b/api/classes/documentdefaults.html @@ -117,7 +117,7 @@

    Returns DocumentDefaults

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/documentgrid.html b/api/classes/documentgrid.html index 28c6197a85..53d352e1fb 100644 --- a/api/classes/documentgrid.html +++ b/api/classes/documentgrid.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dotdashunderline.html b/api/classes/dotdashunderline.html index 19ea087f94..5f5c961fbc 100644 --- a/api/classes/dotdashunderline.html +++ b/api/classes/dotdashunderline.html @@ -117,7 +117,7 @@

    Returns DotDashUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dotdotdashunderline.html b/api/classes/dotdotdashunderline.html index d07f3e4eab..dd1d9b8791 100644 --- a/api/classes/dotdotdashunderline.html +++ b/api/classes/dotdotdashunderline.html @@ -117,7 +117,7 @@

    Returns DotDotDashUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dottedheavyunderline.html b/api/classes/dottedheavyunderline.html index b3475f64ff..93d34a87cd 100644 --- a/api/classes/dottedheavyunderline.html +++ b/api/classes/dottedheavyunderline.html @@ -117,7 +117,7 @@

    Returns DottedHeavyUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/dottedunderline.html b/api/classes/dottedunderline.html index 2af50634e3..2489379c17 100644 --- a/api/classes/dottedunderline.html +++ b/api/classes/dottedunderline.html @@ -117,7 +117,7 @@

    Returns DottedUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/doublestrike.html b/api/classes/doublestrike.html index abe5756554..45126d7fa5 100644 --- a/api/classes/doublestrike.html +++ b/api/classes/doublestrike.html @@ -117,7 +117,7 @@

    Returns DoubleStrike

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/doubleunderline.html b/api/classes/doubleunderline.html index 7aadf40548..72070d6b62 100644 --- a/api/classes/doubleunderline.html +++ b/api/classes/doubleunderline.html @@ -117,7 +117,7 @@

    Returns DoubleUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/drawing.html b/api/classes/drawing.html index 44efe208fe..db51563473 100644 --- a/api/classes/drawing.html +++ b/api/classes/drawing.html @@ -118,7 +118,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -169,7 +169,7 @@

    Parameters

    @@ -193,7 +193,7 @@

    Returns void

    @@ -212,7 +212,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -232,7 +232,7 @@
  • Parameters

    diff --git a/api/classes/effectextent.html b/api/classes/effectextent.html index a6457e462f..d178847d1c 100644 --- a/api/classes/effectextent.html +++ b/api/classes/effectextent.html @@ -117,7 +117,7 @@

    Returns EffectExtent

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/effectextentattributes.html b/api/classes/effectextentattributes.html index 976aedf3bc..cd2aade7bc 100644 --- a/api/classes/effectextentattributes.html +++ b/api/classes/effectextentattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/emboss.html b/api/classes/emboss.html index 03e15606a4..46c0b97f57 100644 --- a/api/classes/emboss.html +++ b/api/classes/emboss.html @@ -117,7 +117,7 @@

    Returns Emboss

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/end.html b/api/classes/end.html index 080cfa666e..257d25c110 100644 --- a/api/classes/end.html +++ b/api/classes/end.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/extent.html b/api/classes/extent.html index 26808e3c83..baab240bd7 100644 --- a/api/classes/extent.html +++ b/api/classes/extent.html @@ -118,7 +118,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -169,7 +169,7 @@

    Parameters

    @@ -193,7 +193,7 @@

    Returns void

    @@ -212,7 +212,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -232,7 +232,7 @@
  • Parameters

    diff --git a/api/classes/extentattributes.html b/api/classes/extentattributes.html index 76b891e318..4429a521e2 100644 --- a/api/classes/extentattributes.html +++ b/api/classes/extentattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/extents.html b/api/classes/extents.html index bf54dbe35e..8b90c5daa0 100644 --- a/api/classes/extents.html +++ b/api/classes/extents.html @@ -118,7 +118,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -169,7 +169,7 @@

    Parameters

    @@ -193,7 +193,7 @@

    Returns void

    @@ -212,7 +212,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -232,7 +232,7 @@
  • Parameters

    diff --git a/api/classes/extentsattributes.html b/api/classes/extentsattributes.html index 7f491aa60a..1bc1c50ee5 100644 --- a/api/classes/extentsattributes.html +++ b/api/classes/extentsattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/externalstylesfactory.html b/api/classes/externalstylesfactory.html index e09f3f1eda..bd9eed37e4 100644 --- a/api/classes/externalstylesfactory.html +++ b/api/classes/externalstylesfactory.html @@ -97,7 +97,7 @@
  • diff --git a/api/classes/fieldinstruction.html b/api/classes/fieldinstruction.html index 0347885575..d2096d1970 100644 --- a/api/classes/fieldinstruction.html +++ b/api/classes/fieldinstruction.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/file.html b/api/classes/file.html index ea6a73166c..58480bbfd3 100644 --- a/api/classes/file.html +++ b/api/classes/file.html @@ -126,7 +126,7 @@
  • Parameters

    @@ -158,7 +158,7 @@
  • Returns AppProperties

    @@ -175,7 +175,7 @@
  • Returns ContentTypes

    @@ -192,7 +192,7 @@
  • Returns CoreProperties

    @@ -209,7 +209,7 @@
  • Returns Document

    @@ -226,7 +226,7 @@
  • Returns Relationships

    @@ -243,7 +243,7 @@
  • Returns Relationships

    @@ -260,7 +260,7 @@
  • Returns FootNotes

    @@ -277,7 +277,7 @@
  • Returns FooterWrapper[]

    @@ -294,7 +294,7 @@
  • Returns HeaderWrapper[]

    @@ -311,7 +311,7 @@
  • Returns Media

    @@ -328,7 +328,7 @@
  • Returns Numbering

    @@ -345,7 +345,7 @@
  • Returns Settings

    @@ -363,7 +363,7 @@
  • Returns Styles

    @@ -371,7 +371,7 @@
  • Parameters

    @@ -397,7 +397,7 @@
  • Parameters

    @@ -422,7 +422,7 @@
  • Parameters

    @@ -448,7 +448,7 @@
  • Parameters

    @@ -471,7 +471,7 @@
  • Parameters

    @@ -497,7 +497,7 @@
  • Parameters

    @@ -523,7 +523,7 @@
  • Returns void

    diff --git a/api/classes/footer.html b/api/classes/footer.html index cc534daae3..990b9e4baa 100644 --- a/api/classes/footer.html +++ b/api/classes/footer.html @@ -125,7 +125,7 @@

    Parameters

    @@ -150,7 +150,7 @@ @@ -168,7 +168,7 @@

    Returns boolean

    @@ -185,7 +185,7 @@
  • Returns number

    @@ -205,7 +205,7 @@
  • Parameters

    @@ -229,7 +229,7 @@

    Parameters

    @@ -253,7 +253,7 @@

    Returns void

    @@ -272,7 +272,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/footerattributes.html b/api/classes/footerattributes.html index ec8c27fd3c..2548bb0f30 100644 --- a/api/classes/footerattributes.html +++ b/api/classes/footerattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/footerreference.html b/api/classes/footerreference.html index 367d37af40..1ca02b857d 100644 --- a/api/classes/footerreference.html +++ b/api/classes/footerreference.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/footerreferenceattributes.html b/api/classes/footerreferenceattributes.html index 233f555940..d7910ddfb8 100644 --- a/api/classes/footerreferenceattributes.html +++ b/api/classes/footerreferenceattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/footerwrapper.html b/api/classes/footerwrapper.html index 5854303f13..dd24ad8be7 100644 --- a/api/classes/footerwrapper.html +++ b/api/classes/footerwrapper.html @@ -113,7 +113,7 @@
  • Parameters

    @@ -145,7 +145,7 @@
  • Returns Footer

    @@ -162,7 +162,7 @@
  • Returns Media

    @@ -179,7 +179,7 @@
  • Returns Relationships

    @@ -199,7 +199,7 @@
  • Parameters

    @@ -222,7 +222,7 @@
  • Parameters

    @@ -245,7 +245,7 @@
  • Parameters

    diff --git a/api/classes/footnote.html b/api/classes/footnote.html index 0cbcafc0fe..cbdef56650 100644 --- a/api/classes/footnote.html +++ b/api/classes/footnote.html @@ -118,7 +118,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@
  • Parameters

    @@ -192,7 +192,7 @@

    Parameters

    @@ -216,7 +216,7 @@

    Returns void

    @@ -235,7 +235,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/footnoteattributes.html b/api/classes/footnoteattributes.html index 132c7c4825..d872c5fa8b 100644 --- a/api/classes/footnoteattributes.html +++ b/api/classes/footnoteattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/footnoteref.html b/api/classes/footnoteref.html index 56cc755de8..9cc50685f6 100644 --- a/api/classes/footnoteref.html +++ b/api/classes/footnoteref.html @@ -117,7 +117,7 @@

    Returns FootnoteRef

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/footnotereference.html b/api/classes/footnotereference.html index 152b6a5676..05aa947688 100644 --- a/api/classes/footnotereference.html +++ b/api/classes/footnotereference.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/footnotereferencerun.html b/api/classes/footnotereferencerun.html index 4ef82b37bd..0e4636f87b 100644 --- a/api/classes/footnotereferencerun.html +++ b/api/classes/footnotereferencerun.html @@ -121,7 +121,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -169,7 +169,7 @@

    Parameters

    @@ -193,7 +193,7 @@

    Returns Run

    @@ -211,7 +211,7 @@

    Returns void

    @@ -229,7 +229,7 @@

    Returns Run

    @@ -247,7 +247,7 @@

    Returns Run

    @@ -266,7 +266,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -287,7 +287,7 @@

    Returns Run

    diff --git a/api/classes/footnotereferencerunattributes.html b/api/classes/footnotereferencerunattributes.html index 9207585900..2e414b98c9 100644 --- a/api/classes/footnotereferencerunattributes.html +++ b/api/classes/footnotereferencerunattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/footnotereferencestyle.html b/api/classes/footnotereferencestyle.html index c8657970a1..ff450207d8 100644 --- a/api/classes/footnotereferencestyle.html +++ b/api/classes/footnotereferencestyle.html @@ -130,7 +130,7 @@

    Returns FootnoteReferenceStyle

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Returns CharacterStyle

    @@ -262,7 +262,7 @@

    Parameters

    @@ -286,7 +286,7 @@

    Returns void

    @@ -304,7 +304,7 @@

    Parameters

    @@ -328,7 +328,7 @@

    Returns CharacterStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -371,7 +371,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -392,7 +392,7 @@

    Parameters

    @@ -416,7 +416,7 @@

    Returns CharacterStyle

    @@ -434,7 +434,7 @@

    Parameters

    @@ -464,7 +464,7 @@

    Parameters

    @@ -488,7 +488,7 @@

    Returns CharacterStyle

    @@ -506,7 +506,7 @@

    Parameters

    diff --git a/api/classes/footnoterefrun.html b/api/classes/footnoterefrun.html index 427e9a4edd..6308e84e07 100644 --- a/api/classes/footnoterefrun.html +++ b/api/classes/footnoterefrun.html @@ -121,7 +121,7 @@

    Returns FootnoteRefRun

    @@ -142,7 +142,7 @@

    Returns boolean

    @@ -163,7 +163,7 @@

    Parameters

    @@ -187,7 +187,7 @@

    Returns Run

    @@ -205,7 +205,7 @@

    Returns void

    @@ -223,7 +223,7 @@

    Returns Run

    @@ -241,7 +241,7 @@

    Returns Run

    @@ -260,7 +260,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -281,7 +281,7 @@

    Returns Run

    diff --git a/api/classes/footnotes.html b/api/classes/footnotes.html index 06efbd758c..c7d9d279e8 100644 --- a/api/classes/footnotes.html +++ b/api/classes/footnotes.html @@ -118,7 +118,7 @@

    Returns FootNotes

    @@ -139,7 +139,7 @@

    Returns boolean

    @@ -160,7 +160,7 @@

    Parameters

    @@ -183,7 +183,7 @@
  • Parameters

    @@ -207,7 +207,7 @@

    Returns void

    @@ -226,7 +226,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/footnotesattributes.html b/api/classes/footnotesattributes.html index 809919822d..eef13c0d31 100644 --- a/api/classes/footnotesattributes.html +++ b/api/classes/footnotesattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/footnotetext.html b/api/classes/footnotetext.html index 9c0717510b..f7772d2977 100644 --- a/api/classes/footnotetext.html +++ b/api/classes/footnotetext.html @@ -154,7 +154,7 @@

    Returns FootnoteText

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/footnotetextchar.html b/api/classes/footnotetextchar.html index af3ffa5229..d1a182947e 100644 --- a/api/classes/footnotetextchar.html +++ b/api/classes/footnotetextchar.html @@ -130,7 +130,7 @@

    Returns FootnoteTextChar

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Returns CharacterStyle

    @@ -262,7 +262,7 @@

    Parameters

    @@ -286,7 +286,7 @@

    Returns void

    @@ -304,7 +304,7 @@

    Parameters

    @@ -328,7 +328,7 @@

    Returns CharacterStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -371,7 +371,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -392,7 +392,7 @@

    Parameters

    @@ -416,7 +416,7 @@

    Returns CharacterStyle

    @@ -434,7 +434,7 @@

    Parameters

    @@ -464,7 +464,7 @@

    Parameters

    @@ -488,7 +488,7 @@

    Returns CharacterStyle

    @@ -506,7 +506,7 @@

    Parameters

    diff --git a/api/classes/form.html b/api/classes/form.html index bf664c04e0..8dca27c7ec 100644 --- a/api/classes/form.html +++ b/api/classes/form.html @@ -118,7 +118,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -169,7 +169,7 @@

    Parameters

    @@ -193,7 +193,7 @@

    Returns void

    @@ -212,7 +212,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -232,7 +232,7 @@
  • Parameters

    diff --git a/api/classes/formatter.html b/api/classes/formatter.html index eb261e8c2e..208cd9e453 100644 --- a/api/classes/formatter.html +++ b/api/classes/formatter.html @@ -97,7 +97,7 @@
  • Parameters

    diff --git a/api/classes/graphic.html b/api/classes/graphic.html index 8c4954dbc5..fed8ef609f 100644 --- a/api/classes/graphic.html +++ b/api/classes/graphic.html @@ -118,7 +118,7 @@

    Parameters

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Returns void

    @@ -215,7 +215,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -235,7 +235,7 @@
  • Parameters

    diff --git a/api/classes/graphicdata.html b/api/classes/graphicdata.html index cd0a54b33e..fd0e973505 100644 --- a/api/classes/graphicdata.html +++ b/api/classes/graphicdata.html @@ -118,7 +118,7 @@

    Parameters

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Returns void

    @@ -215,7 +215,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -235,7 +235,7 @@
  • Parameters

    diff --git a/api/classes/graphicdataattributes.html b/api/classes/graphicdataattributes.html index 709c761a63..b8e378d2ce 100644 --- a/api/classes/graphicdataattributes.html +++ b/api/classes/graphicdataattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/graphicframelockattributes.html b/api/classes/graphicframelockattributes.html index 80efc8d04b..431deef5f2 100644 --- a/api/classes/graphicframelockattributes.html +++ b/api/classes/graphicframelockattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/graphicframelocks.html b/api/classes/graphicframelocks.html index 3ef3ffa6d8..fbbd4b360d 100644 --- a/api/classes/graphicframelocks.html +++ b/api/classes/graphicframelocks.html @@ -117,7 +117,7 @@

    Returns GraphicFrameLocks

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/graphicframeproperties.html b/api/classes/graphicframeproperties.html index e13409cc33..28ed3391f6 100644 --- a/api/classes/graphicframeproperties.html +++ b/api/classes/graphicframeproperties.html @@ -117,7 +117,7 @@

    Returns GraphicFrameProperties

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/gridcol.html b/api/classes/gridcol.html index 01d6f41f68..0b08315233 100644 --- a/api/classes/gridcol.html +++ b/api/classes/gridcol.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/gridspan.html b/api/classes/gridspan.html index 12f752acd6..d7d5f90680 100644 --- a/api/classes/gridspan.html +++ b/api/classes/gridspan.html @@ -124,7 +124,7 @@

    Parameters

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Returns void

    @@ -215,7 +215,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/header.html b/api/classes/header.html index 458ebb2479..438599faef 100644 --- a/api/classes/header.html +++ b/api/classes/header.html @@ -125,7 +125,7 @@

    Parameters

    @@ -150,7 +150,7 @@ @@ -168,7 +168,7 @@

    Returns boolean

    @@ -185,7 +185,7 @@
  • Returns number

    @@ -205,7 +205,7 @@
  • Parameters

    @@ -229,7 +229,7 @@

    Parameters

    @@ -253,7 +253,7 @@

    Returns void

    @@ -272,7 +272,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/headerattributes.html b/api/classes/headerattributes.html index 50b5d74327..ad18dbe565 100644 --- a/api/classes/headerattributes.html +++ b/api/classes/headerattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/headerreference.html b/api/classes/headerreference.html index a6536d713d..fe6e5113a4 100644 --- a/api/classes/headerreference.html +++ b/api/classes/headerreference.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/headerreferenceattributes.html b/api/classes/headerreferenceattributes.html index c20e60a09e..bf7fc24c42 100644 --- a/api/classes/headerreferenceattributes.html +++ b/api/classes/headerreferenceattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/headerwrapper.html b/api/classes/headerwrapper.html index 3552928a8d..3f11932952 100644 --- a/api/classes/headerwrapper.html +++ b/api/classes/headerwrapper.html @@ -113,7 +113,7 @@
  • Parameters

    @@ -145,7 +145,7 @@
  • Returns Header

    @@ -162,7 +162,7 @@
  • Returns Media

    @@ -179,7 +179,7 @@
  • Returns Relationships

    @@ -199,7 +199,7 @@
  • Parameters

    @@ -222,7 +222,7 @@
  • Parameters

    @@ -245,7 +245,7 @@
  • Parameters

    diff --git a/api/classes/heading1style.html b/api/classes/heading1style.html index cb5ebfd71b..56bf389077 100644 --- a/api/classes/heading1style.html +++ b/api/classes/heading1style.html @@ -154,7 +154,7 @@

    Returns Heading1Style

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/heading2style.html b/api/classes/heading2style.html index 65f772516c..0f48be34fd 100644 --- a/api/classes/heading2style.html +++ b/api/classes/heading2style.html @@ -154,7 +154,7 @@

    Returns Heading2Style

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/heading3style.html b/api/classes/heading3style.html index 5fb068420e..3827c06107 100644 --- a/api/classes/heading3style.html +++ b/api/classes/heading3style.html @@ -154,7 +154,7 @@

    Returns Heading3Style

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/heading4style.html b/api/classes/heading4style.html index a1a8b4e759..75b0c33cae 100644 --- a/api/classes/heading4style.html +++ b/api/classes/heading4style.html @@ -154,7 +154,7 @@

    Returns Heading4Style

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/heading5style.html b/api/classes/heading5style.html index 00b6867912..79986a3017 100644 --- a/api/classes/heading5style.html +++ b/api/classes/heading5style.html @@ -154,7 +154,7 @@

    Returns Heading5Style

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/heading6style.html b/api/classes/heading6style.html index b5ef99f3c2..67dbcefbbb 100644 --- a/api/classes/heading6style.html +++ b/api/classes/heading6style.html @@ -154,7 +154,7 @@

    Returns Heading6Style

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/headingstyle.html b/api/classes/headingstyle.html index 0107907419..685a62b48d 100644 --- a/api/classes/headingstyle.html +++ b/api/classes/headingstyle.html @@ -177,7 +177,7 @@

    Parameters

    @@ -207,7 +207,7 @@

    Returns boolean

    @@ -228,7 +228,7 @@

    Parameters

    @@ -252,7 +252,7 @@

    Parameters

    @@ -276,7 +276,7 @@

    Parameters

    @@ -300,7 +300,7 @@

    Returns ParagraphStyle

    @@ -318,7 +318,7 @@

    Parameters

    @@ -342,7 +342,7 @@

    Returns ParagraphStyle

    @@ -360,7 +360,7 @@

    Returns ParagraphStyle

    @@ -378,7 +378,7 @@

    Parameters

    @@ -402,7 +402,7 @@

    Parameters

    @@ -426,7 +426,7 @@

    Returns void

    @@ -444,7 +444,7 @@

    Returns ParagraphStyle

    @@ -462,7 +462,7 @@

    Parameters

    @@ -486,7 +486,7 @@

    Parameters

    @@ -510,7 +510,7 @@

    Parameters

    @@ -534,7 +534,7 @@

    Returns ParagraphStyle

    @@ -552,7 +552,7 @@

    Returns ParagraphStyle

    @@ -570,7 +570,7 @@

    Returns ParagraphStyle

    @@ -588,7 +588,7 @@

    Returns ParagraphStyle

    @@ -606,7 +606,7 @@

    Returns ParagraphStyle

    @@ -624,7 +624,7 @@

    Parameters

    @@ -648,7 +648,7 @@

    Parameters

    @@ -672,7 +672,7 @@

    Returns ParagraphStyle

    @@ -690,7 +690,7 @@

    Parameters

    @@ -714,7 +714,7 @@

    Parameters

    @@ -739,7 +739,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -760,7 +760,7 @@

    Parameters

    @@ -784,7 +784,7 @@

    Returns ParagraphStyle

    @@ -802,7 +802,7 @@

    Returns ParagraphStyle

    @@ -820,7 +820,7 @@

    Returns ParagraphStyle

    @@ -838,7 +838,7 @@

    Parameters

    @@ -868,7 +868,7 @@

    Parameters

    @@ -892,7 +892,7 @@

    Returns ParagraphStyle

    @@ -910,7 +910,7 @@

    Parameters

    @@ -934,7 +934,7 @@

    Returns ParagraphStyle

    @@ -952,7 +952,7 @@

    Returns ParagraphStyle

    @@ -970,7 +970,7 @@

    Returns ParagraphStyle

    @@ -988,7 +988,7 @@

    Returns ParagraphStyle

    @@ -1006,7 +1006,7 @@

    Parameters

    @@ -1030,7 +1030,7 @@

    Parameters

    @@ -1057,7 +1057,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/highlight.html b/api/classes/highlight.html index 093dba448f..98565c8a9a 100644 --- a/api/classes/highlight.html +++ b/api/classes/highlight.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/highlightcomplexscript.html b/api/classes/highlightcomplexscript.html index 315288ab7a..987209a8ee 100644 --- a/api/classes/highlightcomplexscript.html +++ b/api/classes/highlightcomplexscript.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/horizontalposition.html b/api/classes/horizontalposition.html index ab6524e548..7a1e1bf34f 100644 --- a/api/classes/horizontalposition.html +++ b/api/classes/horizontalposition.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/hyperlink.html b/api/classes/hyperlink.html index 9675e06095..6fbb8e34b7 100644 --- a/api/classes/hyperlink.html +++ b/api/classes/hyperlink.html @@ -124,7 +124,7 @@

    Parameters

    @@ -152,7 +152,7 @@
    linkId: number
    @@ -170,7 +170,7 @@

    Returns boolean

    @@ -187,7 +187,7 @@
  • Returns TextRun

    @@ -208,7 +208,7 @@

    Parameters

    @@ -232,7 +232,7 @@

    Returns void

    @@ -251,7 +251,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/hyperlinkattributes.html b/api/classes/hyperlinkattributes.html index 859c227506..86f2347821 100644 --- a/api/classes/hyperlinkattributes.html +++ b/api/classes/hyperlinkattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/hyperlinkstyle.html b/api/classes/hyperlinkstyle.html index a4fd98ea5f..e703dab1ee 100644 --- a/api/classes/hyperlinkstyle.html +++ b/api/classes/hyperlinkstyle.html @@ -130,7 +130,7 @@

    Returns HyperlinkStyle

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Returns CharacterStyle

    @@ -262,7 +262,7 @@

    Parameters

    @@ -286,7 +286,7 @@

    Returns void

    @@ -304,7 +304,7 @@

    Parameters

    @@ -328,7 +328,7 @@

    Returns CharacterStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -371,7 +371,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -392,7 +392,7 @@

    Parameters

    @@ -416,7 +416,7 @@

    Returns CharacterStyle

    @@ -434,7 +434,7 @@

    Parameters

    @@ -464,7 +464,7 @@

    Parameters

    @@ -488,7 +488,7 @@

    Returns CharacterStyle

    @@ -506,7 +506,7 @@

    Parameters

    diff --git a/api/classes/ignoreifemptyxmlcomponent.html b/api/classes/ignoreifemptyxmlcomponent.html index d7ba8c306e..2e56f6c679 100644 --- a/api/classes/ignoreifemptyxmlcomponent.html +++ b/api/classes/ignoreifemptyxmlcomponent.html @@ -144,7 +144,7 @@

    Inherited from XmlComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -171,7 +171,7 @@

    Returns boolean

    @@ -192,7 +192,7 @@

    Parameters

    @@ -216,7 +216,7 @@

    Returns void

    @@ -234,7 +234,7 @@

    Returns IXmlableObject diff --git a/api/classes/image.html b/api/classes/image.html index 155cda5fe1..9b2729eb51 100644 --- a/api/classes/image.html +++ b/api/classes/image.html @@ -104,7 +104,7 @@
  • Parameters

    @@ -130,7 +130,7 @@
  • Returns ImageParagraph

    @@ -147,7 +147,7 @@
  • Returns PictureRun

    diff --git a/api/classes/imageparagraph.html b/api/classes/imageparagraph.html index 1a65da455f..45cdf31f7f 100644 --- a/api/classes/imageparagraph.html +++ b/api/classes/imageparagraph.html @@ -126,7 +126,7 @@

    Parameters

    @@ -156,7 +156,7 @@

    Returns boolean

    @@ -173,7 +173,7 @@
  • Returns PictureRun

    @@ -194,7 +194,7 @@

    Parameters

    @@ -218,7 +218,7 @@

    Parameters

    @@ -242,7 +242,7 @@

    Parameters

    @@ -266,7 +266,7 @@

    Parameters

    @@ -290,7 +290,7 @@

    Parameters

    @@ -314,7 +314,7 @@

    Parameters

    @@ -338,7 +338,7 @@

    Parameters

    @@ -362,7 +362,7 @@

    Returns void

    @@ -380,7 +380,7 @@

    Returns Paragraph

    @@ -399,7 +399,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -420,7 +420,7 @@

    Parameters

    diff --git a/api/classes/imagereplacer.html b/api/classes/imagereplacer.html index e626dd96bd..3dc3ba439d 100644 --- a/api/classes/imagereplacer.html +++ b/api/classes/imagereplacer.html @@ -98,7 +98,7 @@
  • Parameters

    @@ -124,7 +124,7 @@
  • Parameters

    diff --git a/api/classes/importdotx.html b/api/classes/importdotx.html index 30e64d4db3..e9eef84e48 100644 --- a/api/classes/importdotx.html +++ b/api/classes/importdotx.html @@ -97,7 +97,7 @@
  • Parameters

    diff --git a/api/classes/importedrootelementattributes.html b/api/classes/importedrootelementattributes.html index 2285d4a547..c92cb8f108 100644 --- a/api/classes/importedrootelementattributes.html +++ b/api/classes/importedrootelementattributes.html @@ -124,7 +124,7 @@

    Parameters

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Returns void

    @@ -214,7 +214,7 @@

    Returns IXmlableObject

    diff --git a/api/classes/importedxmlcomponent.html b/api/classes/importedxmlcomponent.html index b22a9aaaf7..6c57be6c19 100644 --- a/api/classes/importedxmlcomponent.html +++ b/api/classes/importedxmlcomponent.html @@ -126,7 +126,7 @@
    @@ -161,7 +161,7 @@

    Returns boolean

    @@ -182,7 +182,7 @@

    Parameters

    @@ -206,7 +206,7 @@

    Returns void

    @@ -225,7 +225,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -245,7 +245,7 @@
  • Parameters

    @@ -268,7 +268,7 @@
  • diff --git a/api/classes/imprint.html b/api/classes/imprint.html index 89dbbc6e06..299467d58c 100644 --- a/api/classes/imprint.html +++ b/api/classes/imprint.html @@ -117,7 +117,7 @@

    Returns Imprint

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/indent.html b/api/classes/indent.html index 1f47112d73..6f770f2d64 100644 --- a/api/classes/indent.html +++ b/api/classes/indent.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/initializablexmlcomponent.html b/api/classes/initializablexmlcomponent.html index b3d860ed71..43a518ec50 100644 --- a/api/classes/initializablexmlcomponent.html +++ b/api/classes/initializablexmlcomponent.html @@ -125,7 +125,7 @@

    Parameters

    @@ -155,7 +155,7 @@

    Returns boolean

    @@ -176,7 +176,7 @@

    Parameters

    @@ -200,7 +200,7 @@

    Returns void

    @@ -219,7 +219,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/inline.html b/api/classes/inline.html index 543a47645f..ca0f9baade 100644 --- a/api/classes/inline.html +++ b/api/classes/inline.html @@ -124,7 +124,7 @@

    Parameters

    @@ -149,7 +149,7 @@
    mediaData: IMediaData
    @@ -167,7 +167,7 @@

    Returns boolean

    @@ -188,7 +188,7 @@

    Parameters

    @@ -212,7 +212,7 @@

    Returns void

    @@ -231,7 +231,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -251,7 +251,7 @@
  • Parameters

    diff --git a/api/classes/inlineattributes.html b/api/classes/inlineattributes.html index aa58e7a711..d740db73d4 100644 --- a/api/classes/inlineattributes.html +++ b/api/classes/inlineattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/italics.html b/api/classes/italics.html index 6708d295fa..bb66c2be16 100644 --- a/api/classes/italics.html +++ b/api/classes/italics.html @@ -117,7 +117,7 @@

    Returns Italics

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/italicscomplexscript.html b/api/classes/italicscomplexscript.html index 3f75bed8da..a44b9a4b6f 100644 --- a/api/classes/italicscomplexscript.html +++ b/api/classes/italicscomplexscript.html @@ -117,7 +117,7 @@

    Returns ItalicsComplexScript

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/keeplines.html b/api/classes/keeplines.html index acf4b94b79..79770bb69b 100644 --- a/api/classes/keeplines.html +++ b/api/classes/keeplines.html @@ -117,7 +117,7 @@

    Returns KeepLines

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/keepnext.html b/api/classes/keepnext.html index 6f868ca143..8bbe8d13ed 100644 --- a/api/classes/keepnext.html +++ b/api/classes/keepnext.html @@ -117,7 +117,7 @@

    Returns KeepNext

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/keywords.html b/api/classes/keywords.html index 27af24b8a9..a0a404fbb1 100644 --- a/api/classes/keywords.html +++ b/api/classes/keywords.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/lastmodifiedby.html b/api/classes/lastmodifiedby.html index e17e03b652..c094bc8529 100644 --- a/api/classes/lastmodifiedby.html +++ b/api/classes/lastmodifiedby.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/leftcellmargin.html b/api/classes/leftcellmargin.html index d69ede9ca4..14e63ac539 100644 --- a/api/classes/leftcellmargin.html +++ b/api/classes/leftcellmargin.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/lefttabstop.html b/api/classes/lefttabstop.html index 11dd658562..9ee741dea7 100644 --- a/api/classes/lefttabstop.html +++ b/api/classes/lefttabstop.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/level.html b/api/classes/level.html index 83c221b5b7..7818326dea 100644 --- a/api/classes/level.html +++ b/api/classes/level.html @@ -145,7 +145,7 @@

    Parameters

    @@ -181,7 +181,7 @@

    Returns boolean

    @@ -202,7 +202,7 @@

    Parameters

    @@ -226,7 +226,7 @@

    Parameters

    @@ -250,7 +250,7 @@

    Parameters

    @@ -274,7 +274,7 @@

    Returns Level

    @@ -292,7 +292,7 @@

    Returns Level

    @@ -310,7 +310,7 @@

    Returns Level

    @@ -328,7 +328,7 @@

    Parameters

    @@ -352,7 +352,7 @@

    Returns void

    @@ -370,7 +370,7 @@

    Returns Level

    @@ -388,7 +388,7 @@

    Parameters

    @@ -412,7 +412,7 @@

    Parameters

    @@ -436,7 +436,7 @@

    Parameters

    @@ -460,7 +460,7 @@

    Returns Level

    @@ -478,7 +478,7 @@

    Returns Level

    @@ -496,7 +496,7 @@

    Returns Level

    @@ -514,7 +514,7 @@

    Returns Level

    @@ -532,7 +532,7 @@

    Returns Level

    @@ -550,7 +550,7 @@

    Parameters

    @@ -574,7 +574,7 @@

    Returns Level

    @@ -593,7 +593,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -614,7 +614,7 @@

    Returns Level

    @@ -632,7 +632,7 @@

    Parameters

    @@ -656,7 +656,7 @@

    Parameters

    @@ -686,7 +686,7 @@

    Parameters

    @@ -710,7 +710,7 @@

    Returns Level

    @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns Level

    @@ -770,7 +770,7 @@

    Returns Level

    @@ -788,7 +788,7 @@

    Returns Level

    @@ -806,7 +806,7 @@

    Returns Level

    @@ -824,7 +824,7 @@

    Parameters

    diff --git a/api/classes/levelbase.html b/api/classes/levelbase.html index 744c4177e6..35b05497f9 100644 --- a/api/classes/levelbase.html +++ b/api/classes/levelbase.html @@ -153,7 +153,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns boolean

    @@ -213,7 +213,7 @@

    Parameters

    @@ -236,7 +236,7 @@
  • Parameters

    @@ -259,7 +259,7 @@
  • Parameters

    @@ -282,7 +282,7 @@
  • Returns Level

    @@ -299,7 +299,7 @@
  • Returns Level

    @@ -316,7 +316,7 @@
  • Returns Level

    @@ -333,7 +333,7 @@
  • Parameters

    @@ -357,7 +357,7 @@

    Returns void

    @@ -374,7 +374,7 @@
  • Returns Level

    @@ -391,7 +391,7 @@
  • Parameters

    @@ -414,7 +414,7 @@
  • Parameters

    @@ -437,7 +437,7 @@
  • Parameters

    @@ -460,7 +460,7 @@
  • Returns Level

    @@ -477,7 +477,7 @@
  • Returns Level

    @@ -494,7 +494,7 @@
  • Returns Level

    @@ -511,7 +511,7 @@
  • Returns Level

    @@ -528,7 +528,7 @@
  • Returns Level

    @@ -545,7 +545,7 @@
  • Parameters

    @@ -568,7 +568,7 @@
  • Returns Level

    @@ -587,7 +587,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -607,7 +607,7 @@
  • Returns Level

    @@ -624,7 +624,7 @@
  • Parameters

    @@ -647,7 +647,7 @@
  • Parameters

    @@ -676,7 +676,7 @@
  • Parameters

    @@ -699,7 +699,7 @@
  • Returns Level

    @@ -716,7 +716,7 @@
  • Parameters

    @@ -739,7 +739,7 @@
  • Returns Level

    @@ -756,7 +756,7 @@
  • Returns Level

    @@ -773,7 +773,7 @@
  • Returns Level

    @@ -790,7 +790,7 @@
  • Returns Level

    @@ -807,7 +807,7 @@
  • Parameters

    diff --git a/api/classes/levelforoverride.html b/api/classes/levelforoverride.html index e5ef8c4034..bcefe9d58e 100644 --- a/api/classes/levelforoverride.html +++ b/api/classes/levelforoverride.html @@ -146,7 +146,7 @@

    Inherited from LevelBase.constructor

    Overrides XmlComponent.constructor

    Parameters

    @@ -185,7 +185,7 @@

    Returns boolean

    @@ -206,7 +206,7 @@

    Parameters

    @@ -230,7 +230,7 @@

    Parameters

    @@ -254,7 +254,7 @@

    Parameters

    @@ -278,7 +278,7 @@

    Returns Level

    @@ -296,7 +296,7 @@

    Returns Level

    @@ -314,7 +314,7 @@

    Returns Level

    @@ -332,7 +332,7 @@

    Parameters

    @@ -356,7 +356,7 @@

    Returns void

    @@ -374,7 +374,7 @@

    Returns Level

    @@ -392,7 +392,7 @@

    Parameters

    @@ -416,7 +416,7 @@

    Parameters

    @@ -440,7 +440,7 @@

    Parameters

    @@ -464,7 +464,7 @@

    Returns Level

    @@ -482,7 +482,7 @@

    Returns Level

    @@ -500,7 +500,7 @@

    Returns Level

    @@ -518,7 +518,7 @@

    Returns Level

    @@ -536,7 +536,7 @@

    Returns Level

    @@ -554,7 +554,7 @@

    Parameters

    @@ -578,7 +578,7 @@

    Returns Level

    @@ -597,7 +597,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -618,7 +618,7 @@

    Returns Level

    @@ -636,7 +636,7 @@

    Parameters

    @@ -660,7 +660,7 @@

    Parameters

    @@ -690,7 +690,7 @@

    Parameters

    @@ -714,7 +714,7 @@

    Returns Level

    @@ -732,7 +732,7 @@

    Parameters

    @@ -756,7 +756,7 @@

    Returns Level

    @@ -774,7 +774,7 @@

    Returns Level

    @@ -792,7 +792,7 @@

    Returns Level

    @@ -810,7 +810,7 @@

    Returns Level

    @@ -828,7 +828,7 @@

    Parameters

    diff --git a/api/classes/leveloverride.html b/api/classes/leveloverride.html index 732c10b42a..69dc74e6d8 100644 --- a/api/classes/leveloverride.html +++ b/api/classes/leveloverride.html @@ -118,7 +118,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@
  • Returns LevelForOverride

    @@ -186,7 +186,7 @@

    Parameters

    @@ -210,7 +210,7 @@

    Returns void

    @@ -229,7 +229,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/linenumberattributes.html b/api/classes/linenumberattributes.html index 3183af7424..d88abb02cf 100644 --- a/api/classes/linenumberattributes.html +++ b/api/classes/linenumberattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/linenumbertype.html b/api/classes/linenumbertype.html index 5173ece6de..ca9ef0a643 100644 --- a/api/classes/linenumbertype.html +++ b/api/classes/linenumbertype.html @@ -117,7 +117,7 @@

    Parameters

    @@ -153,7 +153,7 @@

    Returns boolean

    @@ -174,7 +174,7 @@

    Parameters

    @@ -198,7 +198,7 @@

    Returns void

    @@ -217,7 +217,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/link.html b/api/classes/link.html index 58b47f16db..239d161d1f 100644 --- a/api/classes/link.html +++ b/api/classes/link.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/listparagraph.html b/api/classes/listparagraph.html index 35d4b63aee..996e389b23 100644 --- a/api/classes/listparagraph.html +++ b/api/classes/listparagraph.html @@ -154,7 +154,7 @@

    Returns ListParagraph

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/maxrighttabstop.html b/api/classes/maxrighttabstop.html index 780e158464..b1d4167c14 100644 --- a/api/classes/maxrighttabstop.html +++ b/api/classes/maxrighttabstop.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/media.html b/api/classes/media.html index 227c41076e..079cdf163b 100644 --- a/api/classes/media.html +++ b/api/classes/media.html @@ -111,7 +111,7 @@
  • Returns Media

    @@ -131,7 +131,7 @@
  • Returns IMediaData[]

    @@ -151,7 +151,7 @@
  • Parameters

    @@ -180,7 +180,7 @@
  • Parameters

    @@ -203,7 +203,7 @@
  • Parameters

    diff --git a/api/classes/modified.html b/api/classes/modified.html index fa799c0e6c..91c5f6ac3f 100644 --- a/api/classes/modified.html +++ b/api/classes/modified.html @@ -117,7 +117,7 @@

    Returns Modified

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/multileveltype.html b/api/classes/multileveltype.html index bfb37b98cc..167eb63eed 100644 --- a/api/classes/multileveltype.html +++ b/api/classes/multileveltype.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/name.html b/api/classes/name.html index 20e628ce5b..067158de30 100644 --- a/api/classes/name.html +++ b/api/classes/name.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/next.html b/api/classes/next.html index e64c43519e..f9cc0581b9 100644 --- a/api/classes/next.html +++ b/api/classes/next.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/nonvisualpicproperties.html b/api/classes/nonvisualpicproperties.html index e057eae9e3..2e712a20b0 100644 --- a/api/classes/nonvisualpicproperties.html +++ b/api/classes/nonvisualpicproperties.html @@ -117,7 +117,7 @@

    Returns NonVisualPicProperties

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/nonvisualproperties.html b/api/classes/nonvisualproperties.html index c6ee01750e..f8bf56ab9c 100644 --- a/api/classes/nonvisualproperties.html +++ b/api/classes/nonvisualproperties.html @@ -117,7 +117,7 @@

    Returns NonVisualProperties

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/nonvisualpropertiesattributes.html b/api/classes/nonvisualpropertiesattributes.html index 9234affd43..aa7ff9f391 100644 --- a/api/classes/nonvisualpropertiesattributes.html +++ b/api/classes/nonvisualpropertiesattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/num.html b/api/classes/num.html index e84ed45f2a..edec845d66 100644 --- a/api/classes/num.html +++ b/api/classes/num.html @@ -124,7 +124,7 @@

    Parameters

    @@ -149,7 +149,7 @@
    id: number
    @@ -167,7 +167,7 @@

    Returns boolean

    @@ -188,7 +188,7 @@

    Parameters

    @@ -212,7 +212,7 @@

    Returns void

    @@ -229,7 +229,7 @@
  • Parameters

    @@ -257,7 +257,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/numbering.html b/api/classes/numbering.html index bd9fc8bfae..1c29e5f087 100644 --- a/api/classes/numbering.html +++ b/api/classes/numbering.html @@ -119,7 +119,7 @@

    Returns Numbering

    @@ -140,7 +140,7 @@

    Returns boolean

    @@ -161,7 +161,7 @@

    Parameters

    @@ -184,7 +184,7 @@
  • Returns AbstractNumbering

    @@ -201,7 +201,7 @@
  • Parameters

    @@ -225,7 +225,7 @@

    Returns void

    @@ -243,7 +243,7 @@

    Returns IXmlableObject diff --git a/api/classes/numberofpages.html b/api/classes/numberofpages.html index 4eaf5f0850..d044dfc4f7 100644 --- a/api/classes/numberofpages.html +++ b/api/classes/numberofpages.html @@ -117,7 +117,7 @@

    Returns NumberOfPages

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/numberproperties.html b/api/classes/numberproperties.html index 94ff3f9514..b8c2907c59 100644 --- a/api/classes/numberproperties.html +++ b/api/classes/numberproperties.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/offset.html b/api/classes/offset.html index 4c202db461..a5df99ec47 100644 --- a/api/classes/offset.html +++ b/api/classes/offset.html @@ -117,7 +117,7 @@

    Returns Offset

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/offsetattributes.html b/api/classes/offsetattributes.html index 02cd88ea38..e1584130b2 100644 --- a/api/classes/offsetattributes.html +++ b/api/classes/offsetattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/outlinelevel.html b/api/classes/outlinelevel.html index 6f65dec60f..08368970c4 100644 --- a/api/classes/outlinelevel.html +++ b/api/classes/outlinelevel.html @@ -123,7 +123,7 @@

    Parameters

    @@ -145,7 +145,7 @@
    level: number
    @@ -163,7 +163,7 @@

    Returns boolean

    @@ -184,7 +184,7 @@

    Parameters

    @@ -208,7 +208,7 @@

    Returns void

    @@ -227,7 +227,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/override.html b/api/classes/override.html index e54e885e35..7942f6668d 100644 --- a/api/classes/override.html +++ b/api/classes/override.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/overrideattributes.html b/api/classes/overrideattributes.html index f4e2e679d9..f93d1855e6 100644 --- a/api/classes/overrideattributes.html +++ b/api/classes/overrideattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/packer.html b/api/classes/packer.html index 599a49017b..3c237567b3 100644 --- a/api/classes/packer.html +++ b/api/classes/packer.html @@ -76,62 +76,30 @@

    Index

    -
    -

    Constructors

    - -

    Methods

    -
    -

    Constructors

    -
    - -

    constructor

    -
      -
    • new Packer(prettifyXml?: undefined | true | false): Packer
    • -
    - -
    -

    Methods

    -
    +
    -

    toBase64String

    -
      -
    • toBase64String(file: File): Promise<string>
    • +

      Static toBase64String

      +
        +
      • toBase64String(file: File, prettify?: undefined | true | false): Promise<string>

      Returns Promise<string>

    -
    +
    -

    toBlob

    -
      -
    • toBlob(file: File): Promise<Blob>
    • +

      Static toBlob

      +
        +
      • toBlob(file: File, prettify?: undefined | true | false): Promise<Blob>

      Returns Promise<Blob>

    -
    +
    -

    toBuffer

    -
    @@ -182,7 +182,7 @@

    Inherited from BaseXmlComponent.IsDeleted

    Overrides BaseXmlComponent.IsDeleted

    Returns boolean

    @@ -204,7 +204,7 @@

    Inherited from XmlComponent.addChildElement

    Overrides XmlComponent.addChildElement

    Parameters

    @@ -229,7 +229,7 @@

    Inherited from XmlComponent.delete

    Overrides XmlComponent.delete

    Returns void

    @@ -248,7 +248,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -268,7 +268,7 @@
  • Parameters

    diff --git a/api/classes/stylelevel.html b/api/classes/stylelevel.html index f304aae951..f3d9e06ec3 100644 --- a/api/classes/stylelevel.html +++ b/api/classes/stylelevel.html @@ -104,7 +104,7 @@
  • Parameters

    @@ -129,7 +129,7 @@
    level: number
  • @@ -139,7 +139,7 @@
    styleName: string
    diff --git a/api/classes/styles.html b/api/classes/styles.html index d6de4fec5e..8fc25d403d 100644 --- a/api/classes/styles.html +++ b/api/classes/styles.html @@ -121,7 +121,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -169,7 +169,7 @@

    Parameters

    @@ -192,7 +192,7 @@
  • Parameters

    @@ -218,7 +218,7 @@
  • Returns DocumentDefaults

    @@ -235,7 +235,7 @@
  • Parameters

    @@ -262,7 +262,7 @@

    Returns void

    @@ -281,7 +281,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -301,7 +301,7 @@
  • Parameters

    diff --git a/api/classes/subject.html b/api/classes/subject.html index 857a31f96c..0e7f6ccb2c 100644 --- a/api/classes/subject.html +++ b/api/classes/subject.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/subscript.html b/api/classes/subscript.html index 4b7c83f519..2deb82f401 100644 --- a/api/classes/subscript.html +++ b/api/classes/subscript.html @@ -117,7 +117,7 @@

    Returns SubScript

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/superscript.html b/api/classes/superscript.html index 09a096cdad..1849869f82 100644 --- a/api/classes/superscript.html +++ b/api/classes/superscript.html @@ -117,7 +117,7 @@

    Returns SuperScript

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tab.html b/api/classes/tab.html index ab3c19709e..f09246d5ec 100644 --- a/api/classes/tab.html +++ b/api/classes/tab.html @@ -117,7 +117,7 @@

    Returns Tab

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tabattributes.html b/api/classes/tabattributes.html index 854a622a60..6c12e2cf2d 100644 --- a/api/classes/tabattributes.html +++ b/api/classes/tabattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -146,7 +146,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -186,7 +186,7 @@

    Parameters

    diff --git a/api/classes/table.html b/api/classes/table.html index 86dd93228b..4311b9a04d 100644 --- a/api/classes/table.html +++ b/api/classes/table.html @@ -120,7 +120,7 @@

    Parameters

    @@ -149,7 +149,7 @@

    Returns boolean

    @@ -170,7 +170,7 @@

    Parameters

    @@ -194,7 +194,7 @@

    Returns void

    @@ -211,7 +211,7 @@
  • Parameters

    @@ -237,7 +237,7 @@
  • Parameters

    @@ -260,7 +260,7 @@
  • Parameters

    @@ -285,7 +285,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tableborders.html b/api/classes/tableborders.html index 1ae9abd413..98f6fb93ad 100644 --- a/api/classes/tableborders.html +++ b/api/classes/tableborders.html @@ -117,7 +117,7 @@

    Returns TableBorders

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tablecell.html b/api/classes/tablecell.html index 91115dab1e..f3ebd8651a 100644 --- a/api/classes/tablecell.html +++ b/api/classes/tablecell.html @@ -125,7 +125,7 @@

    Returns TableCell

    @@ -145,7 +145,7 @@
  • Returns TableCellBorders

    @@ -163,7 +163,7 @@

    Returns boolean

    @@ -180,7 +180,7 @@
  • Returns TableCellProperties

    @@ -200,7 +200,7 @@
  • Parameters

    @@ -224,7 +224,7 @@

    Parameters

    @@ -247,7 +247,7 @@
  • Parameters

    @@ -270,7 +270,7 @@
  • Parameters

    @@ -294,7 +294,7 @@

    Returns void

    @@ -312,7 +312,7 @@

    Returns IXmlableObject @@ -332,7 +332,7 @@
  • Parameters

    @@ -355,7 +355,7 @@
  • Parameters

    @@ -378,7 +378,7 @@
  • Parameters

    diff --git a/api/classes/tablecellborders.html b/api/classes/tablecellborders.html index ee89ddc309..397b214a60 100644 --- a/api/classes/tablecellborders.html +++ b/api/classes/tablecellborders.html @@ -123,7 +123,7 @@

    Returns TableCellBorders

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -164,7 +164,7 @@
  • Parameters

    @@ -194,7 +194,7 @@

    Parameters

    @@ -217,7 +217,7 @@
  • Parameters

    @@ -246,7 +246,7 @@
  • Parameters

    @@ -275,7 +275,7 @@
  • Parameters

    @@ -304,7 +304,7 @@
  • Parameters

    @@ -333,7 +333,7 @@
  • Parameters

    @@ -363,7 +363,7 @@

    Returns void

    @@ -382,7 +382,7 @@

    Inherited from IgnoreIfEmptyXmlComponent.prepForXml

    Overrides XmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tablecellmargin.html b/api/classes/tablecellmargin.html index ec1f4f1c6e..9faf0accec 100644 --- a/api/classes/tablecellmargin.html +++ b/api/classes/tablecellmargin.html @@ -124,7 +124,7 @@

    Parameters

    @@ -154,7 +154,7 @@

    Inherited from BaseXmlComponent.IsDeleted

    Overrides BaseXmlComponent.IsDeleted

    Returns boolean

    @@ -174,7 +174,7 @@
  • Parameters

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.addChildElement

    Overrides XmlComponent.addChildElement

    Parameters

    @@ -225,7 +225,7 @@
  • Parameters

    @@ -251,7 +251,7 @@
  • Parameters

    @@ -277,7 +277,7 @@
  • Parameters

    @@ -305,7 +305,7 @@

    Inherited from XmlComponent.delete

    Overrides XmlComponent.delete

    Returns void

    @@ -324,7 +324,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tablecellproperties.html b/api/classes/tablecellproperties.html index 2cc52409dc..c1dbc12371 100644 --- a/api/classes/tablecellproperties.html +++ b/api/classes/tablecellproperties.html @@ -124,7 +124,7 @@

    Returns TableCellProperties

    @@ -144,7 +144,7 @@
  • Returns TableCellBorders

    @@ -162,7 +162,7 @@

    Returns boolean

    @@ -183,7 +183,7 @@

    Parameters

    @@ -206,7 +206,7 @@
  • Parameters

    @@ -229,7 +229,7 @@
  • Parameters

    @@ -252,7 +252,7 @@
  • Parameters

    @@ -276,7 +276,7 @@

    Returns void

    @@ -295,7 +295,7 @@

    Inherited from IgnoreIfEmptyXmlComponent.prepForXml

    Overrides XmlComponent.prepForXml

    Returns IXmlableObject @@ -315,7 +315,7 @@
  • Parameters

    @@ -338,7 +338,7 @@
  • Parameters

    @@ -361,7 +361,7 @@
  • Parameters

    diff --git a/api/classes/tablecellwidth.html b/api/classes/tablecellwidth.html index 4788718d6a..a502c48e47 100644 --- a/api/classes/tablecellwidth.html +++ b/api/classes/tablecellwidth.html @@ -124,7 +124,7 @@

    Parameters

    @@ -154,7 +154,7 @@

    Returns boolean

    @@ -175,7 +175,7 @@

    Parameters

    @@ -199,7 +199,7 @@

    Returns void

    @@ -218,7 +218,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tablecolumn.html b/api/classes/tablecolumn.html index 3085c34b29..b2003c00a7 100644 --- a/api/classes/tablecolumn.html +++ b/api/classes/tablecolumn.html @@ -104,7 +104,7 @@
  • Parameters

    @@ -130,7 +130,7 @@
  • Parameters

    @@ -153,7 +153,7 @@
  • Parameters

    diff --git a/api/classes/tablefloatoptionsattributes.html b/api/classes/tablefloatoptionsattributes.html index 851676cdfc..a4160afd75 100644 --- a/api/classes/tablefloatoptionsattributes.html +++ b/api/classes/tablefloatoptionsattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/tablefloatproperties.html b/api/classes/tablefloatproperties.html index 821e5f9ea2..c38f4db7e3 100644 --- a/api/classes/tablefloatproperties.html +++ b/api/classes/tablefloatproperties.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tablegrid.html b/api/classes/tablegrid.html index f5b1626d39..8f99f98dea 100644 --- a/api/classes/tablegrid.html +++ b/api/classes/tablegrid.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tableheader.html b/api/classes/tableheader.html index cd50404b43..882d6f9e5c 100644 --- a/api/classes/tableheader.html +++ b/api/classes/tableheader.html @@ -117,7 +117,7 @@

    Returns TableHeader

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tablelayout.html b/api/classes/tablelayout.html index 0cacd6f1b6..dd5d80a47c 100644 --- a/api/classes/tablelayout.html +++ b/api/classes/tablelayout.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tableofcontents.html b/api/classes/tableofcontents.html index bf5eedd540..8fbe267307 100644 --- a/api/classes/tableofcontents.html +++ b/api/classes/tableofcontents.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tableproperties.html b/api/classes/tableproperties.html index bfdfff526c..e14c1abc27 100644 --- a/api/classes/tableproperties.html +++ b/api/classes/tableproperties.html @@ -127,7 +127,7 @@

    Inherited from XmlComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -153,7 +153,7 @@
  • Returns TableCellMargin

    @@ -172,7 +172,7 @@

    Inherited from BaseXmlComponent.IsDeleted

    Overrides BaseXmlComponent.IsDeleted

    Returns boolean

    @@ -194,7 +194,7 @@

    Inherited from XmlComponent.addChildElement

    Overrides XmlComponent.addChildElement

    Parameters

    @@ -219,7 +219,7 @@

    Inherited from XmlComponent.delete

    Overrides XmlComponent.delete

    Returns void

    @@ -238,7 +238,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -258,7 +258,7 @@
  • Returns TableProperties

    @@ -275,7 +275,7 @@
  • Parameters

    @@ -298,7 +298,7 @@
  • Parameters

    @@ -321,7 +321,7 @@
  • Parameters

    @@ -344,7 +344,7 @@
  • Parameters

    diff --git a/api/classes/tablerow.html b/api/classes/tablerow.html index 96f654ab28..57cc5dd13c 100644 --- a/api/classes/tablerow.html +++ b/api/classes/tablerow.html @@ -123,7 +123,7 @@

    Parameters

    @@ -150,7 +150,7 @@

    Returns boolean

    @@ -171,7 +171,7 @@

    Parameters

    @@ -194,7 +194,7 @@
  • Parameters

    @@ -221,7 +221,7 @@

    Returns void

    @@ -238,7 +238,7 @@
  • Parameters

    @@ -261,7 +261,7 @@
  • Parameters

    @@ -289,7 +289,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -309,7 +309,7 @@
  • Returns TableRow

    @@ -326,7 +326,7 @@
  • Parameters

    @@ -352,7 +352,7 @@
  • Returns TableRow

    diff --git a/api/classes/tablerowheight.html b/api/classes/tablerowheight.html index 8a5e29d555..c230c0f006 100644 --- a/api/classes/tablerowheight.html +++ b/api/classes/tablerowheight.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tablerowheightattributes.html b/api/classes/tablerowheightattributes.html index 6a198d8279..b12619e32e 100644 --- a/api/classes/tablerowheightattributes.html +++ b/api/classes/tablerowheightattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/tablerowproperties.html b/api/classes/tablerowproperties.html index 417f97a392..9fd43445a2 100644 --- a/api/classes/tablerowproperties.html +++ b/api/classes/tablerowproperties.html @@ -120,7 +120,7 @@

    Returns TableRowProperties

    @@ -141,7 +141,7 @@

    Returns boolean

    @@ -162,7 +162,7 @@

    Parameters

    @@ -186,7 +186,7 @@

    Returns void

    @@ -205,7 +205,7 @@

    Inherited from IgnoreIfEmptyXmlComponent.prepForXml

    Overrides XmlComponent.prepForXml

    Returns IXmlableObject @@ -225,7 +225,7 @@
  • Returns TableRowProperties

    @@ -242,7 +242,7 @@
  • Parameters

    @@ -268,7 +268,7 @@
  • Returns TableRowProperties

    diff --git a/api/classes/tableshading.html b/api/classes/tableshading.html index a3c88f493b..4d90b717aa 100644 --- a/api/classes/tableshading.html +++ b/api/classes/tableshading.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tabstop.html b/api/classes/tabstop.html index 9ec9ef6fe1..cf78ed7fd7 100644 --- a/api/classes/tabstop.html +++ b/api/classes/tabstop.html @@ -131,7 +131,7 @@

    Parameters

    @@ -158,7 +158,7 @@

    Returns boolean

    @@ -179,7 +179,7 @@

    Parameters

    @@ -203,7 +203,7 @@

    Returns void

    @@ -222,7 +222,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/tabstopitem.html b/api/classes/tabstopitem.html index d467cf8720..0853f9c66d 100644 --- a/api/classes/tabstopitem.html +++ b/api/classes/tabstopitem.html @@ -117,7 +117,7 @@

    Parameters

    @@ -150,7 +150,7 @@

    Returns boolean

    @@ -171,7 +171,7 @@

    Parameters

    @@ -195,7 +195,7 @@

    Returns void

    @@ -214,7 +214,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/text.html b/api/classes/text.html index 32f3ad25f7..0d3eea1aad 100644 --- a/api/classes/text.html +++ b/api/classes/text.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/textrun.html b/api/classes/textrun.html index fabbd4456f..380589640e 100644 --- a/api/classes/textrun.html +++ b/api/classes/textrun.html @@ -121,7 +121,7 @@

    Parameters

    @@ -148,7 +148,7 @@

    Returns boolean

    @@ -169,7 +169,7 @@

    Parameters

    @@ -193,7 +193,7 @@

    Returns Run

    @@ -211,7 +211,7 @@

    Returns void

    @@ -229,7 +229,7 @@

    Returns Run

    @@ -247,7 +247,7 @@

    Returns Run

    @@ -266,7 +266,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -287,7 +287,7 @@

    Returns Run

    diff --git a/api/classes/thematicbreak.html b/api/classes/thematicbreak.html index 12be98164d..775dff1f3f 100644 --- a/api/classes/thematicbreak.html +++ b/api/classes/thematicbreak.html @@ -117,7 +117,7 @@

    Returns ThematicBreak

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/thickunderline.html b/api/classes/thickunderline.html index 2e976cef11..6db73b6d42 100644 --- a/api/classes/thickunderline.html +++ b/api/classes/thickunderline.html @@ -117,7 +117,7 @@

    Returns ThickUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/title.html b/api/classes/title.html index 4bcbaab05f..d95348f989 100644 --- a/api/classes/title.html +++ b/api/classes/title.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/titlepage.html b/api/classes/titlepage.html index 6ac9c79f78..4de0b9901e 100644 --- a/api/classes/titlepage.html +++ b/api/classes/titlepage.html @@ -117,7 +117,7 @@

    Returns TitlePage

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/titlepageattributes.html b/api/classes/titlepageattributes.html index 8e58d80c81..9ef0829b7a 100644 --- a/api/classes/titlepageattributes.html +++ b/api/classes/titlepageattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/titlestyle.html b/api/classes/titlestyle.html index 344b44f9a2..015660e216 100644 --- a/api/classes/titlestyle.html +++ b/api/classes/titlestyle.html @@ -154,7 +154,7 @@

    Returns TitleStyle

    @@ -175,7 +175,7 @@

    Returns boolean

    @@ -196,7 +196,7 @@

    Parameters

    @@ -220,7 +220,7 @@

    Parameters

    @@ -244,7 +244,7 @@

    Parameters

    @@ -268,7 +268,7 @@

    Returns ParagraphStyle

    @@ -286,7 +286,7 @@

    Parameters

    @@ -310,7 +310,7 @@

    Returns ParagraphStyle

    @@ -328,7 +328,7 @@

    Returns ParagraphStyle

    @@ -346,7 +346,7 @@

    Parameters

    @@ -370,7 +370,7 @@

    Parameters

    @@ -394,7 +394,7 @@

    Returns void

    @@ -412,7 +412,7 @@

    Returns ParagraphStyle

    @@ -430,7 +430,7 @@

    Parameters

    @@ -454,7 +454,7 @@

    Parameters

    @@ -478,7 +478,7 @@

    Parameters

    @@ -502,7 +502,7 @@

    Returns ParagraphStyle

    @@ -520,7 +520,7 @@

    Returns ParagraphStyle

    @@ -538,7 +538,7 @@

    Returns ParagraphStyle

    @@ -556,7 +556,7 @@

    Returns ParagraphStyle

    @@ -574,7 +574,7 @@

    Returns ParagraphStyle

    @@ -592,7 +592,7 @@

    Parameters

    @@ -616,7 +616,7 @@

    Parameters

    @@ -640,7 +640,7 @@

    Returns ParagraphStyle

    @@ -658,7 +658,7 @@

    Parameters

    @@ -682,7 +682,7 @@

    Parameters

    @@ -707,7 +707,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject @@ -728,7 +728,7 @@

    Parameters

    @@ -752,7 +752,7 @@

    Returns ParagraphStyle

    @@ -770,7 +770,7 @@

    Returns ParagraphStyle

    @@ -788,7 +788,7 @@

    Returns ParagraphStyle

    @@ -806,7 +806,7 @@

    Parameters

    @@ -836,7 +836,7 @@

    Parameters

    @@ -860,7 +860,7 @@

    Returns ParagraphStyle

    @@ -878,7 +878,7 @@

    Parameters

    @@ -902,7 +902,7 @@

    Returns ParagraphStyle

    @@ -920,7 +920,7 @@

    Returns ParagraphStyle

    @@ -938,7 +938,7 @@

    Returns ParagraphStyle

    @@ -956,7 +956,7 @@

    Returns ParagraphStyle

    @@ -974,7 +974,7 @@

    Parameters

    @@ -998,7 +998,7 @@

    Parameters

    @@ -1025,7 +1025,7 @@

    Returns ParagraphStyle

    diff --git a/api/classes/topcellmargin.html b/api/classes/topcellmargin.html index 45b6389db3..9c441ebc3b 100644 --- a/api/classes/topcellmargin.html +++ b/api/classes/topcellmargin.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/uipriority.html b/api/classes/uipriority.html index e778a8982c..ac459baf1b 100644 --- a/api/classes/uipriority.html +++ b/api/classes/uipriority.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/underline.html b/api/classes/underline.html index 55764b977f..eeb55668f5 100644 --- a/api/classes/underline.html +++ b/api/classes/underline.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/unhidewhenused.html b/api/classes/unhidewhenused.html index edff96bba3..202bb67452 100644 --- a/api/classes/unhidewhenused.html +++ b/api/classes/unhidewhenused.html @@ -117,7 +117,7 @@

    Returns UnhideWhenUsed

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/updatefields.html b/api/classes/updatefields.html index 33ea4c1556..730b02c5cd 100644 --- a/api/classes/updatefields.html +++ b/api/classes/updatefields.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/updatefieldsattributes.html b/api/classes/updatefieldsattributes.html index 3c3b19c97f..7115c2f7f7 100644 --- a/api/classes/updatefieldsattributes.html +++ b/api/classes/updatefieldsattributes.html @@ -117,7 +117,7 @@

    Inherited from XmlAttributeComponent.constructor

    Overrides BaseXmlComponent.constructor

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -166,7 +166,7 @@

    Inherited from XmlAttributeComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject

    @@ -184,7 +184,7 @@

    Parameters

    diff --git a/api/classes/valign.html b/api/classes/valign.html index 9fc5807890..6e8aee6151 100644 --- a/api/classes/valign.html +++ b/api/classes/valign.html @@ -124,7 +124,7 @@

    Parameters

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Returns void

    @@ -215,7 +215,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/verticalalign.html b/api/classes/verticalalign.html index 3bbe250351..cbf5902509 100644 --- a/api/classes/verticalalign.html +++ b/api/classes/verticalalign.html @@ -128,7 +128,7 @@
    BOTTOM: = "bottom"

  • @@ -138,7 +138,7 @@
    CENTER: = "center"
    @@ -148,7 +148,7 @@
    TOP: = "top"
    @@ -166,7 +166,7 @@

    Parameters

    @@ -193,7 +193,7 @@

    Returns boolean

    @@ -214,7 +214,7 @@

    Parameters

    @@ -238,7 +238,7 @@

    Returns void

    @@ -257,7 +257,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/verticalposition.html b/api/classes/verticalposition.html index a404efd6c2..6bda7ab01b 100644 --- a/api/classes/verticalposition.html +++ b/api/classes/verticalposition.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/vmerge.html b/api/classes/vmerge.html index 1d08d76e1b..1bdecdf221 100644 --- a/api/classes/vmerge.html +++ b/api/classes/vmerge.html @@ -124,7 +124,7 @@

    Parameters

    @@ -151,7 +151,7 @@

    Returns boolean

    @@ -172,7 +172,7 @@

    Parameters

    @@ -196,7 +196,7 @@

    Returns void

    @@ -215,7 +215,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/waveunderline.html b/api/classes/waveunderline.html index b1e68afc77..27ca5f6930 100644 --- a/api/classes/waveunderline.html +++ b/api/classes/waveunderline.html @@ -117,7 +117,7 @@

    Returns WaveUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/wavydoubleunderline.html b/api/classes/wavydoubleunderline.html index 81490c4092..b8a9fb1a74 100644 --- a/api/classes/wavydoubleunderline.html +++ b/api/classes/wavydoubleunderline.html @@ -117,7 +117,7 @@

    Returns WavyDoubleUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/wavyheavyunderline.html b/api/classes/wavyheavyunderline.html index 98d76a3169..8666c6362d 100644 --- a/api/classes/wavyheavyunderline.html +++ b/api/classes/wavyheavyunderline.html @@ -117,7 +117,7 @@

    Returns WavyHeavyUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/wordsunderline.html b/api/classes/wordsunderline.html index bc658c2707..5a908bdf44 100644 --- a/api/classes/wordsunderline.html +++ b/api/classes/wordsunderline.html @@ -117,7 +117,7 @@

    Returns WordsUnderline

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/wrapnone.html b/api/classes/wrapnone.html index 1daae0ca96..8541058f84 100644 --- a/api/classes/wrapnone.html +++ b/api/classes/wrapnone.html @@ -117,7 +117,7 @@

    Returns WrapNone

    @@ -138,7 +138,7 @@

    Returns boolean

    @@ -159,7 +159,7 @@

    Parameters

    @@ -183,7 +183,7 @@

    Returns void

    @@ -202,7 +202,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/wrapsquare.html b/api/classes/wrapsquare.html index 2324b71860..df2bd1f35d 100644 --- a/api/classes/wrapsquare.html +++ b/api/classes/wrapsquare.html @@ -117,7 +117,7 @@

    Parameters

    @@ -147,7 +147,7 @@

    Returns boolean

    @@ -168,7 +168,7 @@

    Parameters

    @@ -192,7 +192,7 @@

    Returns void

    @@ -211,7 +211,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/wraptight.html b/api/classes/wraptight.html index 1eb1d2ca77..1cda3ad80a 100644 --- a/api/classes/wraptight.html +++ b/api/classes/wraptight.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/wraptopandbottom.html b/api/classes/wraptopandbottom.html index d3173fbfe9..33fae67501 100644 --- a/api/classes/wraptopandbottom.html +++ b/api/classes/wraptopandbottom.html @@ -117,7 +117,7 @@

    Parameters

    @@ -144,7 +144,7 @@

    Returns boolean

    @@ -165,7 +165,7 @@

    Parameters

    @@ -189,7 +189,7 @@

    Returns void

    @@ -208,7 +208,7 @@

    Inherited from XmlComponent.prepForXml

    Overrides BaseXmlComponent.prepForXml

    Returns IXmlableObject diff --git a/api/classes/xmlattributecomponent.html b/api/classes/xmlattributecomponent.html index 05d2539530..d679c005bb 100644 --- a/api/classes/xmlattributecomponent.html +++ b/api/classes/xmlattributecomponent.html @@ -264,7 +264,7 @@

    Parameters

    @@ -291,7 +291,7 @@

    Returns boolean

    @@ -312,7 +312,7 @@

    Returns IXmlableObject

    @@ -329,7 +329,7 @@
  • Parameters

    diff --git a/api/classes/xmlcomponent.html b/api/classes/xmlcomponent.html index d3510eee16..58738c08a8 100644 --- a/api/classes/xmlcomponent.html +++ b/api/classes/xmlcomponent.html @@ -647,7 +647,7 @@

    Parameters

    @@ -674,7 +674,7 @@

    Returns boolean

    @@ -694,7 +694,7 @@
  • Parameters

    @@ -717,7 +717,7 @@
  • Returns void

    @@ -735,7 +735,7 @@

    Returns IXmlableObject diff --git a/api/enums/alignmenttype.html b/api/enums/alignmenttype.html index 7c8e00dd4d..c9133d0f33 100644 --- a/api/enums/alignmenttype.html +++ b/api/enums/alignmenttype.html @@ -92,7 +92,7 @@
    BOTH: = "both"
    @@ -102,7 +102,7 @@
    CENTER: = "center"
    @@ -112,7 +112,7 @@
    DISTRIBUTE: = "distribute"
    @@ -122,7 +122,7 @@
    END: = "end"
    @@ -132,7 +132,7 @@
    JUSTIFIED: = "both"
    @@ -142,7 +142,7 @@
    LEFT: = "left"
    @@ -152,7 +152,7 @@
    RIGHT: = "right"
    @@ -162,7 +162,7 @@
    START: = "start"
    diff --git a/api/enums/borderstyle.html b/api/enums/borderstyle.html index 23fcffd2fb..a38aa517b6 100644 --- a/api/enums/borderstyle.html +++ b/api/enums/borderstyle.html @@ -111,7 +111,7 @@
    DASHED: = "dashed"
    @@ -121,7 +121,7 @@
    DASH_DOT_STROKED: = "dashDotStroked"
    @@ -131,7 +131,7 @@
    DASH_SMALL_GAP: = "dashSmallGap"
    @@ -141,7 +141,7 @@
    DOTTED: = "dotted"
    @@ -151,7 +151,7 @@
    DOT_DASH: = "dotDash"
    @@ -161,7 +161,7 @@
    DOT_DOT_DASH: = "dotDotDash"
    @@ -171,7 +171,7 @@
    DOUBLE: = "double"
    @@ -181,7 +181,7 @@
    DOUBLE_WAVE: = "doubleWave"
    @@ -191,7 +191,7 @@
    INSET: = "inset"
    @@ -201,7 +201,7 @@
    NIL: = "nil"
    @@ -211,7 +211,7 @@
    NONE: = "none"
    @@ -221,7 +221,7 @@
    OUTSET: = "outset"
    @@ -231,7 +231,7 @@
    SINGLE: = "single"
    @@ -241,7 +241,7 @@
    THICK: = "thick"
    @@ -251,7 +251,7 @@
    THICK_THIN_LARGE_GAP: = "thickThinLargeGap"
    @@ -261,7 +261,7 @@
    THICK_THIN_MEDIUM_GAP: = "thickThinMediumGap"
    @@ -271,7 +271,7 @@
    THICK_THIN_SMALL_GAP: = "thickThinSmallGap"
    @@ -281,7 +281,7 @@
    THIN_THICK_LARGE_GAP: = "thinThickLargeGap"
    @@ -291,7 +291,7 @@
    THIN_THICK_MEDIUM_GAP: = "thinThickMediumGap"
    @@ -301,7 +301,7 @@
    THIN_THICK_SMALL_GAP: = "thinThickSmallGap"
    @@ -311,7 +311,7 @@
    THIN_THICK_THIN_LARGE_GAP: = "thinThickThinLargeGap"
    @@ -321,7 +321,7 @@
    THIN_THICK_THIN_MEDIUM_GAP: = "thinThickThinMediumGap"
    @@ -331,7 +331,7 @@
    THIN_THICK_THIN_SMALL_GAP: = "thinThickThinSmallGap"
    @@ -341,7 +341,7 @@
    THREE_D_EMBOSS: = "threeDEmboss"
    @@ -351,7 +351,7 @@
    THREE_D_ENGRAVE: = "threeDEngrave"
    @@ -361,7 +361,7 @@
    TRIPLE: = "triple"
    @@ -371,7 +371,7 @@
    WAVE: = "wave"
    diff --git a/api/enums/footerreferencetype.html b/api/enums/footerreferencetype.html index f9fad4635d..de0450415b 100644 --- a/api/enums/footerreferencetype.html +++ b/api/enums/footerreferencetype.html @@ -87,7 +87,7 @@
    DEFAULT: = "default"
    @@ -97,7 +97,7 @@
    EVEN: = "even"
    @@ -107,7 +107,7 @@
    FIRST: = "first"
    diff --git a/api/enums/footnotetype.html b/api/enums/footnotetype.html index 517bad6f6e..1f0a4cc074 100644 --- a/api/enums/footnotetype.html +++ b/api/enums/footnotetype.html @@ -86,7 +86,7 @@
    CONTINUATION_SEPERATOR: = "continuationSeparator"
    @@ -96,7 +96,7 @@
    SEPERATOR: = "separator"
    diff --git a/api/enums/headerreferencetype.html b/api/enums/headerreferencetype.html index c1d334dacf..d3931580c8 100644 --- a/api/enums/headerreferencetype.html +++ b/api/enums/headerreferencetype.html @@ -87,7 +87,7 @@
    DEFAULT: = "default"
    @@ -97,7 +97,7 @@
    EVEN: = "even"
    @@ -107,7 +107,7 @@
    FIRST: = "first"
    diff --git a/api/enums/headinglevel.html b/api/enums/headinglevel.html index d009f99a54..abed8afadc 100644 --- a/api/enums/headinglevel.html +++ b/api/enums/headinglevel.html @@ -91,7 +91,7 @@
    HEADING_1: = "Heading1"
    @@ -101,7 +101,7 @@
    HEADING_2: = "Heading2"
    @@ -111,7 +111,7 @@
    HEADING_3: = "Heading3"
    @@ -121,7 +121,7 @@
    HEADING_4: = "Heading4"
    @@ -131,7 +131,7 @@
    HEADING_5: = "Heading5"
    @@ -141,7 +141,7 @@
    HEADING_6: = "Heading6"
    @@ -151,7 +151,7 @@
    TITLE: = "Title"
    diff --git a/api/enums/heightrule.html b/api/enums/heightrule.html index d7b1527303..e62828068e 100644 --- a/api/enums/heightrule.html +++ b/api/enums/heightrule.html @@ -87,7 +87,7 @@
    ATLEAST: = "atLeast"
    @@ -102,7 +102,7 @@
    AUTO: = "auto"
    @@ -117,7 +117,7 @@
    EXACT: = "exact"
    diff --git a/api/enums/horizontalpositionalign.html b/api/enums/horizontalpositionalign.html index ee667698b5..be219f897e 100644 --- a/api/enums/horizontalpositionalign.html +++ b/api/enums/horizontalpositionalign.html @@ -89,7 +89,7 @@
    CENTER: = "center"
    @@ -99,7 +99,7 @@
    INSIDE: = "inside"
    @@ -109,7 +109,7 @@
    LEFT: = "left"
    @@ -119,7 +119,7 @@
    OUTSIDE: = "outside"
    @@ -129,7 +129,7 @@
    RIGHT: = "right"
    diff --git a/api/enums/horizontalpositionrelativefrom.html b/api/enums/horizontalpositionrelativefrom.html index 4ef5773a98..4845bc0c6b 100644 --- a/api/enums/horizontalpositionrelativefrom.html +++ b/api/enums/horizontalpositionrelativefrom.html @@ -92,7 +92,7 @@
    CHARACTER: = "character"
    @@ -102,7 +102,7 @@
    COLUMN: = "column"
    @@ -112,7 +112,7 @@
    INSIDE_MARGIN: = "insideMargin"
    @@ -122,7 +122,7 @@
    LEFT_MARGIN: = "leftMargin"
    @@ -132,7 +132,7 @@
    MARGIN: = "margin"
    @@ -142,7 +142,7 @@
    OUTSIDE_MARGIN: = "outsideMargin"
    @@ -152,7 +152,7 @@
    PAGE: = "page"
    @@ -162,7 +162,7 @@
    RIGHT_MARGIN: = "rightMargin"
    diff --git a/api/enums/leadertype.html b/api/enums/leadertype.html index 83bcbd1eea..2fdebb7cc1 100644 --- a/api/enums/leadertype.html +++ b/api/enums/leadertype.html @@ -89,7 +89,7 @@
    DOT: = "dot"
    @@ -99,7 +99,7 @@
    HYPHEN: = "hyphen"
    @@ -109,7 +109,7 @@
    MIDDLE_DOT: = "middleDot"
    @@ -119,7 +119,7 @@
    NONE: = "none"
    @@ -129,7 +129,7 @@
    UNDERSCORE: = "underscore"
    diff --git a/api/enums/levelsuffix.html b/api/enums/levelsuffix.html index 1b9facb950..990dede59a 100644 --- a/api/enums/levelsuffix.html +++ b/api/enums/levelsuffix.html @@ -87,7 +87,7 @@
    NOTHING: = "nothing"
    @@ -97,7 +97,7 @@
    SPACE: = "space"
    @@ -107,7 +107,7 @@
    TAB: = "tab"
    diff --git a/api/enums/linenumberrestartformat.html b/api/enums/linenumberrestartformat.html index cb7ee7fd5b..13c40ff7c5 100644 --- a/api/enums/linenumberrestartformat.html +++ b/api/enums/linenumberrestartformat.html @@ -87,7 +87,7 @@
    CONTINUOUS: = "continuous"
    @@ -97,7 +97,7 @@
    NEW_PAGE: = "newPage"
    @@ -107,7 +107,7 @@
    NEW_SECTION: = "newSection"
    diff --git a/api/enums/pageborderdisplay.html b/api/enums/pageborderdisplay.html index 0a0f11e1af..9cb72f37eb 100644 --- a/api/enums/pageborderdisplay.html +++ b/api/enums/pageborderdisplay.html @@ -87,7 +87,7 @@
    ALL_PAGES: = "allPages"
    @@ -97,7 +97,7 @@
    FIRST_PAGE: = "firstPage"
    @@ -107,7 +107,7 @@
    NOT_FIRST_PAGE: = "notFirstPage"
    diff --git a/api/enums/pageborderoffsetfrom.html b/api/enums/pageborderoffsetfrom.html index 9e274a52be..27a5cf5901 100644 --- a/api/enums/pageborderoffsetfrom.html +++ b/api/enums/pageborderoffsetfrom.html @@ -86,7 +86,7 @@
    PAGE: = "page"
    @@ -96,7 +96,7 @@
    TEXT: = "text"
    diff --git a/api/enums/pageborderzorder.html b/api/enums/pageborderzorder.html index d4b3279cea..b98693f9c8 100644 --- a/api/enums/pageborderzorder.html +++ b/api/enums/pageborderzorder.html @@ -86,7 +86,7 @@
    BACK: = "back"
    @@ -96,7 +96,7 @@
    FRONT: = "front"
    diff --git a/api/enums/pagenumberformat.html b/api/enums/pagenumberformat.html index 2c7f2f2789..b9509b23c5 100644 --- a/api/enums/pagenumberformat.html +++ b/api/enums/pagenumberformat.html @@ -96,7 +96,7 @@
    CARDINAL_TEXT: = "cardinalText"
    @@ -106,7 +106,7 @@
    DECIMAL: = "decimal"
    @@ -116,7 +116,7 @@
    DECIMAL_ENCLOSED_CIRCLE: = "decimalEnclosedCircle"
    @@ -126,7 +126,7 @@
    DECIMAL_ENCLOSED_FULL_STOP: = "decimalEnclosedFullstop"
    @@ -136,7 +136,7 @@
    DECIMAL_ENCLOSED_PAREN: = "decimalEnclosedParen"
    @@ -146,7 +146,7 @@
    DECIMAL_ZERO: = "decimalZero"
    @@ -156,7 +156,7 @@
    LOWER_LETTER: = "lowerLetter"
    @@ -166,7 +166,7 @@
    LOWER_ROMAN: = "lowerRoman"
    @@ -176,7 +176,7 @@
    NONE: = "none"
    @@ -186,7 +186,7 @@
    ORDINAL_TEXT: = "ordinalText"
    @@ -196,7 +196,7 @@
    UPPER_LETTER: = "upperLetter"
    @@ -206,7 +206,7 @@
    UPPER_ROMAN: = "upperRoman"
    diff --git a/api/enums/pageorientation.html b/api/enums/pageorientation.html index ae40afbb47..96f2c8116d 100644 --- a/api/enums/pageorientation.html +++ b/api/enums/pageorientation.html @@ -86,7 +86,7 @@
    LANDSCAPE: = "landscape"
    @@ -96,7 +96,7 @@
    PORTRAIT: = "portrait"
    diff --git a/api/enums/relativehorizontalposition.html b/api/enums/relativehorizontalposition.html index 5f06829f91..4158359b4c 100644 --- a/api/enums/relativehorizontalposition.html +++ b/api/enums/relativehorizontalposition.html @@ -89,7 +89,7 @@
    CENTER: = "center"
    @@ -99,7 +99,7 @@
    INSIDE: = "inside"
    @@ -109,7 +109,7 @@
    LEFT: = "left"
    @@ -119,7 +119,7 @@
    OUTSIDE: = "outside"
    @@ -129,7 +129,7 @@
    RIGHT: = "right"
    diff --git a/api/enums/relativeverticalposition.html b/api/enums/relativeverticalposition.html index 51771391fb..fe1ca7f3d1 100644 --- a/api/enums/relativeverticalposition.html +++ b/api/enums/relativeverticalposition.html @@ -90,7 +90,7 @@
    BOTTOM: = "bottom"
    @@ -100,7 +100,7 @@
    CENTER: = "center"
    @@ -110,7 +110,7 @@
    INLINE: = "inline"
    @@ -120,7 +120,7 @@
    INSIDE: = "inside"
    @@ -130,7 +130,7 @@
    OUTSIDE: = "outside"
    @@ -140,7 +140,7 @@
    TOP: = "top"
    diff --git a/api/enums/shadingtype.html b/api/enums/shadingtype.html index 24f40e28df..10ccea198f 100644 --- a/api/enums/shadingtype.html +++ b/api/enums/shadingtype.html @@ -121,7 +121,7 @@
    CLEAR: = "clear"
    @@ -131,7 +131,7 @@
    DIAGONAL_CROSS: = "diagCross"
    @@ -141,7 +141,7 @@
    DIAGONAL_STRIPE: = "diagStripe"
    @@ -151,7 +151,7 @@
    HORIZONTAL_CROSS: = "horzCross"
    @@ -161,7 +161,7 @@
    HORIZONTAL_STRIPE: = "horzStripe"
    @@ -171,7 +171,7 @@
    NIL: = "nil"
    @@ -181,7 +181,7 @@
    PERCENT_10: = "pct10"
    @@ -191,7 +191,7 @@
    PERCENT_12: = "pct12"
    @@ -201,7 +201,7 @@
    PERCENT_15: = "pct15"
    @@ -211,7 +211,7 @@
    PERCENT_20: = "pct20"
    @@ -221,7 +221,7 @@
    PERCENT_25: = "pct25"
    @@ -231,7 +231,7 @@
    PERCENT_30: = "pct30"
    @@ -241,7 +241,7 @@
    PERCENT_35: = "pct35"
    @@ -251,7 +251,7 @@
    PERCENT_37: = "pct37"
    @@ -261,7 +261,7 @@
    PERCENT_40: = "pct40"
    @@ -271,7 +271,7 @@
    PERCENT_45: = "pct45"
    @@ -281,7 +281,7 @@
    PERCENT_5: = "pct5"
    @@ -291,7 +291,7 @@
    PERCENT_50: = "pct50"
    @@ -301,7 +301,7 @@
    PERCENT_55: = "pct55"
    @@ -311,7 +311,7 @@
    PERCENT_60: = "pct60"
    @@ -321,7 +321,7 @@
    PERCENT_62: = "pct62"
    @@ -331,7 +331,7 @@
    PERCENT_65: = "pct65"
    @@ -341,7 +341,7 @@
    PERCENT_70: = "pct70"
    @@ -351,7 +351,7 @@
    PERCENT_75: = "pct75"
    @@ -361,7 +361,7 @@
    PERCENT_80: = "pct80"
    @@ -371,7 +371,7 @@
    PERCENT_85: = "pct85"
    @@ -381,7 +381,7 @@
    PERCENT_87: = "pct87"
    @@ -391,7 +391,7 @@
    PERCENT_90: = "pct90"
    @@ -401,7 +401,7 @@
    PERCENT_95: = "pct95"
    @@ -411,7 +411,7 @@
    REVERSE_DIAGONAL_STRIPE: = "reverseDiagStripe"
    @@ -421,7 +421,7 @@
    SOLID: = "solid"
    @@ -431,7 +431,7 @@
    THIN_DIAGONAL_CROSS: = "thinDiagCross"
    @@ -441,7 +441,7 @@
    THIN_DIAGONAL_STRIPE: = "thinDiagStripe"
    @@ -451,7 +451,7 @@
    THIN_HORIZONTAL_CROSS: = "thinHorzCross"
    @@ -461,7 +461,7 @@
    THIN_REVERSE_DIAGONAL_STRIPE: = "thinReverseDiagStripe"
    @@ -471,7 +471,7 @@
    THIN_VERTICAL_STRIPE: = "thinVertStripe"
    @@ -481,7 +481,7 @@
    VERTICAL_STRIPE: = "vertStripe"
    diff --git a/api/enums/spacetype.html b/api/enums/spacetype.html index 9b19416638..3f0bfef5c6 100644 --- a/api/enums/spacetype.html +++ b/api/enums/spacetype.html @@ -86,7 +86,7 @@
    DEFAULT: = "default"
    @@ -96,7 +96,7 @@
    PRESERVE: = "preserve"
    diff --git a/api/enums/tableanchortype.html b/api/enums/tableanchortype.html index c30668adf5..b4506f24ae 100644 --- a/api/enums/tableanchortype.html +++ b/api/enums/tableanchortype.html @@ -87,7 +87,7 @@
    MARGIN: = "margin"
    @@ -97,7 +97,7 @@
    PAGE: = "page"
    @@ -107,7 +107,7 @@
    TEXT: = "text"
    diff --git a/api/enums/tablelayouttype.html b/api/enums/tablelayouttype.html index 631c0b1444..4c64a53c42 100644 --- a/api/enums/tablelayouttype.html +++ b/api/enums/tablelayouttype.html @@ -86,7 +86,7 @@
    AUTOFIT: = "autofit"
    @@ -96,7 +96,7 @@
    FIXED: = "fixed"
    diff --git a/api/enums/tabvalue.html b/api/enums/tabvalue.html index 83b13e7daf..5ce9abd98d 100644 --- a/api/enums/tabvalue.html +++ b/api/enums/tabvalue.html @@ -93,7 +93,7 @@
    BAR: = "bar"
    @@ -103,7 +103,7 @@
    CENTER: = "center"
    @@ -113,7 +113,7 @@
    CLEAR: = "clear"
    @@ -123,7 +123,7 @@
    DECIMAL: = "decimal"
    @@ -133,7 +133,7 @@
    END: = "end"
    @@ -143,7 +143,7 @@
    LEFT: = "left"
    @@ -153,7 +153,7 @@
    NUM: = "num"
    @@ -163,7 +163,7 @@
    RIGHT: = "right"
    @@ -173,7 +173,7 @@
    START: = "start"
    diff --git a/api/enums/targetmodetype.html b/api/enums/targetmodetype.html index c7a1a3313d..3f6e9ae926 100644 --- a/api/enums/targetmodetype.html +++ b/api/enums/targetmodetype.html @@ -85,7 +85,7 @@
    EXTERNAL: = "External"
    diff --git a/api/enums/textwrappingside.html b/api/enums/textwrappingside.html index f031cca1d3..fb8ac3a0a7 100644 --- a/api/enums/textwrappingside.html +++ b/api/enums/textwrappingside.html @@ -88,7 +88,7 @@
    BOTH_SIDES: = "bothSides"
    @@ -98,7 +98,7 @@
    LARGEST: = "largest"
    @@ -108,7 +108,7 @@
    LEFT: = "left"
    @@ -118,7 +118,7 @@
    RIGHT: = "right"
    diff --git a/api/enums/textwrappingtype.html b/api/enums/textwrappingtype.html index 4511ec5b27..1aab6b15e5 100644 --- a/api/enums/textwrappingtype.html +++ b/api/enums/textwrappingtype.html @@ -88,7 +88,7 @@
    NONE:
    @@ -98,7 +98,7 @@
    SQUARE:
    @@ -108,7 +108,7 @@
    TIGHT:
    @@ -118,7 +118,7 @@
    TOP_AND_BOTTOM:
    diff --git a/api/enums/underlinetype.html b/api/enums/underlinetype.html index 1fc074d92b..c19fed8736 100644 --- a/api/enums/underlinetype.html +++ b/api/enums/underlinetype.html @@ -101,7 +101,7 @@
    DASH: = "dash"
    @@ -111,7 +111,7 @@
    DASHDOTDOTHEAVY: = "dashDotDotHeavy"
    @@ -121,7 +121,7 @@
    DASHDOTHEAVY: = "dashDotHeavy"
    @@ -131,7 +131,7 @@
    DASHEDHEAVY: = "dashedHeavy"
    @@ -141,7 +141,7 @@
    DASHLONG: = "dashLong"
    @@ -151,7 +151,7 @@
    DASHLONGHEAVY: = "dashLongHeavy"
    @@ -161,7 +161,7 @@
    DOTDASH: = "dotDash"
    @@ -171,7 +171,7 @@
    DOTDOTDASH: = "dotDotDash"
    @@ -181,7 +181,7 @@
    DOTTED: = "dotted"
    @@ -191,7 +191,7 @@
    DOTTEDHEAVY: = "dottedHeavy"
    @@ -201,7 +201,7 @@
    DOUBLE: = "double"
    @@ -211,7 +211,7 @@
    SINGLE: = "single"
    @@ -221,7 +221,7 @@
    THICK: = "thick"
    @@ -231,7 +231,7 @@
    WAVE: = "wave"
    @@ -241,7 +241,7 @@
    WAVYDOUBLE: = "wavyDouble"
    @@ -251,7 +251,7 @@
    WAVYHEAVY: = "wavyHeavy"
    @@ -261,7 +261,7 @@
    WORDS: = "words"
    diff --git a/api/enums/verticalpositionalign.html b/api/enums/verticalpositionalign.html index 7c15fd2e0f..e95dc1e29d 100644 --- a/api/enums/verticalpositionalign.html +++ b/api/enums/verticalpositionalign.html @@ -89,7 +89,7 @@
    BOTTOM: = "bottom"
    @@ -99,7 +99,7 @@
    CENTER: = "center"
    @@ -109,7 +109,7 @@
    INSIDE: = "inside"
    @@ -119,7 +119,7 @@
    OUTSIDE: = "outside"
    @@ -129,7 +129,7 @@
    TOP: = "top"
    diff --git a/api/enums/verticalpositionrelativefrom.html b/api/enums/verticalpositionrelativefrom.html index 61f367de20..8646e462a6 100644 --- a/api/enums/verticalpositionrelativefrom.html +++ b/api/enums/verticalpositionrelativefrom.html @@ -92,7 +92,7 @@
    BOTTOM_MARGIN: = "bottomMargin"
    @@ -102,7 +102,7 @@
    INSIDE_MARGIN: = "insideMargin"
    @@ -112,7 +112,7 @@
    LINE: = "line"
    @@ -122,7 +122,7 @@
    MARGIN: = "margin"
    @@ -132,7 +132,7 @@
    OUTSIDE_MARGIN: = "outsideMargin"
    @@ -142,7 +142,7 @@
    PAGE: = "page"
    @@ -152,7 +152,7 @@
    PARAGRAPH: = "paragraph"
    @@ -162,7 +162,7 @@
    TOP_MARGIN: = "topMargin"
    diff --git a/api/enums/vmergetype.html b/api/enums/vmergetype.html index 2bab71454f..7af220e644 100644 --- a/api/enums/vmergetype.html +++ b/api/enums/vmergetype.html @@ -93,7 +93,7 @@
    CONTINUE: = "continue"
    @@ -108,7 +108,7 @@
    RESTART: = "restart"
    diff --git a/api/enums/widthtype.html b/api/enums/widthtype.html index 487364b6a8..25a4fa45ee 100644 --- a/api/enums/widthtype.html +++ b/api/enums/widthtype.html @@ -88,7 +88,7 @@
    AUTO: = "auto"
    @@ -103,7 +103,7 @@
    DXA: = "dxa"
    @@ -118,7 +118,7 @@
    NIL: = "nil"
    @@ -133,7 +133,7 @@
    PERCENTAGE: = "pct"
    diff --git a/api/globals.html b/api/globals.html index 6fe3e52af8..1c988e7939 100644 --- a/api/globals.html +++ b/api/globals.html @@ -520,7 +520,7 @@
    AttributeMap: object
    @@ -535,7 +535,7 @@
    RelationshipType: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" | "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"
    @@ -545,7 +545,7 @@
    SectionPropertiesOptions: IPageSizeAttributes & IPageMarginAttributes & IDocGridAttributesProperties & IHeadersOptions & IFootersOptions & IPageNumberTypeAttributes & ILineNumberAttributes & IPageBordersOptions & ITitlePageOptions & object
    @@ -558,7 +558,7 @@
    EMPTY_OBJECT: object = Object.seal({})
    @@ -573,7 +573,7 @@
    WORKAROUND: "" = ""
    @@ -589,7 +589,7 @@
    WORKAROUND2: "" = ""
    @@ -605,7 +605,7 @@
    WORKAROUND3: "" = ""
    @@ -628,7 +628,7 @@
  • diff --git a/api/interfaces/ianchorattributes.html b/api/interfaces/ianchorattributes.html index 3999ed7a0a..a365ab3a05 100644 --- a/api/interfaces/ianchorattributes.html +++ b/api/interfaces/ianchorattributes.html @@ -107,7 +107,7 @@
    allowOverlap: "0" | "1"
    @@ -117,7 +117,7 @@
    behindDoc: "0" | "1"
    @@ -128,7 +128,7 @@ @@ -139,7 +139,7 @@ @@ -150,7 +150,7 @@ @@ -161,7 +161,7 @@ @@ -171,7 +171,7 @@
    layoutInCell: "0" | "1"
    @@ -181,7 +181,7 @@
    locked: "0" | "1"
    @@ -191,7 +191,7 @@
    relativeHeight: undefined | number
    @@ -201,7 +201,7 @@
    simplePos: "0" | "1"
    diff --git a/api/interfaces/iapppropertiesattributes.html b/api/interfaces/iapppropertiesattributes.html index 30b5ffd412..8c02e8e49f 100644 --- a/api/interfaces/iapppropertiesattributes.html +++ b/api/interfaces/iapppropertiesattributes.html @@ -94,7 +94,7 @@
    vt: string
    @@ -104,7 +104,7 @@
    xmlns: string
    diff --git a/api/interfaces/iattributesproperties.html b/api/interfaces/iattributesproperties.html index f8c9bfb036..2469370d50 100644 --- a/api/interfaces/iattributesproperties.html +++ b/api/interfaces/iattributesproperties.html @@ -112,7 +112,7 @@
    bottom: undefined | string
    @@ -122,7 +122,7 @@
    color: undefined | string
    @@ -132,7 +132,7 @@
    fill: undefined | string
    @@ -142,7 +142,7 @@
    footer: undefined | string
    @@ -152,7 +152,7 @@
    gutter: undefined | string
    @@ -162,7 +162,7 @@
    h: undefined | string
    @@ -172,7 +172,7 @@
    header: undefined | string
    @@ -182,7 +182,7 @@
    left: undefined | string
    @@ -192,7 +192,7 @@
    linePitch: undefined | string
    @@ -202,7 +202,7 @@
    pos: string | number
    @@ -212,7 +212,7 @@
    right: undefined | string
    @@ -222,7 +222,7 @@
    rsidR: undefined | string
    @@ -232,7 +232,7 @@
    rsidRPr: undefined | string
    @@ -242,7 +242,7 @@
    rsidSect: undefined | string
    @@ -252,7 +252,7 @@
    space: undefined | string
    @@ -262,7 +262,7 @@
    sz: undefined | string
    @@ -272,7 +272,7 @@
    top: undefined | string
    @@ -282,7 +282,7 @@
    type: undefined | string
    @@ -292,7 +292,7 @@
    val: string | number | boolean
    @@ -302,7 +302,7 @@
    w: undefined | string
    diff --git a/api/interfaces/ibookmarkendattributesproperties.html b/api/interfaces/ibookmarkendattributesproperties.html index f23a09bf4d..d6a0522b8b 100644 --- a/api/interfaces/ibookmarkendattributesproperties.html +++ b/api/interfaces/ibookmarkendattributesproperties.html @@ -93,7 +93,7 @@
    id: string
    diff --git a/api/interfaces/ibookmarkstartattributesproperties.html b/api/interfaces/ibookmarkstartattributesproperties.html index eebd1649a0..6ee2fcf66b 100644 --- a/api/interfaces/ibookmarkstartattributesproperties.html +++ b/api/interfaces/ibookmarkstartattributesproperties.html @@ -94,7 +94,7 @@
    id: string
    @@ -104,7 +104,7 @@
    name: string
    diff --git a/api/interfaces/iborderattributesproperties.html b/api/interfaces/iborderattributesproperties.html index 285980eb49..1a4237710b 100644 --- a/api/interfaces/iborderattributesproperties.html +++ b/api/interfaces/iborderattributesproperties.html @@ -96,7 +96,7 @@
    color: string
    @@ -106,7 +106,7 @@
    space: number
    @@ -116,7 +116,7 @@
    sz: number
    @@ -126,7 +126,7 @@
    val: string
    diff --git a/api/interfaces/iborderoptions.html b/api/interfaces/iborderoptions.html index fec66c9afb..3f95a3ddef 100644 --- a/api/interfaces/iborderoptions.html +++ b/api/interfaces/iborderoptions.html @@ -96,7 +96,7 @@
    bottom: IBorderPropertyOptions
    @@ -106,7 +106,7 @@
    left: IBorderPropertyOptions
    @@ -116,7 +116,7 @@
    right: IBorderPropertyOptions
    @@ -126,7 +126,7 @@
    top: IBorderPropertyOptions
    diff --git a/api/interfaces/icellmarginproperties.html b/api/interfaces/icellmarginproperties.html index 2d96070055..dfe5ee2d46 100644 --- a/api/interfaces/icellmarginproperties.html +++ b/api/interfaces/icellmarginproperties.html @@ -94,7 +94,7 @@
    type: string
    @@ -104,7 +104,7 @@
    width: number
    diff --git a/api/interfaces/icolumnsattributes.html b/api/interfaces/icolumnsattributes.html index c39e82bea3..0472503bdd 100644 --- a/api/interfaces/icolumnsattributes.html +++ b/api/interfaces/icolumnsattributes.html @@ -94,7 +94,7 @@
    num: undefined | number
    @@ -104,7 +104,7 @@
    space: undefined | number
    diff --git a/api/interfaces/icontenttypeattributes.html b/api/interfaces/icontenttypeattributes.html index 3383cc1c00..75371927ca 100644 --- a/api/interfaces/icontenttypeattributes.html +++ b/api/interfaces/icontenttypeattributes.html @@ -93,7 +93,7 @@
    xmlns: undefined | string
    diff --git a/api/interfaces/idefaultattributes.html b/api/interfaces/idefaultattributes.html index 5af29f6eb9..b5d30498af 100644 --- a/api/interfaces/idefaultattributes.html +++ b/api/interfaces/idefaultattributes.html @@ -94,7 +94,7 @@
    contentType: string
    @@ -104,7 +104,7 @@
    extension: undefined | string
    diff --git a/api/interfaces/idistance.html b/api/interfaces/idistance.html index 41cde4ade3..3bc8ef20b8 100644 --- a/api/interfaces/idistance.html +++ b/api/interfaces/idistance.html @@ -104,7 +104,7 @@
    distB: undefined | number
    @@ -114,7 +114,7 @@
    distL: undefined | number
    @@ -124,7 +124,7 @@
    distR: undefined | number
    @@ -134,7 +134,7 @@
    distT: undefined | number
    diff --git a/api/interfaces/idocgridattributesproperties.html b/api/interfaces/idocgridattributesproperties.html index 427e9fa5e4..f7db6a2831 100644 --- a/api/interfaces/idocgridattributesproperties.html +++ b/api/interfaces/idocgridattributesproperties.html @@ -93,7 +93,7 @@
    linePitch: undefined | number
    diff --git a/api/interfaces/idocpropertiesattributes.html b/api/interfaces/idocpropertiesattributes.html index 411ea0540d..853178e99e 100644 --- a/api/interfaces/idocpropertiesattributes.html +++ b/api/interfaces/idocpropertiesattributes.html @@ -95,7 +95,7 @@
    descr: undefined | string
    @@ -105,7 +105,7 @@
    id: undefined | number
    @@ -115,7 +115,7 @@
    name: undefined | string
    diff --git a/api/interfaces/idocumentattributesproperties.html b/api/interfaces/idocumentattributesproperties.html index 55910a8815..3e75e89c9e 100644 --- a/api/interfaces/idocumentattributesproperties.html +++ b/api/interfaces/idocumentattributesproperties.html @@ -115,7 +115,7 @@
    Ignorable: undefined | string
    @@ -125,7 +125,7 @@
    cp: undefined | string
    @@ -135,7 +135,7 @@
    dc: undefined | string
    @@ -145,7 +145,7 @@
    dcmitype: undefined | string
    @@ -155,7 +155,7 @@
    dcterms: undefined | string
    @@ -165,7 +165,7 @@
    m: undefined | string
    @@ -175,7 +175,7 @@
    mc: undefined | string
    @@ -185,7 +185,7 @@
    o: undefined | string
    @@ -195,7 +195,7 @@
    r: undefined | string
    @@ -205,7 +205,7 @@
    type: undefined | string
    @@ -215,7 +215,7 @@
    v: undefined | string
    @@ -225,7 +225,7 @@
    w: undefined | string
    @@ -235,7 +235,7 @@
    w10: undefined | string
    @@ -245,7 +245,7 @@
    w14: undefined | string
    @@ -255,7 +255,7 @@
    w15: undefined | string
    @@ -265,7 +265,7 @@
    wne: undefined | string
    @@ -275,7 +275,7 @@
    wp: undefined | string
    @@ -285,7 +285,7 @@
    wp14: undefined | string
    @@ -295,7 +295,7 @@
    wpc: undefined | string
    @@ -305,7 +305,7 @@
    wpg: undefined | string
    @@ -315,7 +315,7 @@
    wpi: undefined | string
    @@ -325,7 +325,7 @@
    wps: undefined | string
    @@ -335,7 +335,7 @@
    xsi: undefined | string
    diff --git a/api/interfaces/idocumentfooter.html b/api/interfaces/idocumentfooter.html index afbc84f155..df68ee9275 100644 --- a/api/interfaces/idocumentfooter.html +++ b/api/interfaces/idocumentfooter.html @@ -94,7 +94,7 @@ @@ -104,7 +104,7 @@ diff --git a/api/interfaces/idocumentheader.html b/api/interfaces/idocumentheader.html index 5bb607775b..dcb6be34eb 100644 --- a/api/interfaces/idocumentheader.html +++ b/api/interfaces/idocumentheader.html @@ -94,7 +94,7 @@ @@ -104,7 +104,7 @@ diff --git a/api/interfaces/idocumenttemplate.html b/api/interfaces/idocumenttemplate.html index 66728b31a1..ee7d33f5b6 100644 --- a/api/interfaces/idocumenttemplate.html +++ b/api/interfaces/idocumenttemplate.html @@ -98,7 +98,7 @@
    currentRelationshipId: number
    @@ -108,7 +108,7 @@
    footers: IDocumentFooter[]
    @@ -118,7 +118,7 @@
    headers: IDocumentHeader[]
    @@ -128,7 +128,7 @@
    media: Media
    @@ -138,7 +138,7 @@
    styles: string
    @@ -148,7 +148,7 @@
    titlePageIsDefined: boolean
    diff --git a/api/interfaces/idrawingoptions.html b/api/interfaces/idrawingoptions.html index 7a4857e2e3..4fc1139972 100644 --- a/api/interfaces/idrawingoptions.html +++ b/api/interfaces/idrawingoptions.html @@ -93,7 +93,7 @@
    floating: IFloating
    diff --git a/api/interfaces/ieffectextentattributes.html b/api/interfaces/ieffectextentattributes.html index a7435756ff..d3c425df07 100644 --- a/api/interfaces/ieffectextentattributes.html +++ b/api/interfaces/ieffectextentattributes.html @@ -96,7 +96,7 @@
    b: undefined | number
    @@ -106,7 +106,7 @@
    l: undefined | number
    @@ -116,7 +116,7 @@
    r: undefined | number
    @@ -126,7 +126,7 @@
    t: undefined | number
    diff --git a/api/interfaces/iextentattributes.html b/api/interfaces/iextentattributes.html index 85208b2f24..faabcdbaa9 100644 --- a/api/interfaces/iextentattributes.html +++ b/api/interfaces/iextentattributes.html @@ -94,7 +94,7 @@
    cx: undefined | number
    @@ -104,7 +104,7 @@
    cy: undefined | number
    diff --git a/api/interfaces/iextentsattributes.html b/api/interfaces/iextentsattributes.html index 95b806e57e..1d27861c2a 100644 --- a/api/interfaces/iextentsattributes.html +++ b/api/interfaces/iextentsattributes.html @@ -94,7 +94,7 @@
    cx: undefined | number
    @@ -104,7 +104,7 @@
    cy: undefined | number
    diff --git a/api/interfaces/ifileproperties.html b/api/interfaces/ifileproperties.html index 785f8556c1..e7d0258be6 100644 --- a/api/interfaces/ifileproperties.html +++ b/api/interfaces/ifileproperties.html @@ -93,7 +93,7 @@ diff --git a/api/interfaces/ifloating.html b/api/interfaces/ifloating.html index 4ffe497b91..6dd303ff8d 100644 --- a/api/interfaces/ifloating.html +++ b/api/interfaces/ifloating.html @@ -100,7 +100,7 @@
    allowOverlap: undefined | true | false
    @@ -110,7 +110,7 @@
    behindDocument: undefined | true | false
    @@ -120,7 +120,7 @@
    horizontalPosition: IHorizontalPositionOptions
    @@ -130,7 +130,7 @@
    layoutInCell: undefined | true | false
    @@ -140,7 +140,7 @@
    lockAnchor: undefined | true | false
    @@ -150,7 +150,7 @@
    margins: IMargins
    @@ -160,7 +160,7 @@
    verticalPosition: IVerticalPositionOptions
    @@ -170,7 +170,7 @@ diff --git a/api/interfaces/ifooterattributesproperties.html b/api/interfaces/ifooterattributesproperties.html index 2e3bcce04e..35aecdd770 100644 --- a/api/interfaces/ifooterattributesproperties.html +++ b/api/interfaces/ifooterattributesproperties.html @@ -114,7 +114,7 @@
    cp: undefined | string
    @@ -124,7 +124,7 @@
    dc: undefined | string
    @@ -134,7 +134,7 @@
    dcmitype: undefined | string
    @@ -144,7 +144,7 @@
    dcterms: undefined | string
    @@ -154,7 +154,7 @@
    m: undefined | string
    @@ -164,7 +164,7 @@
    mc: undefined | string
    @@ -174,7 +174,7 @@
    o: undefined | string
    @@ -184,7 +184,7 @@
    r: undefined | string
    @@ -194,7 +194,7 @@
    type: undefined | string
    @@ -204,7 +204,7 @@
    v: undefined | string
    @@ -214,7 +214,7 @@
    w: undefined | string
    @@ -224,7 +224,7 @@
    w10: undefined | string
    @@ -234,7 +234,7 @@
    w14: undefined | string
    @@ -244,7 +244,7 @@
    w15: undefined | string
    @@ -254,7 +254,7 @@
    wne: undefined | string
    @@ -264,7 +264,7 @@
    wp: undefined | string
    @@ -274,7 +274,7 @@
    wp14: undefined | string
    @@ -284,7 +284,7 @@
    wpc: undefined | string
    @@ -294,7 +294,7 @@
    wpg: undefined | string
    @@ -304,7 +304,7 @@
    wpi: undefined | string
    @@ -314,7 +314,7 @@
    wps: undefined | string
    @@ -324,7 +324,7 @@
    xsi: undefined | string
    diff --git a/api/interfaces/ifooteroptions.html b/api/interfaces/ifooteroptions.html index 1fefcf2b4e..078725736f 100644 --- a/api/interfaces/ifooteroptions.html +++ b/api/interfaces/ifooteroptions.html @@ -94,7 +94,7 @@
    footerId: undefined | number
    @@ -104,7 +104,7 @@ diff --git a/api/interfaces/ifooterreferenceattributes.html b/api/interfaces/ifooterreferenceattributes.html index 16a1a6fcf6..3ac506cff9 100644 --- a/api/interfaces/ifooterreferenceattributes.html +++ b/api/interfaces/ifooterreferenceattributes.html @@ -94,7 +94,7 @@
    id: string
    @@ -104,7 +104,7 @@
    type: string
    diff --git a/api/interfaces/ifootnoteattributesproperties.html b/api/interfaces/ifootnoteattributesproperties.html index 5014167091..90f2e5bcfb 100644 --- a/api/interfaces/ifootnoteattributesproperties.html +++ b/api/interfaces/ifootnoteattributesproperties.html @@ -94,7 +94,7 @@
    id: number
    @@ -104,7 +104,7 @@
    type: undefined | string
    diff --git a/api/interfaces/ifootnotereferencerunattributesproperties.html b/api/interfaces/ifootnotereferencerunattributesproperties.html index a9e1e4e20d..b2498f36c4 100644 --- a/api/interfaces/ifootnotereferencerunattributesproperties.html +++ b/api/interfaces/ifootnotereferencerunattributesproperties.html @@ -93,7 +93,7 @@
    id: number
    diff --git a/api/interfaces/ifootnotesattributesproperties.html b/api/interfaces/ifootnotesattributesproperties.html index 3820fe10a2..ab5007c7e8 100644 --- a/api/interfaces/ifootnotesattributesproperties.html +++ b/api/interfaces/ifootnotesattributesproperties.html @@ -109,7 +109,7 @@
    Ignorable: undefined | string
    @@ -119,7 +119,7 @@
    m: undefined | string
    @@ -129,7 +129,7 @@
    mc: undefined | string
    @@ -139,7 +139,7 @@
    o: undefined | string
    @@ -149,7 +149,7 @@
    r: undefined | string
    @@ -159,7 +159,7 @@
    v: undefined | string
    @@ -169,7 +169,7 @@
    w: undefined | string
    @@ -179,7 +179,7 @@
    w10: undefined | string
    @@ -189,7 +189,7 @@
    w14: undefined | string
    @@ -199,7 +199,7 @@
    w15: undefined | string
    @@ -209,7 +209,7 @@
    wne: undefined | string
    @@ -219,7 +219,7 @@
    wp: undefined | string
    @@ -229,7 +229,7 @@
    wp14: undefined | string
    @@ -239,7 +239,7 @@
    wpc: undefined | string
    @@ -249,7 +249,7 @@
    wpg: undefined | string
    @@ -259,7 +259,7 @@
    wpi: undefined | string
    @@ -269,7 +269,7 @@
    wps: undefined | string
    diff --git a/api/interfaces/igraphicdataattributes.html b/api/interfaces/igraphicdataattributes.html index cffe3dc165..820220e660 100644 --- a/api/interfaces/igraphicdataattributes.html +++ b/api/interfaces/igraphicdataattributes.html @@ -93,7 +93,7 @@
    uri: undefined | string
    diff --git a/api/interfaces/igraphicframelockattributes.html b/api/interfaces/igraphicframelockattributes.html index 9aed9453e0..cf33f81524 100644 --- a/api/interfaces/igraphicframelockattributes.html +++ b/api/interfaces/igraphicframelockattributes.html @@ -94,7 +94,7 @@
    noChangeAspect: undefined | number
    @@ -104,7 +104,7 @@
    xmlns: undefined | string
    diff --git a/api/interfaces/iheaderattributesproperties.html b/api/interfaces/iheaderattributesproperties.html index de1e311b05..c1ce0631a5 100644 --- a/api/interfaces/iheaderattributesproperties.html +++ b/api/interfaces/iheaderattributesproperties.html @@ -125,7 +125,7 @@
    cp: undefined | string
    @@ -135,7 +135,7 @@
    cx: undefined | string
    @@ -145,7 +145,7 @@
    cx1: undefined | string
    @@ -155,7 +155,7 @@
    cx2: undefined | string
    @@ -165,7 +165,7 @@
    cx3: undefined | string
    @@ -175,7 +175,7 @@
    cx4: undefined | string
    @@ -185,7 +185,7 @@
    cx5: undefined | string
    @@ -195,7 +195,7 @@
    cx6: undefined | string
    @@ -205,7 +205,7 @@
    cx7: undefined | string
    @@ -215,7 +215,7 @@
    cx8: undefined | string
    @@ -225,7 +225,7 @@
    dc: undefined | string
    @@ -235,7 +235,7 @@
    dcmitype: undefined | string
    @@ -245,7 +245,7 @@
    dcterms: undefined | string
    @@ -255,7 +255,7 @@
    m: undefined | string
    @@ -265,7 +265,7 @@
    mc: undefined | string
    @@ -275,7 +275,7 @@
    o: undefined | string
    @@ -285,7 +285,7 @@
    r: undefined | string
    @@ -295,7 +295,7 @@
    type: undefined | string
    @@ -305,7 +305,7 @@
    v: undefined | string
    @@ -315,7 +315,7 @@
    w: undefined | string
    @@ -325,7 +325,7 @@
    w10: undefined | string
    @@ -335,7 +335,7 @@
    w14: undefined | string
    @@ -345,7 +345,7 @@
    w15: undefined | string
    @@ -355,7 +355,7 @@
    w16cid: string
    @@ -365,7 +365,7 @@
    w16se: string
    @@ -375,7 +375,7 @@
    wne: undefined | string
    @@ -385,7 +385,7 @@
    wp: undefined | string
    @@ -395,7 +395,7 @@
    wp14: undefined | string
    @@ -405,7 +405,7 @@
    wpc: undefined | string
    @@ -415,7 +415,7 @@
    wpg: undefined | string
    @@ -425,7 +425,7 @@
    wpi: undefined | string
    @@ -435,7 +435,7 @@
    wps: undefined | string
    @@ -445,7 +445,7 @@
    xsi: undefined | string
    diff --git a/api/interfaces/iheaderfootergroup.html b/api/interfaces/iheaderfootergroup.html index 712de47317..29b159dd5d 100644 --- a/api/interfaces/iheaderfootergroup.html +++ b/api/interfaces/iheaderfootergroup.html @@ -103,7 +103,7 @@
    default: T
    @@ -113,7 +113,7 @@
    even: T
    @@ -123,7 +123,7 @@
    first: T
    diff --git a/api/interfaces/iheaderoptions.html b/api/interfaces/iheaderoptions.html index f1e5eae414..c58bebf4b5 100644 --- a/api/interfaces/iheaderoptions.html +++ b/api/interfaces/iheaderoptions.html @@ -93,7 +93,7 @@
    children: Array<Paragraph | Table>
    diff --git a/api/interfaces/iheaderreferenceattributes.html b/api/interfaces/iheaderreferenceattributes.html index b174ca33b1..3fa490ee68 100644 --- a/api/interfaces/iheaderreferenceattributes.html +++ b/api/interfaces/iheaderreferenceattributes.html @@ -95,7 +95,7 @@
    id: string
    @@ -105,7 +105,7 @@
    type: string
    @@ -115,7 +115,7 @@
    value: string
    diff --git a/api/interfaces/iheaderreferenceoptions.html b/api/interfaces/iheaderreferenceoptions.html index 5830298aed..a86babc818 100644 --- a/api/interfaces/iheaderreferenceoptions.html +++ b/api/interfaces/iheaderreferenceoptions.html @@ -94,7 +94,7 @@
    headerId: undefined | number
    @@ -104,7 +104,7 @@ diff --git a/api/interfaces/ihorizontalpositionoptions.html b/api/interfaces/ihorizontalpositionoptions.html index 93b31d42cc..95a45b8270 100644 --- a/api/interfaces/ihorizontalpositionoptions.html +++ b/api/interfaces/ihorizontalpositionoptions.html @@ -95,7 +95,7 @@ @@ -105,7 +105,7 @@
    offset: undefined | number
    @@ -115,7 +115,7 @@ diff --git a/api/interfaces/ihyperlinkattributesproperties.html b/api/interfaces/ihyperlinkattributesproperties.html index 8761807d54..3a2e41937e 100644 --- a/api/interfaces/ihyperlinkattributesproperties.html +++ b/api/interfaces/ihyperlinkattributesproperties.html @@ -95,7 +95,7 @@
    anchor: undefined | string
    @@ -105,7 +105,7 @@
    history: number
    @@ -115,7 +115,7 @@
    id: undefined | string
    diff --git a/api/interfaces/iindentattributesproperties.html b/api/interfaces/iindentattributesproperties.html index 6c92753e78..3c36850d81 100644 --- a/api/interfaces/iindentattributesproperties.html +++ b/api/interfaces/iindentattributesproperties.html @@ -97,7 +97,7 @@
    end: undefined | number
    @@ -107,7 +107,7 @@
    firstLine: undefined | number
    @@ -117,7 +117,7 @@
    hanging: undefined | number
    @@ -127,7 +127,7 @@
    left: undefined | number
    @@ -137,7 +137,7 @@
    start: undefined | number
    diff --git a/api/interfaces/iinlineattributes.html b/api/interfaces/iinlineattributes.html index 10e5b7c65d..9de3ac70bd 100644 --- a/api/interfaces/iinlineattributes.html +++ b/api/interfaces/iinlineattributes.html @@ -102,7 +102,7 @@ @@ -113,7 +113,7 @@ @@ -124,7 +124,7 @@ @@ -135,7 +135,7 @@ diff --git a/api/interfaces/ilinenumberattributes.html b/api/interfaces/ilinenumberattributes.html index 833111a291..22402adb7e 100644 --- a/api/interfaces/ilinenumberattributes.html +++ b/api/interfaces/ilinenumberattributes.html @@ -96,7 +96,7 @@
    lineNumberCountBy: undefined | number
    @@ -106,7 +106,7 @@
    lineNumberDistance: undefined | number
    @@ -116,7 +116,7 @@
    lineNumberRestart: LineNumberRestartFormat
    @@ -126,7 +126,7 @@
    lineNumberStart: undefined | number
    diff --git a/api/interfaces/imargins.html b/api/interfaces/imargins.html index 966cf7b7a2..789b31b1b8 100644 --- a/api/interfaces/imargins.html +++ b/api/interfaces/imargins.html @@ -96,7 +96,7 @@
    bottom: undefined | number
    @@ -106,7 +106,7 @@
    left: undefined | number
    @@ -116,7 +116,7 @@
    right: undefined | number
    @@ -126,7 +126,7 @@
    top: undefined | number
    diff --git a/api/interfaces/imediadata.html b/api/interfaces/imediadata.html index 7a1e04a589..1563357291 100644 --- a/api/interfaces/imediadata.html +++ b/api/interfaces/imediadata.html @@ -96,7 +96,7 @@ @@ -106,7 +106,7 @@
    fileName: string
    @@ -116,7 +116,7 @@
    path: undefined | string
    @@ -126,7 +126,7 @@
    stream: Buffer | Uint8Array | ArrayBuffer
    diff --git a/api/interfaces/imediadatadimensions.html b/api/interfaces/imediadatadimensions.html index 53511db31c..991bc68259 100644 --- a/api/interfaces/imediadatadimensions.html +++ b/api/interfaces/imediadatadimensions.html @@ -94,7 +94,7 @@
    emus: object
    @@ -109,7 +109,7 @@
    pixels: object
    diff --git a/api/interfaces/inonvisualpropertiesattributes.html b/api/interfaces/inonvisualpropertiesattributes.html index fb20ad6bd3..a745a08c0c 100644 --- a/api/interfaces/inonvisualpropertiesattributes.html +++ b/api/interfaces/inonvisualpropertiesattributes.html @@ -95,7 +95,7 @@
    descr: undefined | string
    @@ -105,7 +105,7 @@
    id: undefined | number
    @@ -115,7 +115,7 @@
    name: undefined | string
    diff --git a/api/interfaces/ioffsetattributes.html b/api/interfaces/ioffsetattributes.html index 9503c5f591..cd958d8650 100644 --- a/api/interfaces/ioffsetattributes.html +++ b/api/interfaces/ioffsetattributes.html @@ -94,7 +94,7 @@
    x: undefined | number
    @@ -104,7 +104,7 @@
    y: undefined | number
    diff --git a/api/interfaces/ioverrideattributes.html b/api/interfaces/ioverrideattributes.html index 5ecbcc4fee..50d065af12 100644 --- a/api/interfaces/ioverrideattributes.html +++ b/api/interfaces/ioverrideattributes.html @@ -94,7 +94,7 @@
    contentType: string
    @@ -104,7 +104,7 @@
    partName: undefined | string
    diff --git a/api/interfaces/ipageborderattributes.html b/api/interfaces/ipageborderattributes.html index aca91f7a54..6f2c5c5137 100644 --- a/api/interfaces/ipageborderattributes.html +++ b/api/interfaces/ipageborderattributes.html @@ -95,7 +95,7 @@ @@ -105,7 +105,7 @@ @@ -115,7 +115,7 @@ diff --git a/api/interfaces/ipageborderconfiguration.html b/api/interfaces/ipageborderconfiguration.html index c862eb1ec2..5e8449b1a7 100644 --- a/api/interfaces/ipageborderconfiguration.html +++ b/api/interfaces/ipageborderconfiguration.html @@ -96,7 +96,7 @@
    color: undefined | string
    @@ -106,7 +106,7 @@
    size: undefined | number
    @@ -116,7 +116,7 @@
    space: undefined | number
    @@ -126,7 +126,7 @@ diff --git a/api/interfaces/ipagebordersoptions.html b/api/interfaces/ipagebordersoptions.html index fcef7467c1..d5d6c46ea9 100644 --- a/api/interfaces/ipagebordersoptions.html +++ b/api/interfaces/ipagebordersoptions.html @@ -97,7 +97,7 @@
    pageBorderBottom: IPageBorderConfiguration
    @@ -107,7 +107,7 @@
    pageBorderLeft: IPageBorderConfiguration
    @@ -117,7 +117,7 @@
    pageBorderRight: IPageBorderConfiguration
    @@ -127,7 +127,7 @@ @@ -137,7 +137,7 @@ diff --git a/api/interfaces/ipagemarginattributes.html b/api/interfaces/ipagemarginattributes.html index 163f6a3ac4..cb6e1e57be 100644 --- a/api/interfaces/ipagemarginattributes.html +++ b/api/interfaces/ipagemarginattributes.html @@ -100,7 +100,7 @@
    bottom: undefined | number
    @@ -110,7 +110,7 @@
    footer: undefined | number
    @@ -120,7 +120,7 @@
    gutter: undefined | number
    @@ -130,7 +130,7 @@
    header: undefined | number
    @@ -140,7 +140,7 @@
    left: undefined | number
    @@ -150,7 +150,7 @@
    mirror: undefined | true | false
    @@ -160,7 +160,7 @@
    right: undefined | number
    @@ -170,7 +170,7 @@
    top: undefined | number
    diff --git a/api/interfaces/ipagenumbertypeattributes.html b/api/interfaces/ipagenumbertypeattributes.html index a6d3d187c1..7d633a6cdd 100644 --- a/api/interfaces/ipagenumbertypeattributes.html +++ b/api/interfaces/ipagenumbertypeattributes.html @@ -94,7 +94,7 @@
    pageNumberFormatType: PageNumberFormat
    @@ -104,7 +104,7 @@
    pageNumberStart: undefined | number
    diff --git a/api/interfaces/ipagesizeattributes.html b/api/interfaces/ipagesizeattributes.html index 7432ea85d3..08f39381d7 100644 --- a/api/interfaces/ipagesizeattributes.html +++ b/api/interfaces/ipagesizeattributes.html @@ -95,7 +95,7 @@
    height: undefined | number
    @@ -105,7 +105,7 @@
    orientation: PageOrientation
    @@ -115,7 +115,7 @@
    width: undefined | number
    diff --git a/api/interfaces/iparagraphoptions.html b/api/interfaces/iparagraphoptions.html index 75cbaca8fc..89695d202c 100644 --- a/api/interfaces/iparagraphoptions.html +++ b/api/interfaces/iparagraphoptions.html @@ -110,7 +110,7 @@
    alignment: AlignmentType
    @@ -120,7 +120,7 @@
    bidirectional: undefined | true | false
    @@ -130,7 +130,7 @@ @@ -140,7 +140,7 @@
    bullet: undefined | object
    @@ -150,7 +150,7 @@ @@ -160,7 +160,7 @@
    contextualSpacing: undefined | true | false
    @@ -170,7 +170,7 @@
    heading: HeadingLevel
    @@ -180,7 +180,7 @@ @@ -190,7 +190,7 @@
    keepLines: undefined | true | false
    @@ -200,7 +200,7 @@
    keepNext: undefined | true | false
    @@ -210,7 +210,7 @@
    numbering: undefined | object
    @@ -220,7 +220,7 @@
    outlineLevel: undefined | number
    @@ -230,7 +230,7 @@
    pageBreakBefore: undefined | true | false
    @@ -240,7 +240,7 @@ @@ -250,7 +250,7 @@
    style: undefined | string
    @@ -260,7 +260,7 @@
    tabStop: undefined | object
    @@ -270,7 +270,7 @@
    text: undefined | string
    @@ -280,7 +280,7 @@
    thematicBreak: undefined | true | false
    diff --git a/api/interfaces/ipicattributes.html b/api/interfaces/ipicattributes.html index cdd1c1ec54..c93bc3851d 100644 --- a/api/interfaces/ipicattributes.html +++ b/api/interfaces/ipicattributes.html @@ -93,7 +93,7 @@
    xmlns: undefined | string
    diff --git a/api/interfaces/ipiclocksattributes.html b/api/interfaces/ipiclocksattributes.html index 5bd93f7278..565dac5567 100644 --- a/api/interfaces/ipiclocksattributes.html +++ b/api/interfaces/ipiclocksattributes.html @@ -94,7 +94,7 @@
    noChangeArrowheads: undefined | number
    @@ -104,7 +104,7 @@
    noChangeAspect: undefined | number
    diff --git a/api/interfaces/ipresetgeometryattributes.html b/api/interfaces/ipresetgeometryattributes.html index a4ddda1f78..5bab955c32 100644 --- a/api/interfaces/ipresetgeometryattributes.html +++ b/api/interfaces/ipresetgeometryattributes.html @@ -93,7 +93,7 @@
    prst: undefined | string
    diff --git a/api/interfaces/ipropertiesoptions.html b/api/interfaces/ipropertiesoptions.html index 9d094de67e..7ac83af653 100644 --- a/api/interfaces/ipropertiesoptions.html +++ b/api/interfaces/ipropertiesoptions.html @@ -100,7 +100,7 @@
    creator: undefined | string
    @@ -110,7 +110,7 @@
    description: undefined | string
    @@ -120,7 +120,7 @@
    externalStyles: undefined | string
    @@ -130,7 +130,7 @@
    keywords: undefined | string
    @@ -140,7 +140,7 @@
    lastModifiedBy: undefined | string
    @@ -150,7 +150,7 @@
    revision: undefined | string
    @@ -160,7 +160,7 @@
    subject: undefined | string
    @@ -170,7 +170,7 @@
    title: undefined | string
    diff --git a/api/interfaces/irelationshipattributesproperties.html b/api/interfaces/irelationshipattributesproperties.html index 99be15e456..cd6e32cf16 100644 --- a/api/interfaces/irelationshipattributesproperties.html +++ b/api/interfaces/irelationshipattributesproperties.html @@ -96,7 +96,7 @@
    id: string
    @@ -106,7 +106,7 @@
    target: string
    @@ -116,7 +116,7 @@
    targetMode: undefined | string
    @@ -126,7 +126,7 @@
    type: string
    diff --git a/api/interfaces/irelationshipsattributesproperties.html b/api/interfaces/irelationshipsattributesproperties.html index c4d31092b2..887ee49f56 100644 --- a/api/interfaces/irelationshipsattributesproperties.html +++ b/api/interfaces/irelationshipsattributesproperties.html @@ -93,7 +93,7 @@
    xmlns: string
    diff --git a/api/interfaces/irunoptions.html b/api/interfaces/irunoptions.html index cf1cc1009a..e057e4a87d 100644 --- a/api/interfaces/irunoptions.html +++ b/api/interfaces/irunoptions.html @@ -113,7 +113,7 @@
    allCaps: undefined | true | false
    @@ -123,7 +123,7 @@
    bold: undefined | true
    @@ -133,7 +133,7 @@
    color: undefined | string
    @@ -143,7 +143,7 @@
    doubleStrike: undefined | true | false
    @@ -153,7 +153,7 @@
    font: undefined | object
    @@ -163,7 +163,7 @@
    highlight: undefined | string
    @@ -173,7 +173,7 @@
    italics: undefined | true
    @@ -183,7 +183,7 @@
    rightToLeft: undefined | true | false
    @@ -193,7 +193,7 @@
    shading: undefined | object
    @@ -203,7 +203,7 @@
    size: undefined | number
    @@ -213,7 +213,7 @@
    smallCaps: undefined | true | false
    @@ -223,7 +223,7 @@
    strike: undefined | true | false
    @@ -233,7 +233,7 @@
    style: undefined | string
    @@ -243,7 +243,7 @@
    subScript: undefined | true | false
    @@ -253,7 +253,7 @@
    superScript: undefined | true | false
    @@ -263,7 +263,7 @@
    underline: undefined | object
    diff --git a/api/interfaces/isectionoptions.html b/api/interfaces/isectionoptions.html index 7b0e9f16f7..d250033cd9 100644 --- a/api/interfaces/isectionoptions.html +++ b/api/interfaces/isectionoptions.html @@ -98,7 +98,7 @@
    children: Array<Paragraph | Table | TableOfContents>
    @@ -108,7 +108,7 @@
    footers: undefined | object
    @@ -118,7 +118,7 @@
    headers: undefined | object
    @@ -128,7 +128,7 @@ @@ -138,7 +138,7 @@ @@ -148,7 +148,7 @@ diff --git a/api/interfaces/isettingsattributesproperties.html b/api/interfaces/isettingsattributesproperties.html index 78723f47a7..5ff7f75f80 100644 --- a/api/interfaces/isettingsattributesproperties.html +++ b/api/interfaces/isettingsattributesproperties.html @@ -109,7 +109,7 @@
    Ignorable: undefined | string
    @@ -119,7 +119,7 @@
    m: undefined | string
    @@ -129,7 +129,7 @@
    mc: undefined | string
    @@ -139,7 +139,7 @@
    o: undefined | string
    @@ -149,7 +149,7 @@
    r: undefined | string
    @@ -159,7 +159,7 @@
    v: undefined | string
    @@ -169,7 +169,7 @@
    w: undefined | string
    @@ -179,7 +179,7 @@
    w10: undefined | string
    @@ -189,7 +189,7 @@
    w14: undefined | string
    @@ -199,7 +199,7 @@
    w15: undefined | string
    @@ -209,7 +209,7 @@
    wne: undefined | string
    @@ -219,7 +219,7 @@
    wp: undefined | string
    @@ -229,7 +229,7 @@
    wp14: undefined | string
    @@ -239,7 +239,7 @@
    wpc: undefined | string
    @@ -249,7 +249,7 @@
    wpg: undefined | string
    @@ -259,7 +259,7 @@
    wpi: undefined | string
    @@ -269,7 +269,7 @@
    wps: undefined | string
    diff --git a/api/interfaces/ishapepropertiesattributes.html b/api/interfaces/ishapepropertiesattributes.html index d92109c5af..ff9f9a9761 100644 --- a/api/interfaces/ishapepropertiesattributes.html +++ b/api/interfaces/ishapepropertiesattributes.html @@ -93,7 +93,7 @@
    bwMode: undefined | string
    diff --git a/api/interfaces/ispacingproperties.html b/api/interfaces/ispacingproperties.html index 7226f03e91..ee9fec12bd 100644 --- a/api/interfaces/ispacingproperties.html +++ b/api/interfaces/ispacingproperties.html @@ -96,7 +96,7 @@
    after: undefined | number
    @@ -106,7 +106,7 @@
    before: undefined | number
    @@ -116,7 +116,7 @@
    line: undefined | number
    @@ -126,7 +126,7 @@
    lineRule: undefined | string
    diff --git a/api/interfaces/istyleattributes.html b/api/interfaces/istyleattributes.html index adc2e6b32a..81047f4c16 100644 --- a/api/interfaces/istyleattributes.html +++ b/api/interfaces/istyleattributes.html @@ -96,7 +96,7 @@
    customStyle: undefined | string
    @@ -106,7 +106,7 @@
    default: undefined | true | false
    @@ -116,7 +116,7 @@
    styleId: undefined | string
    @@ -126,7 +126,7 @@
    type: undefined | string
    diff --git a/api/interfaces/itablecellmarginoptions.html b/api/interfaces/itablecellmarginoptions.html index c77a844ad2..9a8e4c8fe5 100644 --- a/api/interfaces/itablecellmarginoptions.html +++ b/api/interfaces/itablecellmarginoptions.html @@ -96,7 +96,7 @@
    bottom: undefined | number
    @@ -106,7 +106,7 @@
    left: undefined | number
    @@ -116,7 +116,7 @@
    right: undefined | number
    @@ -126,7 +126,7 @@
    top: undefined | number
    diff --git a/api/interfaces/itablecelloptions.html b/api/interfaces/itablecelloptions.html index bc55d56dc6..7b9bec1f87 100644 --- a/api/interfaces/itablecelloptions.html +++ b/api/interfaces/itablecelloptions.html @@ -93,7 +93,7 @@ diff --git a/api/interfaces/itablefloatoptions.html b/api/interfaces/itablefloatoptions.html index 05593b22ed..5129f1d64d 100644 --- a/api/interfaces/itablefloatoptions.html +++ b/api/interfaces/itablefloatoptions.html @@ -102,7 +102,7 @@
    absoluteHorizontalPosition: undefined | number
    @@ -121,7 +121,7 @@
    absoluteVerticalPosition: undefined | number
    @@ -140,7 +140,7 @@
    bottomFromText: undefined | number
    @@ -156,7 +156,7 @@
    horizontalAnchor: TableAnchorType
    @@ -176,7 +176,7 @@
    leftFromText: undefined | number
    @@ -192,7 +192,7 @@
    relativeHorizontalPosition: RelativeHorizontalPosition
    @@ -214,7 +214,7 @@
    relativeVerticalPosition: RelativeVerticalPosition
    @@ -236,7 +236,7 @@
    rightFromText: undefined | number
    @@ -252,7 +252,7 @@
    topFromText: undefined | number
    @@ -268,7 +268,7 @@
    verticalAnchor: TableAnchorType
    diff --git a/api/interfaces/itableofcontentsoptions.html b/api/interfaces/itableofcontentsoptions.html index ed956985ff..9f5e9c593e 100644 --- a/api/interfaces/itableofcontentsoptions.html +++ b/api/interfaces/itableofcontentsoptions.html @@ -119,7 +119,7 @@
    captionLabel: undefined | string
    @@ -136,7 +136,7 @@
    captionLabelIncludingNumbers: undefined | string
    @@ -154,7 +154,7 @@
    entriesFromBookmark: undefined | string
    @@ -170,7 +170,7 @@
    entryAndPageNumberSeparator: undefined | string
    @@ -186,7 +186,7 @@
    headingStyleRange: undefined | string
    @@ -205,7 +205,7 @@
    hideTabAndPageNumbersInWebView: undefined | true | false
    @@ -220,7 +220,7 @@
    hyperlink: undefined | true | false
    @@ -235,7 +235,7 @@
    pageNumbersEntryLevelsRange: undefined | string
    @@ -252,7 +252,7 @@
    preserveNewLineInEntries: undefined | true | false
    @@ -267,7 +267,7 @@
    preserveTabInEntries: undefined | true | false
    @@ -282,7 +282,7 @@
    seqFieldIdentifierForPrefix: undefined | string
    @@ -299,7 +299,7 @@
    sequenceAndPageNumbersSeparator: undefined | string
    @@ -315,7 +315,7 @@
    stylesWithLevels: StyleLevel[]
    @@ -333,7 +333,7 @@
    tcFieldIdentifier: undefined | string
    @@ -349,7 +349,7 @@
    tcFieldLevelRange: undefined | string
    @@ -367,7 +367,7 @@
    useAppliedParagraphOutlineLevel: undefined | true | false
    diff --git a/api/interfaces/itableoptions.html b/api/interfaces/itableoptions.html index 21925203b7..9465aa0cd7 100644 --- a/api/interfaces/itableoptions.html +++ b/api/interfaces/itableoptions.html @@ -100,7 +100,7 @@
    columnWidths: number[]
    @@ -110,7 +110,7 @@
    columns: number
    @@ -120,7 +120,7 @@ @@ -130,7 +130,7 @@ @@ -140,7 +140,7 @@
    margins: undefined | object
    @@ -150,7 +150,7 @@
    rows: number
    @@ -160,7 +160,7 @@
    width: undefined | number
    @@ -170,7 +170,7 @@
    widthUnitType: WidthType
    diff --git a/api/interfaces/itableshadingattributesproperties.html b/api/interfaces/itableshadingattributesproperties.html index 5058d98628..18dea04d16 100644 --- a/api/interfaces/itableshadingattributesproperties.html +++ b/api/interfaces/itableshadingattributesproperties.html @@ -95,7 +95,7 @@
    color: undefined | string
    @@ -105,7 +105,7 @@
    fill: undefined | string
    @@ -115,7 +115,7 @@ diff --git a/api/interfaces/itextrunoptions.html b/api/interfaces/itextrunoptions.html index c2768fc83f..85674cb41b 100644 --- a/api/interfaces/itextrunoptions.html +++ b/api/interfaces/itextrunoptions.html @@ -115,7 +115,7 @@ @@ -126,7 +126,7 @@ @@ -137,7 +137,7 @@ @@ -148,7 +148,7 @@ @@ -159,7 +159,7 @@ @@ -170,7 +170,7 @@ @@ -181,7 +181,7 @@ @@ -192,7 +192,7 @@ @@ -203,7 +203,7 @@ @@ -214,7 +214,7 @@ @@ -225,7 +225,7 @@ @@ -236,7 +236,7 @@ @@ -247,7 +247,7 @@ @@ -258,7 +258,7 @@ @@ -269,7 +269,7 @@ @@ -279,7 +279,7 @@
    text: string
    @@ -290,7 +290,7 @@ diff --git a/api/interfaces/itextwrapping.html b/api/interfaces/itextwrapping.html index 27fe55c083..abc999482b 100644 --- a/api/interfaces/itextwrapping.html +++ b/api/interfaces/itextwrapping.html @@ -95,7 +95,7 @@
    margins: IDistance
    @@ -105,7 +105,7 @@ @@ -115,7 +115,7 @@ diff --git a/api/interfaces/iupdatefieldsattributesproperties.html b/api/interfaces/iupdatefieldsattributesproperties.html index ffe8ca6492..020447b93b 100644 --- a/api/interfaces/iupdatefieldsattributesproperties.html +++ b/api/interfaces/iupdatefieldsattributesproperties.html @@ -93,7 +93,7 @@
    enabled: boolean
    diff --git a/api/interfaces/iverticalpositionoptions.html b/api/interfaces/iverticalpositionoptions.html index 6b69ba1ab9..49f2504020 100644 --- a/api/interfaces/iverticalpositionoptions.html +++ b/api/interfaces/iverticalpositionoptions.html @@ -95,7 +95,7 @@ @@ -105,7 +105,7 @@
    offset: undefined | number
    @@ -115,7 +115,7 @@ diff --git a/api/interfaces/ixmlableobject.html b/api/interfaces/ixmlableobject.html index d1dce6fe05..4721ca92ef 100644 --- a/api/interfaces/ixmlableobject.html +++ b/api/interfaces/ixmlableobject.html @@ -127,7 +127,7 @@ diff --git a/usage/packers.md b/usage/packers.md index 274942b715..e9b3626015 100644 --- a/usage/packers.md +++ b/usage/packers.md @@ -2,9 +2,44 @@ > Packers are the way in which `docx` turns your code into `.docx` format. It is completely decoupled from the `docx.Document`. +Packers in `version 4` and above are now one single `Packer`. It works in both a node and browser environment (Angular etc). Now, the packer returns a `Buffer`, `Blob` or `base64 string`. It is up to you to take that and persist it with node's `fs`, send it down as a downloadable file, or anything else you wish. As of version 4, this library will not have options to export to PDF. + +## Version 5 + +Packers in `version 5` and above are now static methods on `Packer`. + +### Export as Buffer + +This will return a NodeJS `Buffer`. If this is used in the browser, it will return a `UInt8Array` instead. + +```ts +Packer.toBuffer(doc).then((buffer) => { + fs.writeFileSync("My Document.docx", buffer); +}); +``` + +### Export as a `base64` string + +```ts +Packer.toBase64String(doc).then((string) => { + console.log(string); +}); +``` + +### Export as Blob + +This is useful if you want to send it as an downloadable in a browser environment. + +```ts +Packer.toBlob(doc).then((blob) => { + // saveAs from FileSaver will download the file + saveAs(blob, "example.docx"); +}); +``` + ## Version 4 -Packers in `version 4` and above are now one single `Packer`. It works in both a node and browser environment (Angular etc). Now, the packer returns a `Buffer`, `Blob` or `base64 string`. It is up to you to take that and persist it with node's `fs`, send it down as a downloadable file, or anything else you wish. As of version 4, this library will not have options to export to PDF. +The `Packer` in `version 4` requires an instance of `Packer`, so be sure to `new` it. ### Export as Buffer diff --git a/usage/styling-with-js.md b/usage/styling-with-js.md index 74fcdffb93..c39e7a7f40 100644 --- a/usage/styling-with-js.md +++ b/usage/styling-with-js.md @@ -107,8 +107,7 @@ There are three parts to using custom styles with `docx`: 3. When you generate your document, make sure to pass the `styles` container to the `Packer`: ```ts - const packer = new Packer(doc, myStyles); - packer.pack(myOutStream); + Packer.pack(myOutStream); ``` **Note**: If you are using the `.headingX` or `.title` methods of paragraphs, you must make sure to define `HeadingX` or `Title` styles for these. Otherwise they'll show up unstyled :(. If you are using the `.bullet` or `.setNumbering` methods, you need to define a `ListParagraph` style or the numbers may not show up.