diff --git a/README.md b/README.md new file mode 100644 index 0000000000..1df213c45d --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +
+
+
+ Easily generate .docx files with JS/TS. +
+ +--- + +# Welcome + +## Getting Started + +### Installation + +```sh +$ npm install --save docx +``` +Then you can `require` or `import` as usual: + +``` +let docx = require('docx'); +``` + +``` +import * as docx from 'docx' +``` + + +--- + +Made with 💖 diff --git a/_sidebar.md b/_sidebar.md new file mode 100644 index 0000000000..f94c9751d3 --- /dev/null +++ b/_sidebar.md @@ -0,0 +1,27 @@ +* [Getting Started](/) + +* API + + * [Documentation](/api) + +* Usage + + * [Document](usage/document.md) + * [Paragraph](usage/paragraph.md) + * [Text](usage/text.md) + * [Image](usage/images.md) + * [Headers & Footers](usage/headers-and-footers.md) + * [Bullet Points](usage/bullet-points.md) + * [Numbering](usage/numbering.md) + * [Tab Stops](usage/tab-stops.md) + * Styling + * [Styling with JS](usage/styling-with-js.md) + * [Styling with XML](usage/styling-with-xml.md) +* Exporting + + * [Packers](usage/packers.md) + +* [Examples](usage/examples.md) + +* [Contribution Guidelines](contribution-guidelines.md) + diff --git a/assets/css/main.css b/api/assets/css/main.css similarity index 100% rename from assets/css/main.css rename to api/assets/css/main.css diff --git a/assets/css/main.css.map b/api/assets/css/main.css.map similarity index 100% rename from assets/css/main.css.map rename to api/assets/css/main.css.map diff --git a/assets/images/icons.png b/api/assets/images/icons.png similarity index 100% rename from assets/images/icons.png rename to api/assets/images/icons.png diff --git a/assets/images/icons@2x.png b/api/assets/images/icons@2x.png similarity index 100% rename from assets/images/icons@2x.png rename to api/assets/images/icons@2x.png diff --git a/assets/images/widgets.png b/api/assets/images/widgets.png similarity index 100% rename from assets/images/widgets.png rename to api/assets/images/widgets.png diff --git a/assets/images/widgets@2x.png b/api/assets/images/widgets@2x.png similarity index 100% rename from assets/images/widgets@2x.png rename to api/assets/images/widgets@2x.png diff --git a/assets/js/main.js b/api/assets/js/main.js similarity index 100% rename from assets/js/main.js rename to api/assets/js/main.js diff --git a/assets/js/search.js b/api/assets/js/search.js similarity index 96% rename from assets/js/search.js rename to api/assets/js/search.js index 3e3c9e3308..67f9d16b6c 100644 --- a/assets/js/search.js +++ b/api/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"1":"External module","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","2097152":"Object literal","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"\"file/xml-components/xmlable-object\"","url":"modules/_file_xml_components_xmlable_object_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":256,"name":"IXmlableObject","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/xml-components/xmlable-object\""},{"id":2,"kind":1024,"name":"_attr","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#_attr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":3,"kind":1024,"name":"constructor","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#constructor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":4,"kind":2048,"name":"toString","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":5,"kind":2048,"name":"toLocaleString","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":6,"kind":2048,"name":"valueOf","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#valueof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":7,"kind":2048,"name":"hasOwnProperty","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#hasownproperty","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":8,"kind":2048,"name":"isPrototypeOf","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#isprototypeof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":9,"kind":2048,"name":"propertyIsEnumerable","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#propertyisenumerable","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":10,"kind":1024,"name":"Object","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#object","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":11,"kind":1024,"name":"should","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#should","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":12,"kind":32,"name":"WORKAROUND3","url":"modules/_file_xml_components_xmlable_object_.html#workaround3","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"file/xml-components/xmlable-object\""},{"id":13,"kind":1,"name":"\"file/xml-components/base\"","url":"modules/_file_xml_components_base_.html","classes":"tsd-kind-external-module"},{"id":14,"kind":128,"name":"BaseXmlComponent","url":"classes/_file_xml_components_base_.basexmlcomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/base\""},{"id":15,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_base_.basexmlcomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":16,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_base_.basexmlcomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":17,"kind":512,"name":"constructor","url":"classes/_file_xml_components_base_.basexmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":18,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_base_.basexmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":19,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_base_.basexmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":20,"kind":1,"name":"\"file/xml-components/xml-component\"","url":"modules/_file_xml_components_xml_component_.html","classes":"tsd-kind-external-module"},{"id":21,"kind":128,"name":"XmlComponent","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/xml-component\""},{"id":22,"kind":1024,"name":"root","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":23,"kind":512,"name":"constructor","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":24,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":25,"kind":2048,"name":"addChildElement","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":26,"kind":2048,"name":"delete","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":27,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":28,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":29,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":30,"kind":1,"name":"\"file/xml-components/default-attributes\"","url":"modules/_file_xml_components_default_attributes_.html","classes":"tsd-kind-external-module"},{"id":31,"kind":128,"name":"XmlAttributeComponent","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"file/xml-components/default-attributes\""},{"id":32,"kind":1024,"name":"root","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":33,"kind":1024,"name":"xmlKeys","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#xmlkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":34,"kind":512,"name":"constructor","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":35,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":36,"kind":2048,"name":"set","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":37,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":38,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":39,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":40,"kind":4194304,"name":"AttributeMap","url":"modules/_file_xml_components_default_attributes_.html#attributemap","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"file/xml-components/default-attributes\""},{"id":41,"kind":65536,"name":"__type","url":"modules/_file_xml_components_default_attributes_.html#attributemap.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"file/xml-components/default-attributes\".AttributeMap"},{"id":42,"kind":1,"name":"\"file/xml-components/attributes\"","url":"modules/_file_xml_components_attributes_.html","classes":"tsd-kind-external-module"},{"id":43,"kind":256,"name":"IAttributesProperties","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/xml-components/attributes\""},{"id":44,"kind":1024,"name":"val","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#val","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":45,"kind":1024,"name":"color","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":46,"kind":1024,"name":"space","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":47,"kind":1024,"name":"sz","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#sz","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":48,"kind":1024,"name":"type","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":49,"kind":1024,"name":"rsidR","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#rsidr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":50,"kind":1024,"name":"rsidRPr","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#rsidrpr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":51,"kind":1024,"name":"rsidSect","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#rsidsect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":52,"kind":1024,"name":"w","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":53,"kind":1024,"name":"h","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#h","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":54,"kind":1024,"name":"top","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":55,"kind":1024,"name":"right","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":56,"kind":1024,"name":"bottom","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":57,"kind":1024,"name":"left","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":58,"kind":1024,"name":"header","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":59,"kind":1024,"name":"footer","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":60,"kind":1024,"name":"gutter","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#gutter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":61,"kind":1024,"name":"linePitch","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#linepitch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":62,"kind":1024,"name":"pos","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#pos","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":63,"kind":128,"name":"Attributes","url":"classes/_file_xml_components_attributes_.attributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/attributes\""},{"id":64,"kind":2097152,"name":"xmlKeys","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/xml-components/attributes\".Attributes"},{"id":65,"kind":32,"name":"val","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.val","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":66,"kind":32,"name":"color","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.color","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":67,"kind":32,"name":"space","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.space","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":68,"kind":32,"name":"sz","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.sz","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":69,"kind":32,"name":"type","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":70,"kind":32,"name":"rsidR","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.rsidr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":71,"kind":32,"name":"rsidRPr","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.rsidrpr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":72,"kind":32,"name":"rsidSect","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.rsidsect","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":73,"kind":32,"name":"w","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":74,"kind":32,"name":"h","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.h","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":75,"kind":32,"name":"top","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.top","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":76,"kind":32,"name":"right","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.right","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":77,"kind":32,"name":"bottom","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.bottom","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":78,"kind":32,"name":"left","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.left","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":79,"kind":32,"name":"header","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.header","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":80,"kind":32,"name":"footer","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.footer","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":81,"kind":32,"name":"gutter","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.gutter","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":82,"kind":32,"name":"linePitch","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.linepitch","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":83,"kind":32,"name":"pos","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.pos","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":84,"kind":1024,"name":"root","url":"classes/_file_xml_components_attributes_.attributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/attributes\".Attributes"},{"id":85,"kind":512,"name":"constructor","url":"classes/_file_xml_components_attributes_.attributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/xml-components/attributes\".Attributes"},{"id":86,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_attributes_.attributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/xml-components/attributes\".Attributes"},{"id":87,"kind":2048,"name":"set","url":"classes/_file_xml_components_attributes_.attributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/attributes\".Attributes"},{"id":88,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_attributes_.attributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/attributes\".Attributes"},{"id":89,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_attributes_.attributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/attributes\".Attributes"},{"id":90,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_attributes_.attributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/attributes\".Attributes"},{"id":91,"kind":1,"name":"\"file/xml-components/imported-xml-component\"","url":"modules/_file_xml_components_imported_xml_component_.html","classes":"tsd-kind-external-module"},{"id":92,"kind":128,"name":"ImportedXmlComponent","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/imported-xml-component\""},{"id":93,"kind":512,"name":"constructor","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":94,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":95,"kind":2048,"name":"push","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":96,"kind":2048,"name":"fromXmlString","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#fromxmlstring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":97,"kind":1024,"name":"root","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":98,"kind":2048,"name":"addChildElement","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":99,"kind":2048,"name":"delete","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":100,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":101,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":102,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":103,"kind":128,"name":"ImportedRootElementAttributes","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/imported-xml-component\""},{"id":104,"kind":512,"name":"constructor","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":105,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":106,"kind":1024,"name":"root","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":107,"kind":2048,"name":"addChildElement","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":108,"kind":2048,"name":"delete","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":109,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":110,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":111,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":112,"kind":2097152,"name":"parseOptions","url":"modules/_file_xml_components_imported_xml_component_.html#parseoptions","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"file/xml-components/imported-xml-component\""},{"id":113,"kind":32,"name":"ignoreAttributes","url":"modules/_file_xml_components_imported_xml_component_.html#parseoptions.ignoreattributes","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/imported-xml-component\".parseOptions"},{"id":114,"kind":32,"name":"attributeNamePrefix","url":"modules/_file_xml_components_imported_xml_component_.html#parseoptions.attributenameprefix","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/imported-xml-component\".parseOptions"},{"id":115,"kind":32,"name":"attrNodeName","url":"modules/_file_xml_components_imported_xml_component_.html#parseoptions.attrnodename","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/imported-xml-component\".parseOptions"},{"id":116,"kind":64,"name":"convertToXmlComponent","url":"modules/_file_xml_components_imported_xml_component_.html#converttoxmlcomponent","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"file/xml-components/imported-xml-component\""},{"id":117,"kind":1,"name":"\"file/xml-components/index\"","url":"modules/_file_xml_components_index_.html","classes":"tsd-kind-external-module"},{"id":118,"kind":1,"name":"\"export/formatter\"","url":"modules/_export_formatter_.html","classes":"tsd-kind-external-module"},{"id":119,"kind":128,"name":"Formatter","url":"classes/_export_formatter_.formatter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/formatter\""},{"id":120,"kind":2048,"name":"format","url":"classes/_export_formatter_.formatter.html#format","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/formatter\".Formatter"},{"id":121,"kind":1,"name":"\"file/paragraph/formatting/alignment\"","url":"modules/_file_paragraph_formatting_alignment_.html","classes":"tsd-kind-external-module"},{"id":122,"kind":128,"name":"AlignmentAttributes","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/alignment\""},{"id":123,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":124,"kind":32,"name":"val","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes.xmlKeys"},{"id":125,"kind":65536,"name":"__type","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":126,"kind":32,"name":"val","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes.__type"},{"id":127,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":128,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":129,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":130,"kind":2048,"name":"set","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":131,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":132,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":133,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":134,"kind":128,"name":"Alignment","url":"classes/_file_paragraph_formatting_alignment_.alignment.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/alignment\""},{"id":135,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":136,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":137,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":138,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":139,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":140,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":141,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":142,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":143,"kind":4194304,"name":"AlignmentOptions","url":"modules/_file_paragraph_formatting_alignment_.html#alignmentoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/alignment\""},{"id":144,"kind":1,"name":"\"file/paragraph/formatting/border\"","url":"modules/_file_paragraph_formatting_border_.html","classes":"tsd-kind-external-module"},{"id":145,"kind":128,"name":"Border","url":"classes/_file_paragraph_formatting_border_.border.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\""},{"id":146,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_border_.border.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":147,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_border_.border.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":148,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_border_.border.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":149,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_border_.border.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":150,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_border_.border.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":151,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_border_.border.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":152,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_border_.border.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":153,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_border_.border.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":154,"kind":128,"name":"ThematicBreak","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/border\""},{"id":155,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":156,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":157,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":158,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":159,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":160,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":161,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":162,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":163,"kind":1,"name":"\"file/paragraph/formatting/indent\"","url":"modules/_file_paragraph_formatting_indent_.html","classes":"tsd-kind-external-module"},{"id":164,"kind":256,"name":"IIndentAttributesProperties","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\""},{"id":165,"kind":1024,"name":"left","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#left","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":166,"kind":1024,"name":"hanging","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#hanging","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":167,"kind":1024,"name":"firstLine","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#firstline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":168,"kind":1024,"name":"start","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#start","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":169,"kind":1024,"name":"end","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#end","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":170,"kind":128,"name":"IndentAttributes","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\""},{"id":171,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":172,"kind":32,"name":"left","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.left","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":173,"kind":32,"name":"hanging","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.hanging","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":174,"kind":32,"name":"firstLine","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.firstline","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":175,"kind":32,"name":"start","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.start","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":176,"kind":32,"name":"end","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.end","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":177,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":178,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":179,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":180,"kind":2048,"name":"set","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":181,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":182,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":183,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":184,"kind":128,"name":"Indent","url":"classes/_file_paragraph_formatting_indent_.indent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/indent\""},{"id":185,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_indent_.indent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":186,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_indent_.indent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":187,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_indent_.indent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":188,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_indent_.indent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":189,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_indent_.indent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":190,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_indent_.indent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":191,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_indent_.indent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":192,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_indent_.indent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":193,"kind":1,"name":"\"file/paragraph/formatting/keep\"","url":"modules/_file_paragraph_formatting_keep_.html","classes":"tsd-kind-external-module"},{"id":194,"kind":128,"name":"KeepLines","url":"classes/_file_paragraph_formatting_keep_.keeplines.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/keep\""},{"id":195,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":196,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":197,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":198,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":199,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":200,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":201,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":202,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":203,"kind":128,"name":"KeepNext","url":"classes/_file_paragraph_formatting_keep_.keepnext.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/keep\""},{"id":204,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":205,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":206,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":207,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":208,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":209,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":210,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":211,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":212,"kind":1,"name":"\"file/paragraph/run/break\"","url":"modules/_file_paragraph_run_break_.html","classes":"tsd-kind-external-module"},{"id":213,"kind":128,"name":"Break","url":"classes/_file_paragraph_run_break_.break.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/break\""},{"id":214,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_break_.break.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/break\".Break"},{"id":215,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_break_.break.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/break\".Break"},{"id":216,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_break_.break.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/break\".Break"},{"id":217,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_break_.break.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/break\".Break"},{"id":218,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_break_.break.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/break\".Break"},{"id":219,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_break_.break.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/break\".Break"},{"id":220,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_break_.break.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/break\".Break"},{"id":221,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_break_.break.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/break\".Break"},{"id":222,"kind":1,"name":"\"file/paragraph/run/caps\"","url":"modules/_file_paragraph_run_caps_.html","classes":"tsd-kind-external-module"},{"id":223,"kind":128,"name":"SmallCaps","url":"classes/_file_paragraph_run_caps_.smallcaps.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/caps\""},{"id":224,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_caps_.smallcaps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":225,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_caps_.smallcaps.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":226,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_caps_.smallcaps.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":227,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_caps_.smallcaps.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":228,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_caps_.smallcaps.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":229,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_caps_.smallcaps.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":230,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_caps_.smallcaps.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":231,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_caps_.smallcaps.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":232,"kind":128,"name":"Caps","url":"classes/_file_paragraph_run_caps_.caps.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/caps\""},{"id":233,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_caps_.caps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/caps\".Caps"},{"id":234,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_caps_.caps.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".Caps"},{"id":235,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_caps_.caps.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/caps\".Caps"},{"id":236,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_caps_.caps.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".Caps"},{"id":237,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_caps_.caps.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".Caps"},{"id":238,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_caps_.caps.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".Caps"},{"id":239,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_caps_.caps.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".Caps"},{"id":240,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_caps_.caps.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".Caps"},{"id":241,"kind":1,"name":"\"file/paragraph/run/underline\"","url":"modules/_file_paragraph_run_underline_.html","classes":"tsd-kind-external-module"},{"id":242,"kind":128,"name":"BaseUnderline","url":"classes/_file_paragraph_run_underline_.baseunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":243,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.baseunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":244,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.baseunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":245,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.baseunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":246,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.baseunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":247,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.baseunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":248,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.baseunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":249,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.baseunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":250,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.baseunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":251,"kind":128,"name":"Underline","url":"classes/_file_paragraph_run_underline_.underline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":252,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.underline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".Underline"},{"id":253,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.underline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".Underline"},{"id":254,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.underline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".Underline"},{"id":255,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.underline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".Underline"},{"id":256,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.underline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".Underline"},{"id":257,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.underline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".Underline"},{"id":258,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.underline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".Underline"},{"id":259,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.underline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".Underline"},{"id":260,"kind":128,"name":"DashUnderline","url":"classes/_file_paragraph_run_underline_.dashunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":261,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":262,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":263,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":264,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":265,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":266,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":267,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":268,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":269,"kind":128,"name":"DashDotDotHeavyUnderline","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":270,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":271,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":272,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":273,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":274,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":275,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":276,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":277,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":278,"kind":128,"name":"DashDotHeavyUnderline","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":279,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":280,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":281,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":282,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":283,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":284,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":285,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":286,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":287,"kind":128,"name":"DashLongUnderline","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":288,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":289,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":290,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":291,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":292,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":293,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":294,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":295,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":296,"kind":128,"name":"DashLongHeavyUnderline","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":297,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":298,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":299,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":300,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":301,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":302,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":303,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":304,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":305,"kind":128,"name":"DotDashUnderline","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":306,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":307,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":308,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":309,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":310,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":311,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":312,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":313,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":314,"kind":128,"name":"DotDotDashUnderline","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":315,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":316,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":317,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":318,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":319,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":320,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":321,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":322,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":323,"kind":128,"name":"DottedUnderline","url":"classes/_file_paragraph_run_underline_.dottedunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":324,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":325,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":326,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":327,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":328,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":329,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":330,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":331,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":332,"kind":128,"name":"DottedHeavyUnderline","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":333,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":334,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":335,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":336,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":337,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":338,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":339,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":340,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":341,"kind":128,"name":"DoubleUnderline","url":"classes/_file_paragraph_run_underline_.doubleunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":342,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":343,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":344,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":345,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":346,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":347,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":348,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":349,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":350,"kind":128,"name":"SingleUnderline","url":"classes/_file_paragraph_run_underline_.singleunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":351,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.singleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":352,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.singleunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":353,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.singleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":354,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.singleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":355,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.singleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":356,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.singleunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":357,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.singleunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":358,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.singleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":359,"kind":128,"name":"ThickUnderline","url":"classes/_file_paragraph_run_underline_.thickunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":360,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.thickunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":361,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.thickunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":362,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.thickunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":363,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.thickunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":364,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.thickunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":365,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.thickunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":366,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.thickunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":367,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.thickunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":368,"kind":128,"name":"WaveUnderline","url":"classes/_file_paragraph_run_underline_.waveunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":369,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.waveunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":370,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.waveunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":371,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.waveunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":372,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.waveunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":373,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.waveunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":374,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.waveunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":375,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.waveunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":376,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.waveunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":377,"kind":128,"name":"WavyDoubleUnderline","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":378,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":379,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":380,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":381,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":382,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":383,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":384,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":385,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":386,"kind":128,"name":"WavyHeavyUnderline","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":387,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":388,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":389,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":390,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":391,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":392,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":393,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":394,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":395,"kind":128,"name":"WordsUnderline","url":"classes/_file_paragraph_run_underline_.wordsunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":396,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":397,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":398,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":399,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":400,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":401,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":402,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":403,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":404,"kind":1,"name":"\"file/paragraph/run/script\"","url":"modules/_file_paragraph_run_script_.html","classes":"tsd-kind-external-module"},{"id":405,"kind":128,"name":"VerticalAlign","url":"classes/_file_paragraph_run_script_.verticalalign.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/script\""},{"id":406,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_script_.verticalalign.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":407,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_script_.verticalalign.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":408,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_script_.verticalalign.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":409,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_script_.verticalalign.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":410,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_script_.verticalalign.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":411,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_script_.verticalalign.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":412,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_script_.verticalalign.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":413,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_script_.verticalalign.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":414,"kind":128,"name":"SuperScript","url":"classes/_file_paragraph_run_script_.superscript.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/script\""},{"id":415,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_script_.superscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":416,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_script_.superscript.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":417,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_script_.superscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":418,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_script_.superscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":419,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_script_.superscript.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":420,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_script_.superscript.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":421,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_script_.superscript.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":422,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_script_.superscript.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":423,"kind":128,"name":"SubScript","url":"classes/_file_paragraph_run_script_.subscript.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/script\""},{"id":424,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_script_.subscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/script\".SubScript"},{"id":425,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_script_.subscript.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SubScript"},{"id":426,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_script_.subscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/script\".SubScript"},{"id":427,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_script_.subscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SubScript"},{"id":428,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_script_.subscript.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SubScript"},{"id":429,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_script_.subscript.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SubScript"},{"id":430,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_script_.subscript.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SubScript"},{"id":431,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_script_.subscript.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SubScript"},{"id":432,"kind":1,"name":"\"file/paragraph/run/run-fonts\"","url":"modules/_file_paragraph_run_run_fonts_.html","classes":"tsd-kind-external-module"},{"id":433,"kind":256,"name":"IRunFontAttributesProperties","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\""},{"id":434,"kind":1024,"name":"ascii","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#ascii","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":435,"kind":1024,"name":"cs","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#cs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":436,"kind":1024,"name":"eastAsia","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#eastasia","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":437,"kind":1024,"name":"hAnsi","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#hansi","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":438,"kind":1024,"name":"hint","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":439,"kind":128,"name":"RunFontAttributes","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\""},{"id":440,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":441,"kind":32,"name":"ascii","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.ascii","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":442,"kind":32,"name":"cs","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.cs","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":443,"kind":32,"name":"eastAsia","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.eastasia","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":444,"kind":32,"name":"hAnsi","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.hansi","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":445,"kind":32,"name":"hint","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.hint","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":446,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":447,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":448,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":449,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":450,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":451,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":452,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":453,"kind":128,"name":"RunFonts","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/run-fonts\""},{"id":454,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":455,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":456,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":457,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":458,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":459,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":460,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":461,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":462,"kind":1,"name":"\"file/paragraph/run/formatting\"","url":"modules/_file_paragraph_run_formatting_.html","classes":"tsd-kind-external-module"},{"id":463,"kind":128,"name":"Bold","url":"classes/_file_paragraph_run_formatting_.bold.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":464,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.bold.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":465,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.bold.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":466,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.bold.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":467,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.bold.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":468,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.bold.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":469,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.bold.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":470,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.bold.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":471,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.bold.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":472,"kind":128,"name":"Italics","url":"classes/_file_paragraph_run_formatting_.italics.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":473,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.italics.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":474,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.italics.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":475,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.italics.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":476,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.italics.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":477,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.italics.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":478,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.italics.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":479,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.italics.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":480,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.italics.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":481,"kind":128,"name":"Caps","url":"classes/_file_paragraph_run_formatting_.caps.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":482,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.caps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":483,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.caps.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":484,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.caps.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":485,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.caps.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":486,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.caps.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":487,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.caps.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":488,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.caps.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":489,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.caps.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":490,"kind":128,"name":"Color","url":"classes/_file_paragraph_run_formatting_.color.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":491,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.color.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Color"},{"id":492,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.color.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Color"},{"id":493,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.color.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Color"},{"id":494,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.color.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Color"},{"id":495,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.color.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Color"},{"id":496,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.color.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Color"},{"id":497,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.color.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Color"},{"id":498,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.color.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Color"},{"id":499,"kind":128,"name":"DoubleStrike","url":"classes/_file_paragraph_run_formatting_.doublestrike.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":500,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":501,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":502,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":503,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":504,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":505,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":506,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":507,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":508,"kind":128,"name":"Emboss","url":"classes/_file_paragraph_run_formatting_.emboss.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":509,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.emboss.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":510,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.emboss.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":511,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.emboss.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":512,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.emboss.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":513,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.emboss.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":514,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.emboss.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":515,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.emboss.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":516,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.emboss.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":517,"kind":128,"name":"Imprint","url":"classes/_file_paragraph_run_formatting_.imprint.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":518,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.imprint.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":519,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.imprint.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":520,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.imprint.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":521,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.imprint.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":522,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.imprint.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":523,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.imprint.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":524,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.imprint.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":525,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.imprint.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":526,"kind":128,"name":"Shadow","url":"classes/_file_paragraph_run_formatting_.shadow.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":527,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.shadow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":528,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.shadow.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":529,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.shadow.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":530,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.shadow.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":531,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.shadow.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":532,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.shadow.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":533,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.shadow.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":534,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.shadow.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":535,"kind":128,"name":"SmallCaps","url":"classes/_file_paragraph_run_formatting_.smallcaps.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":536,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":537,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":538,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":539,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":540,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":541,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":542,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":543,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":544,"kind":128,"name":"Strike","url":"classes/_file_paragraph_run_formatting_.strike.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":545,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.strike.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":546,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.strike.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":547,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.strike.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":548,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.strike.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":549,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.strike.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":550,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.strike.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":551,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.strike.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":552,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.strike.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":553,"kind":128,"name":"Size","url":"classes/_file_paragraph_run_formatting_.size.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":554,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.size.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Size"},{"id":555,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.size.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Size"},{"id":556,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.size.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Size"},{"id":557,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.size.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Size"},{"id":558,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.size.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Size"},{"id":559,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.size.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Size"},{"id":560,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.size.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Size"},{"id":561,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.size.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Size"},{"id":562,"kind":128,"name":"SizeCs","url":"classes/_file_paragraph_run_formatting_.sizecs.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":563,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.sizecs.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":564,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.sizecs.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":565,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.sizecs.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":566,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.sizecs.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":567,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.sizecs.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":568,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.sizecs.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":569,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.sizecs.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":570,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.sizecs.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":571,"kind":128,"name":"RTL","url":"classes/_file_paragraph_run_formatting_.rtl.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":572,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.rtl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":573,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.rtl.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":574,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.rtl.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":575,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.rtl.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":576,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.rtl.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":577,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.rtl.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":578,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.rtl.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":579,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.rtl.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":580,"kind":1,"name":"\"file/paragraph/run/page-number\"","url":"modules/_file_paragraph_run_page_number_.html","classes":"tsd-kind-external-module"},{"id":581,"kind":128,"name":"FidCharAttrs","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\""},{"id":582,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":583,"kind":32,"name":"type","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#xmlkeys.type-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs.xmlKeys"},{"id":584,"kind":65536,"name":"__type","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":585,"kind":32,"name":"type","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#__type.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs.__type"},{"id":586,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":587,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":588,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":589,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":590,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":591,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":592,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":593,"kind":128,"name":"TextAttributes","url":"classes/_file_paragraph_run_page_number_.textattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\""},{"id":594,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_page_number_.textattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":595,"kind":32,"name":"space","url":"classes/_file_paragraph_run_page_number_.textattributes.html#xmlkeys.space-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes.xmlKeys"},{"id":596,"kind":65536,"name":"__type","url":"classes/_file_paragraph_run_page_number_.textattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":597,"kind":32,"name":"space","url":"classes/_file_paragraph_run_page_number_.textattributes.html#__type.space","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes.__type"},{"id":598,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.textattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":599,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.textattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":600,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.textattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":601,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_page_number_.textattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":602,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.textattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":603,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.textattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":604,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.textattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":605,"kind":128,"name":"Begin","url":"classes/_file_paragraph_run_page_number_.begin.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/page-number\""},{"id":606,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.begin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":607,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.begin.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":608,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.begin.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":609,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_page_number_.begin.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":610,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_page_number_.begin.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":611,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.begin.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":612,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.begin.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":613,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.begin.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":614,"kind":128,"name":"Page","url":"classes/_file_paragraph_run_page_number_.page.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/page-number\""},{"id":615,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.page.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/page-number\".Page"},{"id":616,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.page.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Page"},{"id":617,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.page.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Page"},{"id":618,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_page_number_.page.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Page"},{"id":619,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_page_number_.page.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Page"},{"id":620,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.page.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Page"},{"id":621,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.page.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Page"},{"id":622,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.page.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Page"},{"id":623,"kind":128,"name":"Separate","url":"classes/_file_paragraph_run_page_number_.separate.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/page-number\""},{"id":624,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.separate.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":625,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.separate.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":626,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.separate.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":627,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_page_number_.separate.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":628,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_page_number_.separate.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":629,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.separate.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":630,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.separate.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":631,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.separate.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":632,"kind":128,"name":"End","url":"classes/_file_paragraph_run_page_number_.end.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/page-number\""},{"id":633,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.end.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/page-number\".End"},{"id":634,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.end.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".End"},{"id":635,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.end.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".End"},{"id":636,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_page_number_.end.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".End"},{"id":637,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_page_number_.end.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".End"},{"id":638,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.end.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".End"},{"id":639,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.end.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".End"},{"id":640,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.end.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".End"},{"id":641,"kind":1,"name":"\"file/paragraph/run/properties\"","url":"modules/_file_paragraph_run_properties_.html","classes":"tsd-kind-external-module"},{"id":642,"kind":128,"name":"RunProperties","url":"classes/_file_paragraph_run_properties_.runproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/properties\""},{"id":643,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_properties_.runproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":644,"kind":2048,"name":"push","url":"classes/_file_paragraph_run_properties_.runproperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":645,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_properties_.runproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":646,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_properties_.runproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":647,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_properties_.runproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":648,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_properties_.runproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":649,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_properties_.runproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":650,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_properties_.runproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":651,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_properties_.runproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":652,"kind":1,"name":"\"file/paragraph/run/style\"","url":"modules/_file_paragraph_run_style_.html","classes":"tsd-kind-external-module"},{"id":653,"kind":128,"name":"StyleAttributes","url":"classes/_file_paragraph_run_style_.styleattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/style\""},{"id":654,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_style_.styleattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":655,"kind":32,"name":"val","url":"classes/_file_paragraph_run_style_.styleattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes.xmlKeys"},{"id":656,"kind":65536,"name":"__type","url":"classes/_file_paragraph_run_style_.styleattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":657,"kind":32,"name":"val","url":"classes/_file_paragraph_run_style_.styleattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes.__type"},{"id":658,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_style_.styleattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":659,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_style_.styleattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":660,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_style_.styleattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":661,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_style_.styleattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":662,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_style_.styleattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":663,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_style_.styleattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":664,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_style_.styleattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":665,"kind":128,"name":"Style","url":"classes/_file_paragraph_run_style_.style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/style\""},{"id":666,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_style_.style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/style\".Style"},{"id":667,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_style_.style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/style\".Style"},{"id":668,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_style_.style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/style\".Style"},{"id":669,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_style_.style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/style\".Style"},{"id":670,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_style_.style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/style\".Style"},{"id":671,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_style_.style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/style\".Style"},{"id":672,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_style_.style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/style\".Style"},{"id":673,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_style_.style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/style\".Style"},{"id":674,"kind":1,"name":"\"file/paragraph/run/tab\"","url":"modules/_file_paragraph_run_tab_.html","classes":"tsd-kind-external-module"},{"id":675,"kind":128,"name":"Tab","url":"classes/_file_paragraph_run_tab_.tab.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/tab\""},{"id":676,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_tab_.tab.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/tab\".Tab"},{"id":677,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_tab_.tab.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/tab\".Tab"},{"id":678,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_tab_.tab.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/tab\".Tab"},{"id":679,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_tab_.tab.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/tab\".Tab"},{"id":680,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_tab_.tab.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/tab\".Tab"},{"id":681,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_tab_.tab.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/tab\".Tab"},{"id":682,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_tab_.tab.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/tab\".Tab"},{"id":683,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_tab_.tab.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/tab\".Tab"},{"id":684,"kind":1,"name":"\"file/paragraph/run/run\"","url":"modules/_file_paragraph_run_run_.html","classes":"tsd-kind-external-module"},{"id":685,"kind":128,"name":"Run","url":"classes/_file_paragraph_run_run_.run.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/run\""},{"id":686,"kind":1024,"name":"properties","url":"classes/_file_paragraph_run_run_.run.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/paragraph/run/run\".Run"},{"id":687,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_.run.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/run\".Run"},{"id":688,"kind":2048,"name":"bold","url":"classes/_file_paragraph_run_run_.run.html#bold","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":689,"kind":2048,"name":"italic","url":"classes/_file_paragraph_run_run_.run.html#italic","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":690,"kind":2048,"name":"underline","url":"classes/_file_paragraph_run_run_.run.html#underline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":691,"kind":2048,"name":"color","url":"classes/_file_paragraph_run_run_.run.html#color","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":692,"kind":2048,"name":"size","url":"classes/_file_paragraph_run_run_.run.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":693,"kind":2048,"name":"rtl","url":"classes/_file_paragraph_run_run_.run.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":694,"kind":2048,"name":"break","url":"classes/_file_paragraph_run_run_.run.html#break","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":695,"kind":2048,"name":"tab","url":"classes/_file_paragraph_run_run_.run.html#tab","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":696,"kind":2048,"name":"pageNumber","url":"classes/_file_paragraph_run_run_.run.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":697,"kind":2048,"name":"smallCaps","url":"classes/_file_paragraph_run_run_.run.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":698,"kind":2048,"name":"allCaps","url":"classes/_file_paragraph_run_run_.run.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":699,"kind":2048,"name":"strike","url":"classes/_file_paragraph_run_run_.run.html#strike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":700,"kind":2048,"name":"doubleStrike","url":"classes/_file_paragraph_run_run_.run.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":701,"kind":2048,"name":"subScript","url":"classes/_file_paragraph_run_run_.run.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":702,"kind":2048,"name":"superScript","url":"classes/_file_paragraph_run_run_.run.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":703,"kind":2048,"name":"font","url":"classes/_file_paragraph_run_run_.run.html#font","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":704,"kind":2048,"name":"style","url":"classes/_file_paragraph_run_run_.run.html#style","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":705,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_.run.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run\".Run"},{"id":706,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_.run.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/run\".Run"},{"id":707,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_run_.run.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run\".Run"},{"id":708,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_run_.run.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run\".Run"},{"id":709,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_.run.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run\".Run"},{"id":710,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_.run.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run\".Run"},{"id":711,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_.run.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run\".Run"},{"id":712,"kind":1,"name":"\"file/paragraph/run/run-components/text\"","url":"modules/_file_paragraph_run_run_components_text_.html","classes":"tsd-kind-external-module"},{"id":713,"kind":128,"name":"TextAttributes","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\""},{"id":714,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":715,"kind":32,"name":"space","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#xmlkeys.space-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes.xmlKeys"},{"id":716,"kind":65536,"name":"__type","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":717,"kind":32,"name":"space","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#__type.space","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes.__type"},{"id":718,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":719,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":720,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":721,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":722,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":723,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":724,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":725,"kind":128,"name":"Text","url":"classes/_file_paragraph_run_run_components_text_.text.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/run-components/text\""},{"id":726,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_components_text_.text.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":727,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_components_text_.text.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":728,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_components_text_.text.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":729,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_run_components_text_.text.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":730,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_run_components_text_.text.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":731,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_components_text_.text.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":732,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_components_text_.text.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":733,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_components_text_.text.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":734,"kind":1,"name":"\"file/paragraph/run/text-run\"","url":"modules/_file_paragraph_run_text_run_.html","classes":"tsd-kind-external-module"},{"id":735,"kind":128,"name":"TextRun","url":"classes/_file_paragraph_run_text_run_.textrun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/text-run\""},{"id":736,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_text_run_.textrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":737,"kind":1024,"name":"properties","url":"classes/_file_paragraph_run_text_run_.textrun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":738,"kind":2048,"name":"bold","url":"classes/_file_paragraph_run_text_run_.textrun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":739,"kind":2048,"name":"italic","url":"classes/_file_paragraph_run_text_run_.textrun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":740,"kind":2048,"name":"underline","url":"classes/_file_paragraph_run_text_run_.textrun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":741,"kind":2048,"name":"color","url":"classes/_file_paragraph_run_text_run_.textrun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":742,"kind":2048,"name":"size","url":"classes/_file_paragraph_run_text_run_.textrun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":743,"kind":2048,"name":"rtl","url":"classes/_file_paragraph_run_text_run_.textrun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":744,"kind":2048,"name":"break","url":"classes/_file_paragraph_run_text_run_.textrun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":745,"kind":2048,"name":"tab","url":"classes/_file_paragraph_run_text_run_.textrun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":746,"kind":2048,"name":"pageNumber","url":"classes/_file_paragraph_run_text_run_.textrun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":747,"kind":2048,"name":"smallCaps","url":"classes/_file_paragraph_run_text_run_.textrun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":748,"kind":2048,"name":"allCaps","url":"classes/_file_paragraph_run_text_run_.textrun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":749,"kind":2048,"name":"strike","url":"classes/_file_paragraph_run_text_run_.textrun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":750,"kind":2048,"name":"doubleStrike","url":"classes/_file_paragraph_run_text_run_.textrun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":751,"kind":2048,"name":"subScript","url":"classes/_file_paragraph_run_text_run_.textrun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":752,"kind":2048,"name":"superScript","url":"classes/_file_paragraph_run_text_run_.textrun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":753,"kind":2048,"name":"font","url":"classes/_file_paragraph_run_text_run_.textrun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":754,"kind":2048,"name":"style","url":"classes/_file_paragraph_run_text_run_.textrun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":755,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_text_run_.textrun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":756,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_text_run_.textrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":757,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_text_run_.textrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":758,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_text_run_.textrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":759,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_text_run_.textrun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":760,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_text_run_.textrun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":761,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_text_run_.textrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":762,"kind":1,"name":"\"file/app-properties/app-properties-attributes\"","url":"modules/_file_app_properties_app_properties_attributes_.html","classes":"tsd-kind-external-module"},{"id":763,"kind":256,"name":"IAppPropertiesAttributes","url":"interfaces/_file_app_properties_app_properties_attributes_.iapppropertiesattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/app-properties/app-properties-attributes\""},{"id":764,"kind":1024,"name":"xmlns","url":"interfaces/_file_app_properties_app_properties_attributes_.iapppropertiesattributes.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/app-properties/app-properties-attributes\".IAppPropertiesAttributes"},{"id":765,"kind":1024,"name":"vt","url":"interfaces/_file_app_properties_app_properties_attributes_.iapppropertiesattributes.html#vt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/app-properties/app-properties-attributes\".IAppPropertiesAttributes"},{"id":766,"kind":128,"name":"AppPropertiesAttributes","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/app-properties/app-properties-attributes\""},{"id":767,"kind":2097152,"name":"xmlKeys","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":768,"kind":32,"name":"xmlns","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes.xmlKeys"},{"id":769,"kind":32,"name":"vt","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#xmlkeys.vt","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes.xmlKeys"},{"id":770,"kind":1024,"name":"root","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":771,"kind":512,"name":"constructor","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":772,"kind":2048,"name":"prepForXml","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":773,"kind":2048,"name":"set","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":774,"kind":1024,"name":"rootKey","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":775,"kind":1024,"name":"deleted","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":776,"kind":262144,"name":"isDeleted","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":777,"kind":1,"name":"\"file/app-properties/app-properties\"","url":"modules/_file_app_properties_app_properties_.html","classes":"tsd-kind-external-module"},{"id":778,"kind":128,"name":"AppProperties","url":"classes/_file_app_properties_app_properties_.appproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/app-properties/app-properties\""},{"id":779,"kind":512,"name":"constructor","url":"classes/_file_app_properties_app_properties_.appproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":780,"kind":1024,"name":"root","url":"classes/_file_app_properties_app_properties_.appproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":781,"kind":2048,"name":"prepForXml","url":"classes/_file_app_properties_app_properties_.appproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":782,"kind":2048,"name":"addChildElement","url":"classes/_file_app_properties_app_properties_.appproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":783,"kind":2048,"name":"delete","url":"classes/_file_app_properties_app_properties_.appproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":784,"kind":1024,"name":"rootKey","url":"classes/_file_app_properties_app_properties_.appproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":785,"kind":1024,"name":"deleted","url":"classes/_file_app_properties_app_properties_.appproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":786,"kind":262144,"name":"isDeleted","url":"classes/_file_app_properties_app_properties_.appproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":787,"kind":1,"name":"\"file/content-types/content-types-attributes\"","url":"modules/_file_content_types_content_types_attributes_.html","classes":"tsd-kind-external-module"},{"id":788,"kind":256,"name":"IContentTypeAttributes","url":"interfaces/_file_content_types_content_types_attributes_.icontenttypeattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/content-types/content-types-attributes\""},{"id":789,"kind":1024,"name":"xmlns","url":"interfaces/_file_content_types_content_types_attributes_.icontenttypeattributes.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/content-types-attributes\".IContentTypeAttributes"},{"id":790,"kind":128,"name":"ContentTypeAttributes","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/content-types-attributes\""},{"id":791,"kind":2097152,"name":"xmlKeys","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":792,"kind":32,"name":"xmlns","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes.xmlKeys"},{"id":793,"kind":1024,"name":"root","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":794,"kind":512,"name":"constructor","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":795,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":796,"kind":2048,"name":"set","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":797,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":798,"kind":1024,"name":"deleted","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":799,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":800,"kind":1,"name":"\"file/content-types/default/default-attributes\"","url":"modules/_file_content_types_default_default_attributes_.html","classes":"tsd-kind-external-module"},{"id":801,"kind":256,"name":"IDefaultAttributes","url":"interfaces/_file_content_types_default_default_attributes_.idefaultattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/content-types/default/default-attributes\""},{"id":802,"kind":1024,"name":"contentType","url":"interfaces/_file_content_types_default_default_attributes_.idefaultattributes.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/default/default-attributes\".IDefaultAttributes"},{"id":803,"kind":1024,"name":"extension","url":"interfaces/_file_content_types_default_default_attributes_.idefaultattributes.html#extension","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/default/default-attributes\".IDefaultAttributes"},{"id":804,"kind":128,"name":"DefaultAttributes","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/default/default-attributes\""},{"id":805,"kind":2097152,"name":"xmlKeys","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":806,"kind":32,"name":"contentType","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#xmlkeys.contenttype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes.xmlKeys"},{"id":807,"kind":32,"name":"extension","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#xmlkeys.extension","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes.xmlKeys"},{"id":808,"kind":1024,"name":"root","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":809,"kind":512,"name":"constructor","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":810,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":811,"kind":2048,"name":"set","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":812,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":813,"kind":1024,"name":"deleted","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":814,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":815,"kind":1,"name":"\"file/content-types/default/default\"","url":"modules/_file_content_types_default_default_.html","classes":"tsd-kind-external-module"},{"id":816,"kind":128,"name":"Default","url":"classes/_file_content_types_default_default_.default.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/default/default\""},{"id":817,"kind":512,"name":"constructor","url":"classes/_file_content_types_default_default_.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/content-types/default/default\".Default"},{"id":818,"kind":1024,"name":"root","url":"classes/_file_content_types_default_default_.default.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default\".Default"},{"id":819,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_default_default_.default.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/default/default\".Default"},{"id":820,"kind":2048,"name":"addChildElement","url":"classes/_file_content_types_default_default_.default.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default\".Default"},{"id":821,"kind":2048,"name":"delete","url":"classes/_file_content_types_default_default_.default.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default\".Default"},{"id":822,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_default_default_.default.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default\".Default"},{"id":823,"kind":1024,"name":"deleted","url":"classes/_file_content_types_default_default_.default.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default\".Default"},{"id":824,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_default_default_.default.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default\".Default"},{"id":825,"kind":1,"name":"\"file/content-types/override/override-attributes\"","url":"modules/_file_content_types_override_override_attributes_.html","classes":"tsd-kind-external-module"},{"id":826,"kind":256,"name":"IOverrideAttributes","url":"interfaces/_file_content_types_override_override_attributes_.ioverrideattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/content-types/override/override-attributes\""},{"id":827,"kind":1024,"name":"contentType","url":"interfaces/_file_content_types_override_override_attributes_.ioverrideattributes.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/override/override-attributes\".IOverrideAttributes"},{"id":828,"kind":1024,"name":"partName","url":"interfaces/_file_content_types_override_override_attributes_.ioverrideattributes.html#partname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/override/override-attributes\".IOverrideAttributes"},{"id":829,"kind":128,"name":"OverrideAttributes","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/override/override-attributes\""},{"id":830,"kind":2097152,"name":"xmlKeys","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":831,"kind":32,"name":"contentType","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#xmlkeys.contenttype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes.xmlKeys"},{"id":832,"kind":32,"name":"partName","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#xmlkeys.partname","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes.xmlKeys"},{"id":833,"kind":1024,"name":"root","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":834,"kind":512,"name":"constructor","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":835,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":836,"kind":2048,"name":"set","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":837,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":838,"kind":1024,"name":"deleted","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":839,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":840,"kind":1,"name":"\"file/content-types/override/override\"","url":"modules/_file_content_types_override_override_.html","classes":"tsd-kind-external-module"},{"id":841,"kind":128,"name":"Override","url":"classes/_file_content_types_override_override_.override.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/override/override\""},{"id":842,"kind":512,"name":"constructor","url":"classes/_file_content_types_override_override_.override.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/content-types/override/override\".Override"},{"id":843,"kind":1024,"name":"root","url":"classes/_file_content_types_override_override_.override.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override\".Override"},{"id":844,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_override_override_.override.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/override/override\".Override"},{"id":845,"kind":2048,"name":"addChildElement","url":"classes/_file_content_types_override_override_.override.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override\".Override"},{"id":846,"kind":2048,"name":"delete","url":"classes/_file_content_types_override_override_.override.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override\".Override"},{"id":847,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_override_override_.override.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override\".Override"},{"id":848,"kind":1024,"name":"deleted","url":"classes/_file_content_types_override_override_.override.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override\".Override"},{"id":849,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_override_override_.override.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override\".Override"},{"id":850,"kind":1,"name":"\"file/content-types/content-types\"","url":"modules/_file_content_types_content_types_.html","classes":"tsd-kind-external-module"},{"id":851,"kind":128,"name":"ContentTypes","url":"classes/_file_content_types_content_types_.contenttypes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/content-types\""},{"id":852,"kind":512,"name":"constructor","url":"classes/_file_content_types_content_types_.contenttypes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":853,"kind":2048,"name":"addFooter","url":"classes/_file_content_types_content_types_.contenttypes.html#addfooter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":854,"kind":2048,"name":"addHeader","url":"classes/_file_content_types_content_types_.contenttypes.html#addheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":855,"kind":1024,"name":"root","url":"classes/_file_content_types_content_types_.contenttypes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":856,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_content_types_.contenttypes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":857,"kind":2048,"name":"addChildElement","url":"classes/_file_content_types_content_types_.contenttypes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":858,"kind":2048,"name":"delete","url":"classes/_file_content_types_content_types_.contenttypes.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":859,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_content_types_.contenttypes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":860,"kind":1024,"name":"deleted","url":"classes/_file_content_types_content_types_.contenttypes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":861,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_content_types_.contenttypes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":862,"kind":1,"name":"\"file/document/document-attributes\"","url":"modules/_file_document_document_attributes_.html","classes":"tsd-kind-external-module"},{"id":863,"kind":256,"name":"IDocumentAttributesProperties","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/document-attributes\""},{"id":864,"kind":1024,"name":"wpc","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":865,"kind":1024,"name":"mc","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":866,"kind":1024,"name":"o","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":867,"kind":1024,"name":"r","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":868,"kind":1024,"name":"m","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":869,"kind":1024,"name":"v","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":870,"kind":1024,"name":"wp14","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":871,"kind":1024,"name":"wp","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":872,"kind":1024,"name":"w10","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":873,"kind":1024,"name":"w","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":874,"kind":1024,"name":"w14","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":875,"kind":1024,"name":"w15","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":876,"kind":1024,"name":"wpg","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":877,"kind":1024,"name":"wpi","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":878,"kind":1024,"name":"wne","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":879,"kind":1024,"name":"wps","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":880,"kind":1024,"name":"Ignorable","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#ignorable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":881,"kind":1024,"name":"cp","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":882,"kind":1024,"name":"dc","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":883,"kind":1024,"name":"dcterms","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":884,"kind":1024,"name":"dcmitype","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":885,"kind":1024,"name":"xsi","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":886,"kind":1024,"name":"type","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":887,"kind":128,"name":"DocumentAttributes","url":"classes/_file_document_document_attributes_.documentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/document-attributes\""},{"id":888,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":889,"kind":32,"name":"wpc","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wpc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":890,"kind":32,"name":"mc","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.mc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":891,"kind":32,"name":"o","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.o","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":892,"kind":32,"name":"r","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":893,"kind":32,"name":"m","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.m","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":894,"kind":32,"name":"v","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.v","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":895,"kind":32,"name":"wp14","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wp14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":896,"kind":32,"name":"wp","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":897,"kind":32,"name":"w10","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.w10","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":898,"kind":32,"name":"w","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":899,"kind":32,"name":"w14","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.w14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":900,"kind":32,"name":"w15","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.w15","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":901,"kind":32,"name":"wpg","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wpg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":902,"kind":32,"name":"wpi","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wpi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":903,"kind":32,"name":"wne","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wne","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":904,"kind":32,"name":"wps","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wps","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":905,"kind":32,"name":"Ignorable","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.ignorable","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":906,"kind":32,"name":"cp","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.cp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":907,"kind":32,"name":"dc","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.dc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":908,"kind":32,"name":"dcterms","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.dcterms","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":909,"kind":32,"name":"dcmitype","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.dcmitype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":910,"kind":32,"name":"xsi","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.xsi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":911,"kind":32,"name":"type","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":912,"kind":1024,"name":"root","url":"classes/_file_document_document_attributes_.documentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":913,"kind":512,"name":"constructor","url":"classes/_file_document_document_attributes_.documentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":914,"kind":2048,"name":"prepForXml","url":"classes/_file_document_document_attributes_.documentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":915,"kind":2048,"name":"set","url":"classes/_file_document_document_attributes_.documentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":916,"kind":1024,"name":"rootKey","url":"classes/_file_document_document_attributes_.documentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":917,"kind":1024,"name":"deleted","url":"classes/_file_document_document_attributes_.documentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":918,"kind":262144,"name":"isDeleted","url":"classes/_file_document_document_attributes_.documentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":919,"kind":1,"name":"\"file/core-properties/components\"","url":"modules/_file_core_properties_components_.html","classes":"tsd-kind-external-module"},{"id":920,"kind":128,"name":"Title","url":"classes/_file_core_properties_components_.title.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":921,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.title.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Title"},{"id":922,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.title.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Title"},{"id":923,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.title.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Title"},{"id":924,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.title.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Title"},{"id":925,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.title.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Title"},{"id":926,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.title.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Title"},{"id":927,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.title.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Title"},{"id":928,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.title.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Title"},{"id":929,"kind":128,"name":"Subject","url":"classes/_file_core_properties_components_.subject.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":930,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.subject.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Subject"},{"id":931,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.subject.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Subject"},{"id":932,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.subject.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Subject"},{"id":933,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.subject.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Subject"},{"id":934,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.subject.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Subject"},{"id":935,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.subject.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Subject"},{"id":936,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.subject.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Subject"},{"id":937,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.subject.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Subject"},{"id":938,"kind":128,"name":"Creator","url":"classes/_file_core_properties_components_.creator.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":939,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.creator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Creator"},{"id":940,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.creator.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Creator"},{"id":941,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.creator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Creator"},{"id":942,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.creator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Creator"},{"id":943,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.creator.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Creator"},{"id":944,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.creator.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Creator"},{"id":945,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.creator.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Creator"},{"id":946,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.creator.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Creator"},{"id":947,"kind":128,"name":"Keywords","url":"classes/_file_core_properties_components_.keywords.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":948,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.keywords.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Keywords"},{"id":949,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.keywords.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Keywords"},{"id":950,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.keywords.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Keywords"},{"id":951,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.keywords.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Keywords"},{"id":952,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.keywords.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Keywords"},{"id":953,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.keywords.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Keywords"},{"id":954,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.keywords.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Keywords"},{"id":955,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.keywords.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Keywords"},{"id":956,"kind":128,"name":"Description","url":"classes/_file_core_properties_components_.description.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":957,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.description.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Description"},{"id":958,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.description.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Description"},{"id":959,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.description.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Description"},{"id":960,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.description.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Description"},{"id":961,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.description.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Description"},{"id":962,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.description.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Description"},{"id":963,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.description.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Description"},{"id":964,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.description.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Description"},{"id":965,"kind":128,"name":"LastModifiedBy","url":"classes/_file_core_properties_components_.lastmodifiedby.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":966,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.lastmodifiedby.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":967,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.lastmodifiedby.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":968,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.lastmodifiedby.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":969,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.lastmodifiedby.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":970,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.lastmodifiedby.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":971,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.lastmodifiedby.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":972,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.lastmodifiedby.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":973,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.lastmodifiedby.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":974,"kind":128,"name":"Revision","url":"classes/_file_core_properties_components_.revision.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":975,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.revision.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Revision"},{"id":976,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.revision.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Revision"},{"id":977,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.revision.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Revision"},{"id":978,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.revision.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Revision"},{"id":979,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.revision.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Revision"},{"id":980,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.revision.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Revision"},{"id":981,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.revision.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Revision"},{"id":982,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.revision.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Revision"},{"id":983,"kind":128,"name":"DateComponent","url":"classes/_file_core_properties_components_.datecomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":984,"kind":2048,"name":"getCurrentDate","url":"classes/_file_core_properties_components_.datecomponent.html#getcurrentdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"\"file/core-properties/components\".DateComponent"},{"id":985,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.datecomponent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".DateComponent"},{"id":986,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.datecomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":987,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.datecomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":988,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.datecomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":989,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.datecomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":990,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.datecomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".DateComponent"},{"id":991,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.datecomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".DateComponent"},{"id":992,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.datecomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":993,"kind":128,"name":"Created","url":"classes/_file_core_properties_components_.created.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":994,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.created.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Created"},{"id":995,"kind":2048,"name":"getCurrentDate","url":"classes/_file_core_properties_components_.created.html#getcurrentdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Created"},{"id":996,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.created.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Created"},{"id":997,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.created.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Created"},{"id":998,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.created.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Created"},{"id":999,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.created.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Created"},{"id":1000,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.created.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Created"},{"id":1001,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.created.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Created"},{"id":1002,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.created.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Created"},{"id":1003,"kind":128,"name":"Modified","url":"classes/_file_core_properties_components_.modified.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":1004,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.modified.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Modified"},{"id":1005,"kind":2048,"name":"getCurrentDate","url":"classes/_file_core_properties_components_.modified.html#getcurrentdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Modified"},{"id":1006,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.modified.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Modified"},{"id":1007,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.modified.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Modified"},{"id":1008,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.modified.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Modified"},{"id":1009,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.modified.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Modified"},{"id":1010,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.modified.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Modified"},{"id":1011,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.modified.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Modified"},{"id":1012,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.modified.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Modified"},{"id":1013,"kind":1,"name":"\"file/core-properties/properties\"","url":"modules/_file_core_properties_properties_.html","classes":"tsd-kind-external-module"},{"id":1014,"kind":256,"name":"IPropertiesOptions","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/core-properties/properties\""},{"id":1015,"kind":1024,"name":"title","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1016,"kind":1024,"name":"subject","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#subject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1017,"kind":1024,"name":"creator","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#creator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1018,"kind":1024,"name":"keywords","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#keywords","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1019,"kind":1024,"name":"description","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1020,"kind":1024,"name":"lastModifiedBy","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#lastmodifiedby","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1021,"kind":1024,"name":"revision","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#revision","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1022,"kind":1024,"name":"externalStyles","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#externalstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1023,"kind":128,"name":"CoreProperties","url":"classes/_file_core_properties_properties_.coreproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/properties\""},{"id":1024,"kind":512,"name":"constructor","url":"classes/_file_core_properties_properties_.coreproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1025,"kind":1024,"name":"root","url":"classes/_file_core_properties_properties_.coreproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1026,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_properties_.coreproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1027,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_properties_.coreproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1028,"kind":2048,"name":"delete","url":"classes/_file_core_properties_properties_.coreproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1029,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_properties_.coreproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1030,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_properties_.coreproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1031,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_properties_.coreproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1032,"kind":1,"name":"\"file/core-properties/index\"","url":"modules/_file_core_properties_index_.html","classes":"tsd-kind-external-module"},{"id":1033,"kind":1,"name":"\"file/table/table-cell\"","url":"modules/_file_table_table_cell_.html","classes":"tsd-kind-external-module"},{"id":1034,"kind":4,"name":"BorderStyle","url":"enums/_file_table_table_cell_.borderstyle.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1035,"kind":16,"name":"SINGLE","url":"enums/_file_table_table_cell_.borderstyle.html#single","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1036,"kind":16,"name":"DASH_DOT_STROKED","url":"enums/_file_table_table_cell_.borderstyle.html#dash_dot_stroked","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1037,"kind":16,"name":"DASHED","url":"enums/_file_table_table_cell_.borderstyle.html#dashed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1038,"kind":16,"name":"DASH_SMALL_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#dash_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1039,"kind":16,"name":"DOT_DASH","url":"enums/_file_table_table_cell_.borderstyle.html#dot_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1040,"kind":16,"name":"DOT_DOT_DASH","url":"enums/_file_table_table_cell_.borderstyle.html#dot_dot_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1041,"kind":16,"name":"DOTTED","url":"enums/_file_table_table_cell_.borderstyle.html#dotted","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1042,"kind":16,"name":"DOUBLE","url":"enums/_file_table_table_cell_.borderstyle.html#double","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1043,"kind":16,"name":"DOUBLE_WAVE","url":"enums/_file_table_table_cell_.borderstyle.html#double_wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1044,"kind":16,"name":"INSET","url":"enums/_file_table_table_cell_.borderstyle.html#inset","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1045,"kind":16,"name":"NIL","url":"enums/_file_table_table_cell_.borderstyle.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1046,"kind":16,"name":"NONE","url":"enums/_file_table_table_cell_.borderstyle.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1047,"kind":16,"name":"OUTSET","url":"enums/_file_table_table_cell_.borderstyle.html#outset","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1048,"kind":16,"name":"THICK","url":"enums/_file_table_table_cell_.borderstyle.html#thick","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1049,"kind":16,"name":"THICK_THIN_LARGE_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thick_thin_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1050,"kind":16,"name":"THICK_THIN_MEDIUM_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thick_thin_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1051,"kind":16,"name":"THICK_THIN_SMALL_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thick_thin_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1052,"kind":16,"name":"THIN_THICK_LARGE_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1053,"kind":16,"name":"THIN_THICK_MEDIUM_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1054,"kind":16,"name":"THIN_THICK_SMALL_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1055,"kind":16,"name":"THIN_THICK_THIN_LARGE_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_thin_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1056,"kind":16,"name":"THIN_THICK_THIN_MEDIUM_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_thin_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1057,"kind":16,"name":"THIN_THICK_THIN_SMALL_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_thin_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1058,"kind":16,"name":"THREE_D_EMBOSS","url":"enums/_file_table_table_cell_.borderstyle.html#three_d_emboss","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1059,"kind":16,"name":"THREE_D_ENGRAVE","url":"enums/_file_table_table_cell_.borderstyle.html#three_d_engrave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1060,"kind":16,"name":"TRIPLE","url":"enums/_file_table_table_cell_.borderstyle.html#triple","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1061,"kind":16,"name":"WAVE","url":"enums/_file_table_table_cell_.borderstyle.html#wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1062,"kind":256,"name":"ICellBorder","url":"interfaces/_file_table_table_cell_.icellborder.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1063,"kind":1024,"name":"style","url":"interfaces/_file_table_table_cell_.icellborder.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ICellBorder"},{"id":1064,"kind":1024,"name":"size","url":"interfaces/_file_table_table_cell_.icellborder.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ICellBorder"},{"id":1065,"kind":1024,"name":"color","url":"interfaces/_file_table_table_cell_.icellborder.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ICellBorder"},{"id":1066,"kind":128,"name":"CellBorderAttributes","url":"classes/_file_table_table_cell_.cellborderattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1067,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.cellborderattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1068,"kind":32,"name":"style","url":"classes/_file_table_table_cell_.cellborderattributes.html#xmlkeys.style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes.xmlKeys"},{"id":1069,"kind":32,"name":"size","url":"classes/_file_table_table_cell_.cellborderattributes.html#xmlkeys.size","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes.xmlKeys"},{"id":1070,"kind":32,"name":"color","url":"classes/_file_table_table_cell_.cellborderattributes.html#xmlkeys.color","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes.xmlKeys"},{"id":1071,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.cellborderattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1072,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.cellborderattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1073,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.cellborderattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1074,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.cellborderattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1075,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.cellborderattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1076,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.cellborderattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1077,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.cellborderattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1078,"kind":128,"name":"BaseTableCellBorder","url":"classes/_file_table_table_cell_.basetablecellborder.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1079,"kind":2048,"name":"setProperties","url":"classes/_file_table_table_cell_.basetablecellborder.html#setproperties","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1080,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.basetablecellborder.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1081,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.basetablecellborder.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1082,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.basetablecellborder.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1083,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.basetablecellborder.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1084,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.basetablecellborder.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1085,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.basetablecellborder.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1086,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.basetablecellborder.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1087,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.basetablecellborder.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1088,"kind":128,"name":"TableCellBorders","url":"classes/_file_table_table_cell_.tablecellborders.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1089,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1090,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1091,"kind":2048,"name":"addTopBorder","url":"classes/_file_table_table_cell_.tablecellborders.html#addtopborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1092,"kind":2048,"name":"addStartBorder","url":"classes/_file_table_table_cell_.tablecellborders.html#addstartborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1093,"kind":2048,"name":"addBottomBorder","url":"classes/_file_table_table_cell_.tablecellborders.html#addbottomborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1094,"kind":2048,"name":"addEndBorder","url":"classes/_file_table_table_cell_.tablecellborders.html#addendborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1095,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellborders.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1096,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.tablecellborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1097,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.tablecellborders.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1098,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellborders.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1099,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellborders.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1100,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellborders.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1101,"kind":128,"name":"GridSpanAttributes","url":"classes/_file_table_table_cell_.gridspanattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1102,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.gridspanattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1103,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.gridspanattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes.xmlKeys"},{"id":1104,"kind":65536,"name":"__type","url":"classes/_file_table_table_cell_.gridspanattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1105,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.gridspanattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes.__type"},{"id":1106,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.gridspanattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1107,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.gridspanattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1108,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.gridspanattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1109,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.gridspanattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1110,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.gridspanattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1111,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.gridspanattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1112,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.gridspanattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1113,"kind":128,"name":"GridSpan","url":"classes/_file_table_table_cell_.gridspan.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1114,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.gridspan.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".GridSpan"},{"id":1115,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.gridspan.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".GridSpan"},{"id":1116,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.gridspan.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".GridSpan"},{"id":1117,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.gridspan.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".GridSpan"},{"id":1118,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.gridspan.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".GridSpan"},{"id":1119,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.gridspan.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".GridSpan"},{"id":1120,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.gridspan.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".GridSpan"},{"id":1121,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.gridspan.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".GridSpan"},{"id":1122,"kind":4,"name":"VMergeType","url":"enums/_file_table_table_cell_.vmergetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1123,"kind":16,"name":"CONTINUE","url":"enums/_file_table_table_cell_.vmergetype.html#continue","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VMergeType"},{"id":1124,"kind":16,"name":"RESTART","url":"enums/_file_table_table_cell_.vmergetype.html#restart","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VMergeType"},{"id":1125,"kind":128,"name":"VMergeAttributes","url":"classes/_file_table_table_cell_.vmergeattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1126,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.vmergeattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1127,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.vmergeattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes.xmlKeys"},{"id":1128,"kind":65536,"name":"__type","url":"classes/_file_table_table_cell_.vmergeattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1129,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.vmergeattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes.__type"},{"id":1130,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.vmergeattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1131,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.vmergeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1132,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.vmergeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1133,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.vmergeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1134,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.vmergeattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1135,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.vmergeattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1136,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.vmergeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1137,"kind":128,"name":"VMerge","url":"classes/_file_table_table_cell_.vmerge.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1138,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.vmerge.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".VMerge"},{"id":1139,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.vmerge.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VMerge"},{"id":1140,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.vmerge.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".VMerge"},{"id":1141,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.vmerge.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VMerge"},{"id":1142,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.vmerge.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VMerge"},{"id":1143,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.vmerge.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VMerge"},{"id":1144,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.vmerge.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VMerge"},{"id":1145,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.vmerge.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VMerge"},{"id":1146,"kind":4,"name":"VerticalAlign","url":"enums/_file_table_table_cell_.verticalalign.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1147,"kind":16,"name":"BOTTOM","url":"enums/_file_table_table_cell_.verticalalign.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VerticalAlign"},{"id":1148,"kind":16,"name":"CENTER","url":"enums/_file_table_table_cell_.verticalalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VerticalAlign"},{"id":1149,"kind":16,"name":"TOP","url":"enums/_file_table_table_cell_.verticalalign.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VerticalAlign"},{"id":1150,"kind":128,"name":"VAlignAttributes","url":"classes/_file_table_table_cell_.valignattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1151,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.valignattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1152,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.valignattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes.xmlKeys"},{"id":1153,"kind":65536,"name":"__type","url":"classes/_file_table_table_cell_.valignattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1154,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.valignattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes.__type"},{"id":1155,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.valignattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1156,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.valignattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1157,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.valignattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1158,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.valignattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1159,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.valignattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1160,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.valignattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1161,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.valignattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1162,"kind":128,"name":"VAlign","url":"classes/_file_table_table_cell_.valign.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1163,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.valign.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".VAlign"},{"id":1164,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.valign.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VAlign"},{"id":1165,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.valign.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".VAlign"},{"id":1166,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.valign.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VAlign"},{"id":1167,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.valign.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VAlign"},{"id":1168,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.valign.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VAlign"},{"id":1169,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.valign.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VAlign"},{"id":1170,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.valign.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VAlign"},{"id":1171,"kind":4,"name":"WidthType","url":"enums/_file_table_table_cell_.widthtype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1172,"kind":16,"name":"AUTO","url":"enums/_file_table_table_cell_.widthtype.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".WidthType"},{"id":1173,"kind":16,"name":"DXA","url":"enums/_file_table_table_cell_.widthtype.html#dxa","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".WidthType"},{"id":1174,"kind":16,"name":"NIL","url":"enums/_file_table_table_cell_.widthtype.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".WidthType"},{"id":1175,"kind":16,"name":"PERCENTAGE","url":"enums/_file_table_table_cell_.widthtype.html#percentage","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".WidthType"},{"id":1176,"kind":128,"name":"TableCellWidthAttributes","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1177,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1178,"kind":32,"name":"width","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#xmlkeys.width-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes.xmlKeys"},{"id":1179,"kind":32,"name":"type","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#xmlkeys.type-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes.xmlKeys"},{"id":1180,"kind":65536,"name":"__type","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1181,"kind":32,"name":"type","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#__type.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes.__type"},{"id":1182,"kind":32,"name":"width","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#__type.width","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes.__type"},{"id":1183,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1184,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1185,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1186,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1187,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1188,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1189,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1190,"kind":128,"name":"TableCellWidth","url":"classes/_file_table_table_cell_.tablecellwidth.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1191,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellwidth.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1192,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellwidth.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1193,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellwidth.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1194,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.tablecellwidth.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1195,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.tablecellwidth.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1196,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellwidth.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1197,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellwidth.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1198,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellwidth.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1199,"kind":256,"name":"ITableCellShadingAttributesProperties","url":"interfaces/_file_table_table_cell_.itablecellshadingattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1200,"kind":1024,"name":"fill","url":"interfaces/_file_table_table_cell_.itablecellshadingattributesproperties.html#fill","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ITableCellShadingAttributesProperties"},{"id":1201,"kind":1024,"name":"color","url":"interfaces/_file_table_table_cell_.itablecellshadingattributesproperties.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ITableCellShadingAttributesProperties"},{"id":1202,"kind":1024,"name":"val","url":"interfaces/_file_table_table_cell_.itablecellshadingattributesproperties.html#val","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ITableCellShadingAttributesProperties"},{"id":1203,"kind":128,"name":"TableCellShadingAttributes","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1204,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1205,"kind":32,"name":"fill","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#xmlkeys.fill","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes.xmlKeys"},{"id":1206,"kind":32,"name":"color","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#xmlkeys.color","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes.xmlKeys"},{"id":1207,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#xmlkeys.val","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes.xmlKeys"},{"id":1208,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1209,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1210,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1211,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1212,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1213,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1214,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1215,"kind":128,"name":"TableCellShading","url":"classes/_file_table_table_cell_.tablecellshading.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1216,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellshading.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1217,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellshading.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1218,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellshading.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1219,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.tablecellshading.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1220,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.tablecellshading.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1221,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellshading.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1222,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellshading.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1223,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellshading.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1224,"kind":1,"name":"\"file/table/grid\"","url":"modules/_file_table_grid_.html","classes":"tsd-kind-external-module"},{"id":1225,"kind":128,"name":"TableGrid","url":"classes/_file_table_grid_.tablegrid.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/grid\""},{"id":1226,"kind":512,"name":"constructor","url":"classes/_file_table_grid_.tablegrid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/grid\".TableGrid"},{"id":1227,"kind":1024,"name":"root","url":"classes/_file_table_grid_.tablegrid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".TableGrid"},{"id":1228,"kind":2048,"name":"prepForXml","url":"classes/_file_table_grid_.tablegrid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/grid\".TableGrid"},{"id":1229,"kind":2048,"name":"addChildElement","url":"classes/_file_table_grid_.tablegrid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".TableGrid"},{"id":1230,"kind":2048,"name":"delete","url":"classes/_file_table_grid_.tablegrid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".TableGrid"},{"id":1231,"kind":1024,"name":"rootKey","url":"classes/_file_table_grid_.tablegrid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".TableGrid"},{"id":1232,"kind":1024,"name":"deleted","url":"classes/_file_table_grid_.tablegrid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".TableGrid"},{"id":1233,"kind":262144,"name":"isDeleted","url":"classes/_file_table_grid_.tablegrid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".TableGrid"},{"id":1234,"kind":128,"name":"GridColAttributes","url":"classes/_file_table_grid_.gridcolattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/grid\""},{"id":1235,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_grid_.gridcolattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1236,"kind":32,"name":"w","url":"classes/_file_table_grid_.gridcolattributes.html#xmlkeys.w-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes.xmlKeys"},{"id":1237,"kind":65536,"name":"__type","url":"classes/_file_table_grid_.gridcolattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1238,"kind":32,"name":"w","url":"classes/_file_table_grid_.gridcolattributes.html#__type.w","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes.__type"},{"id":1239,"kind":1024,"name":"root","url":"classes/_file_table_grid_.gridcolattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1240,"kind":512,"name":"constructor","url":"classes/_file_table_grid_.gridcolattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1241,"kind":2048,"name":"prepForXml","url":"classes/_file_table_grid_.gridcolattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1242,"kind":2048,"name":"set","url":"classes/_file_table_grid_.gridcolattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1243,"kind":1024,"name":"rootKey","url":"classes/_file_table_grid_.gridcolattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1244,"kind":1024,"name":"deleted","url":"classes/_file_table_grid_.gridcolattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1245,"kind":262144,"name":"isDeleted","url":"classes/_file_table_grid_.gridcolattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1246,"kind":128,"name":"GridCol","url":"classes/_file_table_grid_.gridcol.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/grid\""},{"id":1247,"kind":512,"name":"constructor","url":"classes/_file_table_grid_.gridcol.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/grid\".GridCol"},{"id":1248,"kind":1024,"name":"root","url":"classes/_file_table_grid_.gridcol.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".GridCol"},{"id":1249,"kind":2048,"name":"prepForXml","url":"classes/_file_table_grid_.gridcol.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/grid\".GridCol"},{"id":1250,"kind":2048,"name":"addChildElement","url":"classes/_file_table_grid_.gridcol.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".GridCol"},{"id":1251,"kind":2048,"name":"delete","url":"classes/_file_table_grid_.gridcol.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".GridCol"},{"id":1252,"kind":1024,"name":"rootKey","url":"classes/_file_table_grid_.gridcol.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".GridCol"},{"id":1253,"kind":1024,"name":"deleted","url":"classes/_file_table_grid_.gridcol.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".GridCol"},{"id":1254,"kind":262144,"name":"isDeleted","url":"classes/_file_table_grid_.gridcol.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".GridCol"},{"id":1255,"kind":1,"name":"\"file/table/properties\"","url":"modules/_file_table_properties_.html","classes":"tsd-kind-external-module"},{"id":1256,"kind":128,"name":"TableProperties","url":"classes/_file_table_properties_.tableproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/properties\""},{"id":1257,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tableproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/properties\".TableProperties"},{"id":1258,"kind":2048,"name":"setWidth","url":"classes/_file_table_properties_.tableproperties.html#setwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/properties\".TableProperties"},{"id":1259,"kind":2048,"name":"fixedWidthLayout","url":"classes/_file_table_properties_.tableproperties.html#fixedwidthlayout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/properties\".TableProperties"},{"id":1260,"kind":2048,"name":"setBorder","url":"classes/_file_table_properties_.tableproperties.html#setborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/properties\".TableProperties"},{"id":1261,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tableproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/properties\".TableProperties"},{"id":1262,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tableproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/properties\".TableProperties"},{"id":1263,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.tableproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/properties\".TableProperties"},{"id":1264,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.tableproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/properties\".TableProperties"},{"id":1265,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tableproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/properties\".TableProperties"},{"id":1266,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tableproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/properties\".TableProperties"},{"id":1267,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tableproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/properties\".TableProperties"},{"id":1268,"kind":256,"name":"ITableWidth","url":"interfaces/_file_table_properties_.itablewidth.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1269,"kind":1024,"name":"type","url":"interfaces/_file_table_properties_.itablewidth.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/properties\".ITableWidth"},{"id":1270,"kind":1024,"name":"w","url":"interfaces/_file_table_properties_.itablewidth.html#w","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/properties\".ITableWidth"},{"id":1271,"kind":128,"name":"TableWidthAttributes","url":"classes/_file_table_properties_.tablewidthattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1272,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_properties_.tablewidthattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1273,"kind":32,"name":"type","url":"classes/_file_table_properties_.tablewidthattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes.xmlKeys"},{"id":1274,"kind":32,"name":"w","url":"classes/_file_table_properties_.tablewidthattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes.xmlKeys"},{"id":1275,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tablewidthattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1276,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tablewidthattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1277,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tablewidthattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1278,"kind":2048,"name":"set","url":"classes/_file_table_properties_.tablewidthattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1279,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tablewidthattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1280,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tablewidthattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1281,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tablewidthattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1282,"kind":128,"name":"PreferredTableWidth","url":"classes/_file_table_properties_.preferredtablewidth.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1283,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.preferredtablewidth.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1284,"kind":1024,"name":"root","url":"classes/_file_table_properties_.preferredtablewidth.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1285,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.preferredtablewidth.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1286,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.preferredtablewidth.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1287,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.preferredtablewidth.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1288,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.preferredtablewidth.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1289,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.preferredtablewidth.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1290,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.preferredtablewidth.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1291,"kind":128,"name":"TableLayoutAttributes","url":"classes/_file_table_properties_.tablelayoutattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1292,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_properties_.tablelayoutattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1293,"kind":32,"name":"type","url":"classes/_file_table_properties_.tablelayoutattributes.html#xmlkeys.type-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes.xmlKeys"},{"id":1294,"kind":65536,"name":"__type","url":"classes/_file_table_properties_.tablelayoutattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1295,"kind":32,"name":"type","url":"classes/_file_table_properties_.tablelayoutattributes.html#__type.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes.__type"},{"id":1296,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tablelayoutattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1297,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tablelayoutattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1298,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tablelayoutattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1299,"kind":2048,"name":"set","url":"classes/_file_table_properties_.tablelayoutattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1300,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tablelayoutattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1301,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tablelayoutattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1302,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tablelayoutattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1303,"kind":128,"name":"TableLayout","url":"classes/_file_table_properties_.tablelayout.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1304,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tablelayout.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1305,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tablelayout.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1306,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tablelayout.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1307,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.tablelayout.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1308,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.tablelayout.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1309,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tablelayout.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1310,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tablelayout.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1311,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tablelayout.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1312,"kind":128,"name":"TableBorders","url":"classes/_file_table_properties_.tableborders.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1313,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tableborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1314,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tableborders.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1315,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tableborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1316,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.tableborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1317,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.tableborders.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1318,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tableborders.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1319,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tableborders.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1320,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tableborders.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1321,"kind":128,"name":"TableBordersElement","url":"classes/_file_table_properties_.tableborderselement.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1322,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tableborderselement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1323,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tableborderselement.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1324,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tableborderselement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1325,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.tableborderselement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1326,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.tableborderselement.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1327,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tableborderselement.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1328,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tableborderselement.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1329,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tableborderselement.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1330,"kind":128,"name":"TableBordersAttributes","url":"classes/_file_table_properties_.tablebordersattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1331,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1332,"kind":32,"name":"value","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys.value-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.xmlKeys"},{"id":1333,"kind":32,"name":"size","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys.size-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.xmlKeys"},{"id":1334,"kind":32,"name":"space","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys.space-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.xmlKeys"},{"id":1335,"kind":32,"name":"color","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys.color-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.xmlKeys"},{"id":1336,"kind":65536,"name":"__type","url":"classes/_file_table_properties_.tablebordersattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1337,"kind":32,"name":"value","url":"classes/_file_table_properties_.tablebordersattributes.html#__type.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.__type"},{"id":1338,"kind":32,"name":"size","url":"classes/_file_table_properties_.tablebordersattributes.html#__type.size","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.__type"},{"id":1339,"kind":32,"name":"space","url":"classes/_file_table_properties_.tablebordersattributes.html#__type.space","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.__type"},{"id":1340,"kind":32,"name":"color","url":"classes/_file_table_properties_.tablebordersattributes.html#__type.color","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.__type"},{"id":1341,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tablebordersattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1342,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tablebordersattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1343,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tablebordersattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1344,"kind":2048,"name":"set","url":"classes/_file_table_properties_.tablebordersattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1345,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tablebordersattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1346,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tablebordersattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1347,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tablebordersattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1348,"kind":4194304,"name":"WidthTypes","url":"modules/_file_table_properties_.html#widthtypes","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/table/properties\""},{"id":1349,"kind":4194304,"name":"TableLayoutOptions","url":"modules/_file_table_properties_.html#tablelayoutoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1350,"kind":1,"name":"\"file/table/table\"","url":"modules/_file_table_table_.html","classes":"tsd-kind-external-module"},{"id":1351,"kind":128,"name":"Table","url":"classes/_file_table_table_.table.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1352,"kind":512,"name":"constructor","url":"classes/_file_table_table_.table.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".Table"},{"id":1353,"kind":2048,"name":"getRow","url":"classes/_file_table_table_.table.html#getrow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".Table"},{"id":1354,"kind":2048,"name":"getCell","url":"classes/_file_table_table_.table.html#getcell","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".Table"},{"id":1355,"kind":2048,"name":"setWidth","url":"classes/_file_table_table_.table.html#setwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".Table"},{"id":1356,"kind":2048,"name":"fixedWidthLayout","url":"classes/_file_table_table_.table.html#fixedwidthlayout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".Table"},{"id":1357,"kind":1024,"name":"root","url":"classes/_file_table_table_.table.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".Table"},{"id":1358,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.table.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table\".Table"},{"id":1359,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.table.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".Table"},{"id":1360,"kind":2048,"name":"delete","url":"classes/_file_table_table_.table.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".Table"},{"id":1361,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.table.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".Table"},{"id":1362,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.table.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".Table"},{"id":1363,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.table.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".Table"},{"id":1364,"kind":128,"name":"TableRow","url":"classes/_file_table_table_.tablerow.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1365,"kind":512,"name":"constructor","url":"classes/_file_table_table_.tablerow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableRow"},{"id":1366,"kind":2048,"name":"getCell","url":"classes/_file_table_table_.tablerow.html#getcell","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableRow"},{"id":1367,"kind":2048,"name":"addGridSpan","url":"classes/_file_table_table_.tablerow.html#addgridspan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableRow"},{"id":1368,"kind":1024,"name":"root","url":"classes/_file_table_table_.tablerow.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRow"},{"id":1369,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.tablerow.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table\".TableRow"},{"id":1370,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.tablerow.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRow"},{"id":1371,"kind":2048,"name":"delete","url":"classes/_file_table_table_.tablerow.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRow"},{"id":1372,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.tablerow.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRow"},{"id":1373,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.tablerow.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRow"},{"id":1374,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.tablerow.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRow"},{"id":1375,"kind":128,"name":"TableRowProperties","url":"classes/_file_table_table_.tablerowproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1376,"kind":512,"name":"constructor","url":"classes/_file_table_table_.tablerowproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableRowProperties"},{"id":1377,"kind":1024,"name":"root","url":"classes/_file_table_table_.tablerowproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRowProperties"},{"id":1378,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.tablerowproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table\".TableRowProperties"},{"id":1379,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.tablerowproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRowProperties"},{"id":1380,"kind":2048,"name":"delete","url":"classes/_file_table_table_.tablerowproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRowProperties"},{"id":1381,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.tablerowproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRowProperties"},{"id":1382,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.tablerowproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRowProperties"},{"id":1383,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.tablerowproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRowProperties"},{"id":1384,"kind":128,"name":"TableCell","url":"classes/_file_table_table_.tablecell.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1385,"kind":512,"name":"constructor","url":"classes/_file_table_table_.tablecell.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableCell"},{"id":1386,"kind":2048,"name":"addContent","url":"classes/_file_table_table_.tablecell.html#addcontent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCell"},{"id":1387,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.tablecell.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableCell"},{"id":1388,"kind":2048,"name":"createParagraph","url":"classes/_file_table_table_.tablecell.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCell"},{"id":1389,"kind":262144,"name":"cellProperties","url":"classes/_file_table_table_.tablecell.html#cellproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/table/table\".TableCell"},{"id":1390,"kind":1024,"name":"root","url":"classes/_file_table_table_.tablecell.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCell"},{"id":1391,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.tablecell.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCell"},{"id":1392,"kind":2048,"name":"delete","url":"classes/_file_table_table_.tablecell.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCell"},{"id":1393,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.tablecell.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCell"},{"id":1394,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.tablecell.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCell"},{"id":1395,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.tablecell.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCell"},{"id":1396,"kind":128,"name":"TableCellProperties","url":"classes/_file_table_table_.tablecellproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1397,"kind":512,"name":"constructor","url":"classes/_file_table_table_.tablecellproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableCellProperties"},{"id":1398,"kind":262144,"name":"borders","url":"classes/_file_table_table_.tablecellproperties.html#borders","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1399,"kind":2048,"name":"addGridSpan","url":"classes/_file_table_table_.tablecellproperties.html#addgridspan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1400,"kind":2048,"name":"addVerticalMerge","url":"classes/_file_table_table_.tablecellproperties.html#addverticalmerge","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1401,"kind":2048,"name":"setVerticalAlign","url":"classes/_file_table_table_.tablecellproperties.html#setverticalalign","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1402,"kind":2048,"name":"setWidth","url":"classes/_file_table_table_.tablecellproperties.html#setwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1403,"kind":2048,"name":"setShading","url":"classes/_file_table_table_.tablecellproperties.html#setshading","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1404,"kind":1024,"name":"root","url":"classes/_file_table_table_.tablecellproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCellProperties"},{"id":1405,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.tablecellproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table\".TableCellProperties"},{"id":1406,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.tablecellproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCellProperties"},{"id":1407,"kind":2048,"name":"delete","url":"classes/_file_table_table_.tablecellproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCellProperties"},{"id":1408,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.tablecellproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCellProperties"},{"id":1409,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.tablecellproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCellProperties"},{"id":1410,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.tablecellproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCellProperties"},{"id":1411,"kind":1,"name":"\"file/table/index\"","url":"modules/_file_table_index_.html","classes":"tsd-kind-external-module"},{"id":1412,"kind":1,"name":"\"file/document/body/section-properties/columns/columns-attributes\"","url":"modules/_file_document_body_section_properties_columns_columns_attributes_.html","classes":"tsd-kind-external-module"},{"id":1413,"kind":256,"name":"IColumnsAttributes","url":"interfaces/_file_document_body_section_properties_columns_columns_attributes_.icolumnsattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/columns/columns-attributes\""},{"id":1414,"kind":1024,"name":"space","url":"interfaces/_file_document_body_section_properties_columns_columns_attributes_.icolumnsattributes.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/columns/columns-attributes\".IColumnsAttributes"},{"id":1415,"kind":128,"name":"ColumnsAttributes","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/columns/columns-attributes\""},{"id":1416,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1417,"kind":32,"name":"space","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#xmlkeys.space","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes.xmlKeys"},{"id":1418,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1419,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1420,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1421,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1422,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1423,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1424,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1425,"kind":1,"name":"\"file/document/body/section-properties/columns/columns\"","url":"modules/_file_document_body_section_properties_columns_columns_.html","classes":"tsd-kind-external-module"},{"id":1426,"kind":128,"name":"Columns","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/columns/columns\""},{"id":1427,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1428,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1429,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1430,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1431,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1432,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1433,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1434,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1435,"kind":1,"name":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\"","url":"modules/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.html","classes":"tsd-kind-external-module"},{"id":1436,"kind":256,"name":"IDocGridAttributesProperties","url":"interfaces/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.idocgridattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\""},{"id":1437,"kind":1024,"name":"linePitch","url":"interfaces/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.idocgridattributesproperties.html#linepitch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".IDocGridAttributesProperties"},{"id":1438,"kind":128,"name":"DocGridAttributes","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\""},{"id":1439,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1440,"kind":32,"name":"linePitch","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#xmlkeys.linepitch","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes.xmlKeys"},{"id":1441,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1442,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1443,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1444,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1445,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1446,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1447,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1448,"kind":1,"name":"\"file/document/body/section-properties/doc-grid/doc-grid\"","url":"modules/_file_document_body_section_properties_doc_grid_doc_grid_.html","classes":"tsd-kind-external-module"},{"id":1449,"kind":128,"name":"DocumentGrid","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\""},{"id":1450,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1451,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1452,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1453,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1454,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1455,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1456,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1457,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1458,"kind":1,"name":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\"","url":"modules/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.html","classes":"tsd-kind-external-module"},{"id":1459,"kind":4,"name":"FooterReferenceType","url":"enums/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\""},{"id":1460,"kind":16,"name":"DEFAULT","url":"enums/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#default","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceType"},{"id":1461,"kind":16,"name":"FIRST","url":"enums/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#first","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceType"},{"id":1462,"kind":16,"name":"EVEN","url":"enums/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#even","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceType"},{"id":1463,"kind":256,"name":"IFooterReferenceAttributes","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.ifooterreferenceattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\""},{"id":1464,"kind":1024,"name":"type","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.ifooterreferenceattributes.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".IFooterReferenceAttributes"},{"id":1465,"kind":1024,"name":"id","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.ifooterreferenceattributes.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".IFooterReferenceAttributes"},{"id":1466,"kind":128,"name":"FooterReferenceAttributes","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\""},{"id":1467,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1468,"kind":32,"name":"type","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes.xmlKeys"},{"id":1469,"kind":32,"name":"id","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes.xmlKeys"},{"id":1470,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1471,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1472,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1473,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1474,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1475,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1476,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1477,"kind":1,"name":"\"file/document/body/section-properties/footer-reference/footer-reference\"","url":"modules/_file_document_body_section_properties_footer_reference_footer_reference_.html","classes":"tsd-kind-external-module"},{"id":1478,"kind":256,"name":"IFooterOptions","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_.ifooteroptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\""},{"id":1479,"kind":1024,"name":"footerType","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_.ifooteroptions.html#footertype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".IFooterOptions"},{"id":1480,"kind":1024,"name":"footerId","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_.ifooteroptions.html#footerid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".IFooterOptions"},{"id":1481,"kind":128,"name":"FooterReference","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\""},{"id":1482,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1483,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1484,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1485,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1486,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1487,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1488,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1489,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1490,"kind":1,"name":"\"file/document/body/section-properties/header-reference/header-reference-attributes\"","url":"modules/_file_document_body_section_properties_header_reference_header_reference_attributes_.html","classes":"tsd-kind-external-module"},{"id":1491,"kind":4,"name":"HeaderReferenceType","url":"enums/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\""},{"id":1492,"kind":16,"name":"DEFAULT","url":"enums/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#default","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceType"},{"id":1493,"kind":16,"name":"FIRST","url":"enums/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#first","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceType"},{"id":1494,"kind":16,"name":"EVEN","url":"enums/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#even","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceType"},{"id":1495,"kind":256,"name":"IHeaderReferenceAttributes","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_attributes_.iheaderreferenceattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\""},{"id":1496,"kind":1024,"name":"type","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_attributes_.iheaderreferenceattributes.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".IHeaderReferenceAttributes"},{"id":1497,"kind":1024,"name":"id","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_attributes_.iheaderreferenceattributes.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".IHeaderReferenceAttributes"},{"id":1498,"kind":128,"name":"HeaderReferenceAttributes","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\""},{"id":1499,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1500,"kind":32,"name":"type","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes.xmlKeys"},{"id":1501,"kind":32,"name":"id","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes.xmlKeys"},{"id":1502,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1503,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1504,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1505,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1506,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1507,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1508,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1509,"kind":1,"name":"\"file/document/body/section-properties/header-reference/header-reference\"","url":"modules/_file_document_body_section_properties_header_reference_header_reference_.html","classes":"tsd-kind-external-module"},{"id":1510,"kind":256,"name":"IHeaderOptions","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_.iheaderoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference\""},{"id":1511,"kind":1024,"name":"headerType","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_.iheaderoptions.html#headertype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/header-reference/header-reference\".IHeaderOptions"},{"id":1512,"kind":1024,"name":"headerId","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_.iheaderoptions.html#headerid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/header-reference/header-reference\".IHeaderOptions"},{"id":1513,"kind":128,"name":"HeaderReference","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference\""},{"id":1514,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1515,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1516,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1517,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1518,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1519,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1520,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1521,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1522,"kind":1,"name":"\"file/document/body/section-properties/page-margin/page-margin-attributes\"","url":"modules/_file_document_body_section_properties_page_margin_page_margin_attributes_.html","classes":"tsd-kind-external-module"},{"id":1523,"kind":256,"name":"IPageMarginAttributes","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\""},{"id":1524,"kind":1024,"name":"top","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1525,"kind":1024,"name":"right","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1526,"kind":1024,"name":"bottom","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1527,"kind":1024,"name":"left","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1528,"kind":1024,"name":"header","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1529,"kind":1024,"name":"footer","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1530,"kind":1024,"name":"gutter","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#gutter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1531,"kind":128,"name":"PageMarginAttributes","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\""},{"id":1532,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1533,"kind":32,"name":"top","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.top","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1534,"kind":32,"name":"right","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.right","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1535,"kind":32,"name":"bottom","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.bottom","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1536,"kind":32,"name":"left","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.left","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1537,"kind":32,"name":"header","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.header","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1538,"kind":32,"name":"footer","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.footer","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1539,"kind":32,"name":"gutter","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.gutter","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1540,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1541,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1542,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1543,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1544,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1545,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1546,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1547,"kind":1,"name":"\"file/document/body/section-properties/page-margin/page-margin\"","url":"modules/_file_document_body_section_properties_page_margin_page_margin_.html","classes":"tsd-kind-external-module"},{"id":1548,"kind":128,"name":"PageMargin","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-margin/page-margin\""},{"id":1549,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1550,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1551,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1552,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1553,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1554,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1555,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1556,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1557,"kind":1,"name":"\"file/document/body/section-properties/page-size/page-size-attributes\"","url":"modules/_file_document_body_section_properties_page_size_page_size_attributes_.html","classes":"tsd-kind-external-module"},{"id":1558,"kind":4,"name":"PageOrientation","url":"enums/_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\""},{"id":1559,"kind":16,"name":"PORTRAIT","url":"enums/_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html#portrait","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageOrientation"},{"id":1560,"kind":16,"name":"LANDSCAPE","url":"enums/_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html#landscape","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageOrientation"},{"id":1561,"kind":256,"name":"IPageSizeAttributes","url":"interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\""},{"id":1562,"kind":1024,"name":"width","url":"interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".IPageSizeAttributes"},{"id":1563,"kind":1024,"name":"height","url":"interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".IPageSizeAttributes"},{"id":1564,"kind":1024,"name":"orientation","url":"interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html#orientation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".IPageSizeAttributes"},{"id":1565,"kind":128,"name":"PageSizeAttributes","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\""},{"id":1566,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1567,"kind":32,"name":"width","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#xmlkeys.width","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes.xmlKeys"},{"id":1568,"kind":32,"name":"height","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#xmlkeys.height","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes.xmlKeys"},{"id":1569,"kind":32,"name":"orientation","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#xmlkeys.orientation","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes.xmlKeys"},{"id":1570,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1571,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1572,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1573,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1574,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1575,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1576,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1577,"kind":1,"name":"\"file/document/body/section-properties/page-size/page-size\"","url":"modules/_file_document_body_section_properties_page_size_page_size_.html","classes":"tsd-kind-external-module"},{"id":1578,"kind":128,"name":"PageSize","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-size/page-size\""},{"id":1579,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1580,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1581,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1582,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1583,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1584,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1585,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1586,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1587,"kind":1,"name":"\"file/document/body/section-properties/section-properties\"","url":"modules/_file_document_body_section_properties_section_properties_.html","classes":"tsd-kind-external-module"},{"id":1588,"kind":128,"name":"SectionProperties","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/section-properties\""},{"id":1589,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1590,"kind":262144,"name":"Options","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#options","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1591,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1592,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1593,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1594,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1595,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1596,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1597,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1598,"kind":4194304,"name":"SectionPropertiesOptions","url":"modules/_file_document_body_section_properties_section_properties_.html#sectionpropertiesoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/section-properties\""},{"id":1599,"kind":1,"name":"\"file/document/body/section-properties/footer-reference/index\"","url":"modules/_file_document_body_section_properties_footer_reference_index_.html","classes":"tsd-kind-external-module"},{"id":1600,"kind":1,"name":"\"file/document/body/section-properties/header-reference/index\"","url":"modules/_file_document_body_section_properties_header_reference_index_.html","classes":"tsd-kind-external-module"},{"id":1601,"kind":1,"name":"\"file/document/body/section-properties/page-size/index\"","url":"modules/_file_document_body_section_properties_page_size_index_.html","classes":"tsd-kind-external-module"},{"id":1602,"kind":1,"name":"\"file/document/body/section-properties/page-number/page-number\"","url":"modules/_file_document_body_section_properties_page_number_page_number_.html","classes":"tsd-kind-external-module"},{"id":1603,"kind":4,"name":"PageNumberFormat","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-number/page-number\""},{"id":1604,"kind":16,"name":"CARDINAL_TEXT","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#cardinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1605,"kind":16,"name":"DECIMAL","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1606,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_circle","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1607,"kind":16,"name":"DECIMAL_ENCLOSED_FULL_STOP","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_full_stop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1608,"kind":16,"name":"DECIMAL_ENCLOSED_PAREN","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_paren","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1609,"kind":16,"name":"DECIMAL_ZERO","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_zero","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1610,"kind":16,"name":"LOWER_LETTER","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#lower_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1611,"kind":16,"name":"LOWER_ROMAN","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#lower_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1612,"kind":16,"name":"NONE","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1613,"kind":16,"name":"ORDINAL_TEXT","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#ordinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1614,"kind":16,"name":"UPPER_LETTER","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#upper_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1615,"kind":16,"name":"UPPER_ROMAN","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#upper_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1616,"kind":256,"name":"IPageNumberTypeAttributes","url":"interfaces/_file_document_body_section_properties_page_number_page_number_.ipagenumbertypeattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-number/page-number\""},{"id":1617,"kind":1024,"name":"pageNumberStart","url":"interfaces/_file_document_body_section_properties_page_number_page_number_.ipagenumbertypeattributes.html#pagenumberstart","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-number/page-number\".IPageNumberTypeAttributes"},{"id":1618,"kind":1024,"name":"pageNumberFormatType","url":"interfaces/_file_document_body_section_properties_page_number_page_number_.ipagenumbertypeattributes.html#pagenumberformattype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-number/page-number\".IPageNumberTypeAttributes"},{"id":1619,"kind":128,"name":"PageNumberTypeAttributes","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-number/page-number\""},{"id":1620,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1621,"kind":32,"name":"pageNumberStart","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#xmlkeys.pagenumberstart","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes.xmlKeys"},{"id":1622,"kind":32,"name":"pageNumberFormatType","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#xmlkeys.pagenumberformattype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes.xmlKeys"},{"id":1623,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1624,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1625,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1626,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1627,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1628,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1629,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1630,"kind":128,"name":"PageNumberType","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-number/page-number\""},{"id":1631,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1632,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1633,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1634,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1635,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1636,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1637,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1638,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1639,"kind":1,"name":"\"file/document/body/section-properties/page-number/index\"","url":"modules/_file_document_body_section_properties_page_number_index_.html","classes":"tsd-kind-external-module"},{"id":1640,"kind":1,"name":"\"file/document/body/section-properties/index\"","url":"modules/_file_document_body_section_properties_index_.html","classes":"tsd-kind-external-module"},{"id":1641,"kind":1,"name":"\"file/document/body/body\"","url":"modules/_file_document_body_body_.html","classes":"tsd-kind-external-module"},{"id":1642,"kind":128,"name":"Body","url":"classes/_file_document_body_body_.body.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/body\""},{"id":1643,"kind":512,"name":"constructor","url":"classes/_file_document_body_body_.body.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/body\".Body"},{"id":1644,"kind":2048,"name":"addSection","url":"classes/_file_document_body_body_.body.html#addsection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/body/body\".Body"},{"id":1645,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_body_.body.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/body\".Body"},{"id":1646,"kind":2048,"name":"push","url":"classes/_file_document_body_body_.body.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/body/body\".Body"},{"id":1647,"kind":262144,"name":"DefaultSection","url":"classes/_file_document_body_body_.body.html#defaultsection","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/document/body/body\".Body"},{"id":1648,"kind":1024,"name":"root","url":"classes/_file_document_body_body_.body.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/body\".Body"},{"id":1649,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_body_.body.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/body\".Body"},{"id":1650,"kind":2048,"name":"delete","url":"classes/_file_document_body_body_.body.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/body\".Body"},{"id":1651,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_body_.body.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/body\".Body"},{"id":1652,"kind":1024,"name":"deleted","url":"classes/_file_document_body_body_.body.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/body\".Body"},{"id":1653,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_body_.body.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/body\".Body"},{"id":1654,"kind":1,"name":"\"file/document/body/index\"","url":"modules/_file_document_body_index_.html","classes":"tsd-kind-external-module"},{"id":1655,"kind":1,"name":"\"file/document/document\"","url":"modules/_file_document_document_.html","classes":"tsd-kind-external-module"},{"id":1656,"kind":128,"name":"Document","url":"classes/_file_document_document_.document.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/document\""},{"id":1657,"kind":512,"name":"constructor","url":"classes/_file_document_document_.document.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/document\".Document"},{"id":1658,"kind":2048,"name":"addParagraph","url":"classes/_file_document_document_.document.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1659,"kind":2048,"name":"createParagraph","url":"classes/_file_document_document_.document.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1660,"kind":2048,"name":"addTable","url":"classes/_file_document_document_.document.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1661,"kind":2048,"name":"createTable","url":"classes/_file_document_document_.document.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1662,"kind":262144,"name":"Body","url":"classes/_file_document_document_.document.html#body","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1663,"kind":1024,"name":"root","url":"classes/_file_document_document_.document.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document\".Document"},{"id":1664,"kind":2048,"name":"prepForXml","url":"classes/_file_document_document_.document.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/document\".Document"},{"id":1665,"kind":2048,"name":"addChildElement","url":"classes/_file_document_document_.document.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document\".Document"},{"id":1666,"kind":2048,"name":"delete","url":"classes/_file_document_document_.document.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document\".Document"},{"id":1667,"kind":1024,"name":"rootKey","url":"classes/_file_document_document_.document.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document\".Document"},{"id":1668,"kind":1024,"name":"deleted","url":"classes/_file_document_document_.document.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document\".Document"},{"id":1669,"kind":262144,"name":"isDeleted","url":"classes/_file_document_document_.document.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document\".Document"},{"id":1670,"kind":1,"name":"\"file/document/index\"","url":"modules/_file_document_index_.html","classes":"tsd-kind-external-module"},{"id":1671,"kind":1,"name":"\"file/footer/footer-attributes\"","url":"modules/_file_footer_footer_attributes_.html","classes":"tsd-kind-external-module"},{"id":1672,"kind":256,"name":"IFooterAttributesProperties","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/footer/footer-attributes\""},{"id":1673,"kind":1024,"name":"wpc","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1674,"kind":1024,"name":"mc","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1675,"kind":1024,"name":"o","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1676,"kind":1024,"name":"r","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1677,"kind":1024,"name":"m","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1678,"kind":1024,"name":"v","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1679,"kind":1024,"name":"wp14","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1680,"kind":1024,"name":"wp","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1681,"kind":1024,"name":"w10","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1682,"kind":1024,"name":"w","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1683,"kind":1024,"name":"w14","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1684,"kind":1024,"name":"w15","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1685,"kind":1024,"name":"wpg","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1686,"kind":1024,"name":"wpi","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1687,"kind":1024,"name":"wne","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1688,"kind":1024,"name":"wps","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1689,"kind":1024,"name":"cp","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1690,"kind":1024,"name":"dc","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1691,"kind":1024,"name":"dcterms","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1692,"kind":1024,"name":"dcmitype","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1693,"kind":1024,"name":"xsi","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1694,"kind":1024,"name":"type","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1695,"kind":128,"name":"FooterAttributes","url":"classes/_file_footer_footer_attributes_.footerattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footer/footer-attributes\""},{"id":1696,"kind":2097152,"name":"xmlKeys","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1697,"kind":32,"name":"wpc","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wpc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1698,"kind":32,"name":"mc","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.mc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1699,"kind":32,"name":"o","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.o","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1700,"kind":32,"name":"r","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1701,"kind":32,"name":"m","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.m","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1702,"kind":32,"name":"v","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.v","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1703,"kind":32,"name":"wp14","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wp14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1704,"kind":32,"name":"wp","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1705,"kind":32,"name":"w10","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.w10","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1706,"kind":32,"name":"w","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1707,"kind":32,"name":"w14","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.w14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1708,"kind":32,"name":"w15","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.w15","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1709,"kind":32,"name":"wpg","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wpg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1710,"kind":32,"name":"wpi","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wpi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1711,"kind":32,"name":"wne","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wne","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1712,"kind":32,"name":"wps","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wps","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1713,"kind":32,"name":"cp","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.cp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1714,"kind":32,"name":"dc","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.dc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1715,"kind":32,"name":"dcterms","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.dcterms","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1716,"kind":32,"name":"dcmitype","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.dcmitype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1717,"kind":32,"name":"xsi","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.xsi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1718,"kind":32,"name":"type","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1719,"kind":1024,"name":"root","url":"classes/_file_footer_footer_attributes_.footerattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1720,"kind":512,"name":"constructor","url":"classes/_file_footer_footer_attributes_.footerattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1721,"kind":2048,"name":"prepForXml","url":"classes/_file_footer_footer_attributes_.footerattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1722,"kind":2048,"name":"set","url":"classes/_file_footer_footer_attributes_.footerattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1723,"kind":1024,"name":"rootKey","url":"classes/_file_footer_footer_attributes_.footerattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1724,"kind":1024,"name":"deleted","url":"classes/_file_footer_footer_attributes_.footerattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1725,"kind":262144,"name":"isDeleted","url":"classes/_file_footer_footer_attributes_.footerattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1726,"kind":1,"name":"\"file/footer/footer\"","url":"modules/_file_footer_footer_.html","classes":"tsd-kind-external-module"},{"id":1727,"kind":128,"name":"Footer","url":"classes/_file_footer_footer_.footer.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footer/footer\""},{"id":1728,"kind":512,"name":"constructor","url":"classes/_file_footer_footer_.footer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footer/footer\".Footer"},{"id":1729,"kind":262144,"name":"referenceId","url":"classes/_file_footer_footer_.footer.html#referenceid","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1730,"kind":2048,"name":"addParagraph","url":"classes/_file_footer_footer_.footer.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1731,"kind":2048,"name":"createParagraph","url":"classes/_file_footer_footer_.footer.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1732,"kind":2048,"name":"addTable","url":"classes/_file_footer_footer_.footer.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1733,"kind":2048,"name":"createTable","url":"classes/_file_footer_footer_.footer.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1734,"kind":1024,"name":"root","url":"classes/_file_footer_footer_.footer.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer\".Footer"},{"id":1735,"kind":2048,"name":"prepForXml","url":"classes/_file_footer_footer_.footer.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footer/footer\".Footer"},{"id":1736,"kind":2048,"name":"addChildElement","url":"classes/_file_footer_footer_.footer.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer\".Footer"},{"id":1737,"kind":2048,"name":"delete","url":"classes/_file_footer_footer_.footer.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer\".Footer"},{"id":1738,"kind":1024,"name":"rootKey","url":"classes/_file_footer_footer_.footer.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer\".Footer"},{"id":1739,"kind":1024,"name":"deleted","url":"classes/_file_footer_footer_.footer.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer\".Footer"},{"id":1740,"kind":262144,"name":"isDeleted","url":"classes/_file_footer_footer_.footer.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer\".Footer"},{"id":1741,"kind":1,"name":"\"file/relationships/attributes\"","url":"modules/_file_relationships_attributes_.html","classes":"tsd-kind-external-module"},{"id":1742,"kind":256,"name":"IRelationshipsAttributesProperties","url":"interfaces/_file_relationships_attributes_.irelationshipsattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/relationships/attributes\""},{"id":1743,"kind":1024,"name":"xmlns","url":"interfaces/_file_relationships_attributes_.irelationshipsattributesproperties.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/attributes\".IRelationshipsAttributesProperties"},{"id":1744,"kind":128,"name":"RelationshipsAttributes","url":"classes/_file_relationships_attributes_.relationshipsattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/relationships/attributes\""},{"id":1745,"kind":2097152,"name":"xmlKeys","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1746,"kind":32,"name":"xmlns","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/attributes\".RelationshipsAttributes.xmlKeys"},{"id":1747,"kind":1024,"name":"root","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1748,"kind":512,"name":"constructor","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1749,"kind":2048,"name":"prepForXml","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1750,"kind":2048,"name":"set","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1751,"kind":1024,"name":"rootKey","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1752,"kind":1024,"name":"deleted","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1753,"kind":262144,"name":"isDeleted","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1754,"kind":1,"name":"\"file/relationships/relationship/relationship-attributes\"","url":"modules/_file_relationships_relationship_relationship_attributes_.html","classes":"tsd-kind-external-module"},{"id":1755,"kind":256,"name":"IRelationshipAttributesProperties","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship-attributes\""},{"id":1756,"kind":1024,"name":"id","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/relationship/relationship-attributes\".IRelationshipAttributesProperties"},{"id":1757,"kind":1024,"name":"type","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/relationship/relationship-attributes\".IRelationshipAttributesProperties"},{"id":1758,"kind":1024,"name":"target","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/relationship/relationship-attributes\".IRelationshipAttributesProperties"},{"id":1759,"kind":1024,"name":"targetMode","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html#targetmode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/relationship/relationship-attributes\".IRelationshipAttributesProperties"},{"id":1760,"kind":128,"name":"RelationshipAttributes","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship-attributes\""},{"id":1761,"kind":2097152,"name":"xmlKeys","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1762,"kind":32,"name":"id","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes.xmlKeys"},{"id":1763,"kind":32,"name":"type","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes.xmlKeys"},{"id":1764,"kind":32,"name":"target","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys.target","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes.xmlKeys"},{"id":1765,"kind":32,"name":"targetMode","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys.targetmode","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes.xmlKeys"},{"id":1766,"kind":1024,"name":"root","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1767,"kind":512,"name":"constructor","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1768,"kind":2048,"name":"prepForXml","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1769,"kind":2048,"name":"set","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1770,"kind":1024,"name":"rootKey","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1771,"kind":1024,"name":"deleted","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1772,"kind":262144,"name":"isDeleted","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1773,"kind":1,"name":"\"file/relationships/relationship/relationship\"","url":"modules/_file_relationships_relationship_relationship_.html","classes":"tsd-kind-external-module"},{"id":1774,"kind":128,"name":"Relationship","url":"classes/_file_relationships_relationship_relationship_.relationship.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship\""},{"id":1775,"kind":512,"name":"constructor","url":"classes/_file_relationships_relationship_relationship_.relationship.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1776,"kind":1024,"name":"root","url":"classes/_file_relationships_relationship_relationship_.relationship.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1777,"kind":2048,"name":"prepForXml","url":"classes/_file_relationships_relationship_relationship_.relationship.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1778,"kind":2048,"name":"addChildElement","url":"classes/_file_relationships_relationship_relationship_.relationship.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1779,"kind":2048,"name":"delete","url":"classes/_file_relationships_relationship_relationship_.relationship.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1780,"kind":1024,"name":"rootKey","url":"classes/_file_relationships_relationship_relationship_.relationship.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1781,"kind":1024,"name":"deleted","url":"classes/_file_relationships_relationship_relationship_.relationship.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1782,"kind":262144,"name":"isDeleted","url":"classes/_file_relationships_relationship_relationship_.relationship.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1783,"kind":4194304,"name":"RelationshipType","url":"modules/_file_relationships_relationship_relationship_.html#relationshiptype","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship\""},{"id":1784,"kind":4194304,"name":"TargetModeType","url":"modules/_file_relationships_relationship_relationship_.html#targetmodetype","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship\""},{"id":1785,"kind":1,"name":"\"file/relationships/relationships\"","url":"modules/_file_relationships_relationships_.html","classes":"tsd-kind-external-module"},{"id":1786,"kind":128,"name":"Relationships","url":"classes/_file_relationships_relationships_.relationships.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/relationships/relationships\""},{"id":1787,"kind":512,"name":"constructor","url":"classes/_file_relationships_relationships_.relationships.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/relationships/relationships\".Relationships"},{"id":1788,"kind":2048,"name":"addRelationship","url":"classes/_file_relationships_relationships_.relationships.html#addrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/relationships/relationships\".Relationships"},{"id":1789,"kind":2048,"name":"createRelationship","url":"classes/_file_relationships_relationships_.relationships.html#createrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/relationships/relationships\".Relationships"},{"id":1790,"kind":262144,"name":"RelationshipCount","url":"classes/_file_relationships_relationships_.relationships.html#relationshipcount","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/relationships/relationships\".Relationships"},{"id":1791,"kind":1024,"name":"root","url":"classes/_file_relationships_relationships_.relationships.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationships\".Relationships"},{"id":1792,"kind":2048,"name":"prepForXml","url":"classes/_file_relationships_relationships_.relationships.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/relationships\".Relationships"},{"id":1793,"kind":2048,"name":"addChildElement","url":"classes/_file_relationships_relationships_.relationships.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationships\".Relationships"},{"id":1794,"kind":2048,"name":"delete","url":"classes/_file_relationships_relationships_.relationships.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationships\".Relationships"},{"id":1795,"kind":1024,"name":"rootKey","url":"classes/_file_relationships_relationships_.relationships.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationships\".Relationships"},{"id":1796,"kind":1024,"name":"deleted","url":"classes/_file_relationships_relationships_.relationships.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationships\".Relationships"},{"id":1797,"kind":262144,"name":"isDeleted","url":"classes/_file_relationships_relationships_.relationships.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationships\".Relationships"},{"id":1798,"kind":1,"name":"\"file/relationships/index\"","url":"modules/_file_relationships_index_.html","classes":"tsd-kind-external-module"},{"id":1799,"kind":1,"name":"\"file/footer-wrapper\"","url":"modules/_file_footer_wrapper_.html","classes":"tsd-kind-external-module"},{"id":1800,"kind":128,"name":"FooterWrapper","url":"classes/_file_footer_wrapper_.footerwrapper.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footer-wrapper\""},{"id":1801,"kind":512,"name":"constructor","url":"classes/_file_footer_wrapper_.footerwrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1802,"kind":2048,"name":"addParagraph","url":"classes/_file_footer_wrapper_.footerwrapper.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1803,"kind":2048,"name":"createParagraph","url":"classes/_file_footer_wrapper_.footerwrapper.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1804,"kind":2048,"name":"addTable","url":"classes/_file_footer_wrapper_.footerwrapper.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1805,"kind":2048,"name":"createTable","url":"classes/_file_footer_wrapper_.footerwrapper.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1806,"kind":2048,"name":"addChildElement","url":"classes/_file_footer_wrapper_.footerwrapper.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1807,"kind":2048,"name":"createImage","url":"classes/_file_footer_wrapper_.footerwrapper.html#createimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1808,"kind":2048,"name":"insertImage","url":"classes/_file_footer_wrapper_.footerwrapper.html#insertimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1809,"kind":262144,"name":"Footer","url":"classes/_file_footer_wrapper_.footerwrapper.html#footer","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1810,"kind":262144,"name":"Relationships","url":"classes/_file_footer_wrapper_.footerwrapper.html#relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1811,"kind":1,"name":"\"file/footnotes/footnote/footnote-attributes\"","url":"modules/_file_footnotes_footnote_footnote_attributes_.html","classes":"tsd-kind-external-module"},{"id":1812,"kind":256,"name":"IFootnoteAttributesProperties","url":"interfaces/_file_footnotes_footnote_footnote_attributes_.ifootnoteattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/footnote-attributes\""},{"id":1813,"kind":1024,"name":"type","url":"interfaces/_file_footnotes_footnote_footnote_attributes_.ifootnoteattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnote/footnote-attributes\".IFootnoteAttributesProperties"},{"id":1814,"kind":1024,"name":"id","url":"interfaces/_file_footnotes_footnote_footnote_attributes_.ifootnoteattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnote/footnote-attributes\".IFootnoteAttributesProperties"},{"id":1815,"kind":128,"name":"FootnoteAttributes","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/footnote-attributes\""},{"id":1816,"kind":2097152,"name":"xmlKeys","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1817,"kind":32,"name":"type","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes.xmlKeys"},{"id":1818,"kind":32,"name":"id","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes.xmlKeys"},{"id":1819,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1820,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1821,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1822,"kind":2048,"name":"set","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1823,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1824,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1825,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1826,"kind":1,"name":"\"file/footnotes/footnote/run/footnote-ref\"","url":"modules/_file_footnotes_footnote_run_footnote_ref_.html","classes":"tsd-kind-external-module"},{"id":1827,"kind":128,"name":"FootnoteRef","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/footnote-ref\""},{"id":1828,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1829,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1830,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1831,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1832,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1833,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1834,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1835,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1836,"kind":1,"name":"\"file/footnotes/footnote/run/footnote-ref-run\"","url":"modules/_file_footnotes_footnote_run_footnote_ref_run_.html","classes":"tsd-kind-external-module"},{"id":1837,"kind":128,"name":"FootnoteRefRun","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/footnote-ref-run\""},{"id":1838,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1839,"kind":1024,"name":"properties","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1840,"kind":2048,"name":"bold","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1841,"kind":2048,"name":"italic","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1842,"kind":2048,"name":"underline","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1843,"kind":2048,"name":"color","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1844,"kind":2048,"name":"size","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1845,"kind":2048,"name":"rtl","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1846,"kind":2048,"name":"break","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1847,"kind":2048,"name":"tab","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1848,"kind":2048,"name":"pageNumber","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1849,"kind":2048,"name":"smallCaps","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1850,"kind":2048,"name":"allCaps","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1851,"kind":2048,"name":"strike","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1852,"kind":2048,"name":"doubleStrike","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1853,"kind":2048,"name":"subScript","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1854,"kind":2048,"name":"superScript","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1855,"kind":2048,"name":"font","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1856,"kind":2048,"name":"style","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1857,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1858,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1859,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1860,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1861,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1862,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1863,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1864,"kind":1,"name":"\"file/footnotes/footnote/footnote\"","url":"modules/_file_footnotes_footnote_footnote_.html","classes":"tsd-kind-external-module"},{"id":1865,"kind":4,"name":"FootnoteType","url":"enums/_file_footnotes_footnote_footnote_.footnotetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/footnote\""},{"id":1866,"kind":16,"name":"SEPERATOR","url":"enums/_file_footnotes_footnote_footnote_.footnotetype.html#seperator","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/footnotes/footnote/footnote\".FootnoteType"},{"id":1867,"kind":16,"name":"CONTINUATION_SEPERATOR","url":"enums/_file_footnotes_footnote_footnote_.footnotetype.html#continuation_seperator","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/footnotes/footnote/footnote\".FootnoteType"},{"id":1868,"kind":128,"name":"Footnote","url":"classes/_file_footnotes_footnote_footnote_.footnote.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/footnote\""},{"id":1869,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1870,"kind":2048,"name":"addParagraph","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1871,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1872,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1873,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1874,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1875,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1876,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1877,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1878,"kind":1,"name":"\"file/footnotes/footnote/run/continuation-seperator\"","url":"modules/_file_footnotes_footnote_run_continuation_seperator_.html","classes":"tsd-kind-external-module"},{"id":1879,"kind":128,"name":"ContinuationSeperator","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/continuation-seperator\""},{"id":1880,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1881,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1882,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1883,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1884,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1885,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1886,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1887,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1888,"kind":1,"name":"\"file/footnotes/footnote/run/continuation-seperator-run\"","url":"modules/_file_footnotes_footnote_run_continuation_seperator_run_.html","classes":"tsd-kind-external-module"},{"id":1889,"kind":128,"name":"ContinuationSeperatorRun","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\""},{"id":1890,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1891,"kind":1024,"name":"properties","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1892,"kind":2048,"name":"bold","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1893,"kind":2048,"name":"italic","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1894,"kind":2048,"name":"underline","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1895,"kind":2048,"name":"color","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1896,"kind":2048,"name":"size","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1897,"kind":2048,"name":"rtl","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1898,"kind":2048,"name":"break","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1899,"kind":2048,"name":"tab","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1900,"kind":2048,"name":"pageNumber","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1901,"kind":2048,"name":"smallCaps","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1902,"kind":2048,"name":"allCaps","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1903,"kind":2048,"name":"strike","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1904,"kind":2048,"name":"doubleStrike","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1905,"kind":2048,"name":"subScript","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1906,"kind":2048,"name":"superScript","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1907,"kind":2048,"name":"font","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1908,"kind":2048,"name":"style","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1909,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1910,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1911,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1912,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1913,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1914,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1915,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1916,"kind":1,"name":"\"file/footnotes/footnote/run/seperator\"","url":"modules/_file_footnotes_footnote_run_seperator_.html","classes":"tsd-kind-external-module"},{"id":1917,"kind":128,"name":"Seperator","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/seperator\""},{"id":1918,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1919,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1920,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1921,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1922,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1923,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1924,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1925,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1926,"kind":1,"name":"\"file/footnotes/footnote/run/seperator-run\"","url":"modules/_file_footnotes_footnote_run_seperator_run_.html","classes":"tsd-kind-external-module"},{"id":1927,"kind":128,"name":"SeperatorRun","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/seperator-run\""},{"id":1928,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1929,"kind":1024,"name":"properties","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1930,"kind":2048,"name":"bold","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1931,"kind":2048,"name":"italic","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1932,"kind":2048,"name":"underline","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1933,"kind":2048,"name":"color","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1934,"kind":2048,"name":"size","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1935,"kind":2048,"name":"rtl","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1936,"kind":2048,"name":"break","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1937,"kind":2048,"name":"tab","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1938,"kind":2048,"name":"pageNumber","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1939,"kind":2048,"name":"smallCaps","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1940,"kind":2048,"name":"allCaps","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1941,"kind":2048,"name":"strike","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1942,"kind":2048,"name":"doubleStrike","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1943,"kind":2048,"name":"subScript","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1944,"kind":2048,"name":"superScript","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1945,"kind":2048,"name":"font","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1946,"kind":2048,"name":"style","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1947,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1948,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1949,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1950,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1951,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1952,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1953,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1954,"kind":1,"name":"\"file/footnotes/footnotes-attributes\"","url":"modules/_file_footnotes_footnotes_attributes_.html","classes":"tsd-kind-external-module"},{"id":1955,"kind":256,"name":"IFootnotesAttributesProperties","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/footnotes/footnotes-attributes\""},{"id":1956,"kind":1024,"name":"wpc","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1957,"kind":1024,"name":"mc","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1958,"kind":1024,"name":"o","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1959,"kind":1024,"name":"r","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1960,"kind":1024,"name":"m","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1961,"kind":1024,"name":"v","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1962,"kind":1024,"name":"wp14","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1963,"kind":1024,"name":"wp","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1964,"kind":1024,"name":"w10","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1965,"kind":1024,"name":"w","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1966,"kind":1024,"name":"w14","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1967,"kind":1024,"name":"w15","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1968,"kind":1024,"name":"wpg","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1969,"kind":1024,"name":"wpi","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1970,"kind":1024,"name":"wne","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1971,"kind":1024,"name":"wps","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1972,"kind":1024,"name":"Ignorable","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#ignorable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1973,"kind":128,"name":"FootnotesAttributes","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnotes-attributes\""},{"id":1974,"kind":2097152,"name":"xmlKeys","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1975,"kind":32,"name":"wpc","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wpc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1976,"kind":32,"name":"mc","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.mc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1977,"kind":32,"name":"o","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.o","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1978,"kind":32,"name":"r","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1979,"kind":32,"name":"m","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.m","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1980,"kind":32,"name":"v","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.v","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1981,"kind":32,"name":"wp14","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wp14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1982,"kind":32,"name":"wp","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1983,"kind":32,"name":"w10","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.w10","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1984,"kind":32,"name":"w","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1985,"kind":32,"name":"w14","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.w14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1986,"kind":32,"name":"w15","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.w15","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1987,"kind":32,"name":"wpg","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wpg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1988,"kind":32,"name":"wpi","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wpi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1989,"kind":32,"name":"wne","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wne","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1990,"kind":32,"name":"wps","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wps","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1991,"kind":32,"name":"Ignorable","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.ignorable","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1992,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1993,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1994,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1995,"kind":2048,"name":"set","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1996,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1997,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1998,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1999,"kind":1,"name":"\"file/footnotes/footnotes\"","url":"modules/_file_footnotes_footnotes_.html","classes":"tsd-kind-external-module"},{"id":2000,"kind":128,"name":"FootNotes","url":"classes/_file_footnotes_footnotes_.footnotes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnotes\""},{"id":2001,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnotes_.footnotes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2002,"kind":2048,"name":"createFootNote","url":"classes/_file_footnotes_footnotes_.footnotes.html#createfootnote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2003,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnotes_.footnotes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2004,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnotes_.footnotes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2005,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnotes_.footnotes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2006,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnotes_.footnotes.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2007,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnotes_.footnotes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2008,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnotes_.footnotes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2009,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnotes_.footnotes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2010,"kind":1,"name":"\"file/footnotes/index\"","url":"modules/_file_footnotes_index_.html","classes":"tsd-kind-external-module"},{"id":2011,"kind":1,"name":"\"file/header/header-attributes\"","url":"modules/_file_header_header_attributes_.html","classes":"tsd-kind-external-module"},{"id":2012,"kind":256,"name":"IHeaderAttributesProperties","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/header/header-attributes\""},{"id":2013,"kind":1024,"name":"wpc","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2014,"kind":1024,"name":"mc","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2015,"kind":1024,"name":"o","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2016,"kind":1024,"name":"r","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2017,"kind":1024,"name":"m","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2018,"kind":1024,"name":"v","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2019,"kind":1024,"name":"wp14","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2020,"kind":1024,"name":"wp","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2021,"kind":1024,"name":"w10","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2022,"kind":1024,"name":"w","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2023,"kind":1024,"name":"w14","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2024,"kind":1024,"name":"w15","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2025,"kind":1024,"name":"wpg","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2026,"kind":1024,"name":"wpi","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2027,"kind":1024,"name":"wne","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2028,"kind":1024,"name":"wps","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2029,"kind":1024,"name":"cp","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2030,"kind":1024,"name":"dc","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2031,"kind":1024,"name":"dcterms","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2032,"kind":1024,"name":"dcmitype","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2033,"kind":1024,"name":"xsi","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2034,"kind":1024,"name":"type","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2035,"kind":128,"name":"HeaderAttributes","url":"classes/_file_header_header_attributes_.headerattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/header/header-attributes\""},{"id":2036,"kind":2097152,"name":"xmlKeys","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2037,"kind":32,"name":"wpc","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wpc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2038,"kind":32,"name":"mc","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.mc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2039,"kind":32,"name":"o","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.o","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2040,"kind":32,"name":"r","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2041,"kind":32,"name":"m","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.m","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2042,"kind":32,"name":"v","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.v","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2043,"kind":32,"name":"wp14","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wp14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2044,"kind":32,"name":"wp","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2045,"kind":32,"name":"w10","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.w10","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2046,"kind":32,"name":"w","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2047,"kind":32,"name":"w14","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.w14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2048,"kind":32,"name":"w15","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.w15","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2049,"kind":32,"name":"wpg","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wpg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2050,"kind":32,"name":"wpi","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wpi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2051,"kind":32,"name":"wne","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wne","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2052,"kind":32,"name":"wps","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wps","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2053,"kind":32,"name":"cp","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.cp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2054,"kind":32,"name":"dc","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.dc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2055,"kind":32,"name":"dcterms","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.dcterms","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2056,"kind":32,"name":"dcmitype","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.dcmitype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2057,"kind":32,"name":"xsi","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.xsi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2058,"kind":32,"name":"type","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2059,"kind":1024,"name":"root","url":"classes/_file_header_header_attributes_.headerattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2060,"kind":512,"name":"constructor","url":"classes/_file_header_header_attributes_.headerattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2061,"kind":2048,"name":"prepForXml","url":"classes/_file_header_header_attributes_.headerattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2062,"kind":2048,"name":"set","url":"classes/_file_header_header_attributes_.headerattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2063,"kind":1024,"name":"rootKey","url":"classes/_file_header_header_attributes_.headerattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2064,"kind":1024,"name":"deleted","url":"classes/_file_header_header_attributes_.headerattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2065,"kind":262144,"name":"isDeleted","url":"classes/_file_header_header_attributes_.headerattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2066,"kind":1,"name":"\"file/header/header\"","url":"modules/_file_header_header_.html","classes":"tsd-kind-external-module"},{"id":2067,"kind":128,"name":"Header","url":"classes/_file_header_header_.header.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/header/header\""},{"id":2068,"kind":512,"name":"constructor","url":"classes/_file_header_header_.header.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/header/header\".Header"},{"id":2069,"kind":262144,"name":"referenceId","url":"classes/_file_header_header_.header.html#referenceid","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2070,"kind":2048,"name":"addParagraph","url":"classes/_file_header_header_.header.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2071,"kind":2048,"name":"createParagraph","url":"classes/_file_header_header_.header.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2072,"kind":2048,"name":"addTable","url":"classes/_file_header_header_.header.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2073,"kind":2048,"name":"createTable","url":"classes/_file_header_header_.header.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2074,"kind":1024,"name":"root","url":"classes/_file_header_header_.header.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header\".Header"},{"id":2075,"kind":2048,"name":"prepForXml","url":"classes/_file_header_header_.header.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/header/header\".Header"},{"id":2076,"kind":2048,"name":"addChildElement","url":"classes/_file_header_header_.header.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header\".Header"},{"id":2077,"kind":2048,"name":"delete","url":"classes/_file_header_header_.header.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header\".Header"},{"id":2078,"kind":1024,"name":"rootKey","url":"classes/_file_header_header_.header.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header\".Header"},{"id":2079,"kind":1024,"name":"deleted","url":"classes/_file_header_header_.header.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header\".Header"},{"id":2080,"kind":262144,"name":"isDeleted","url":"classes/_file_header_header_.header.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header\".Header"},{"id":2081,"kind":1,"name":"\"file/header-wrapper\"","url":"modules/_file_header_wrapper_.html","classes":"tsd-kind-external-module"},{"id":2082,"kind":128,"name":"HeaderWrapper","url":"classes/_file_header_wrapper_.headerwrapper.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/header-wrapper\""},{"id":2083,"kind":512,"name":"constructor","url":"classes/_file_header_wrapper_.headerwrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2084,"kind":2048,"name":"addParagraph","url":"classes/_file_header_wrapper_.headerwrapper.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2085,"kind":2048,"name":"createParagraph","url":"classes/_file_header_wrapper_.headerwrapper.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2086,"kind":2048,"name":"addTable","url":"classes/_file_header_wrapper_.headerwrapper.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2087,"kind":2048,"name":"createTable","url":"classes/_file_header_wrapper_.headerwrapper.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2088,"kind":2048,"name":"addChildElement","url":"classes/_file_header_wrapper_.headerwrapper.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2089,"kind":2048,"name":"createImage","url":"classes/_file_header_wrapper_.headerwrapper.html#createimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2090,"kind":2048,"name":"insertImage","url":"classes/_file_header_wrapper_.headerwrapper.html#insertimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2091,"kind":262144,"name":"Header","url":"classes/_file_header_wrapper_.headerwrapper.html#header","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2092,"kind":262144,"name":"Relationships","url":"classes/_file_header_wrapper_.headerwrapper.html#relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2093,"kind":1,"name":"\"file/paragraph/properties\"","url":"modules/_file_paragraph_properties_.html","classes":"tsd-kind-external-module"},{"id":2094,"kind":128,"name":"ParagraphProperties","url":"classes/_file_paragraph_properties_.paragraphproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/properties\""},{"id":2095,"kind":512,"name":"constructor","url":"classes/_file_paragraph_properties_.paragraphproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2096,"kind":2048,"name":"push","url":"classes/_file_paragraph_properties_.paragraphproperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2097,"kind":1024,"name":"root","url":"classes/_file_paragraph_properties_.paragraphproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2098,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_properties_.paragraphproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2099,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_properties_.paragraphproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2100,"kind":2048,"name":"delete","url":"classes/_file_paragraph_properties_.paragraphproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2101,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_properties_.paragraphproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2102,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_properties_.paragraphproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2103,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_properties_.paragraphproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2104,"kind":1,"name":"\"file/numbering/level\"","url":"modules/_file_numbering_level_.html","classes":"tsd-kind-external-module"},{"id":2105,"kind":256,"name":"ILevelAttributesProperties","url":"interfaces/_file_numbering_level_.ilevelattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2106,"kind":1024,"name":"ilvl","url":"interfaces/_file_numbering_level_.ilevelattributesproperties.html#ilvl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/level\".ILevelAttributesProperties"},{"id":2107,"kind":1024,"name":"tentative","url":"interfaces/_file_numbering_level_.ilevelattributesproperties.html#tentative","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/level\".ILevelAttributesProperties"},{"id":2108,"kind":128,"name":"LevelAttributes","url":"classes/_file_numbering_level_.levelattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2109,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_level_.levelattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2110,"kind":32,"name":"ilvl","url":"classes/_file_numbering_level_.levelattributes.html#xmlkeys.ilvl","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes.xmlKeys"},{"id":2111,"kind":32,"name":"tentative","url":"classes/_file_numbering_level_.levelattributes.html#xmlkeys.tentative","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes.xmlKeys"},{"id":2112,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.levelattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2113,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.levelattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2114,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.levelattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2115,"kind":2048,"name":"set","url":"classes/_file_numbering_level_.levelattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2116,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.levelattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2117,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.levelattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2118,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.levelattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2119,"kind":128,"name":"Start","url":"classes/_file_numbering_level_.start.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2120,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.start.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2121,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.start.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2122,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.start.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2123,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.start.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2124,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.start.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2125,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.start.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2126,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.start.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2127,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.start.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2128,"kind":128,"name":"NumberFormat","url":"classes/_file_numbering_level_.numberformat.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2129,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.numberformat.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2130,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.numberformat.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2131,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.numberformat.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2132,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.numberformat.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2133,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.numberformat.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2134,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.numberformat.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2135,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.numberformat.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2136,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.numberformat.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2137,"kind":128,"name":"LevelText","url":"classes/_file_numbering_level_.leveltext.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2138,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.leveltext.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2139,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.leveltext.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2140,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.leveltext.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2141,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.leveltext.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2142,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.leveltext.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2143,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.leveltext.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2144,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.leveltext.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2145,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.leveltext.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2146,"kind":128,"name":"LevelJc","url":"classes/_file_numbering_level_.leveljc.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2147,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.leveljc.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2148,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.leveljc.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2149,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.leveljc.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2150,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.leveljc.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2151,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.leveljc.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2152,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.leveljc.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2153,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.leveljc.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2154,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.leveljc.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2155,"kind":128,"name":"LevelBase","url":"classes/_file_numbering_level_.levelbase.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/level\""},{"id":2156,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.levelbase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/level\".LevelBase"},{"id":2157,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_numbering_level_.levelbase.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2158,"kind":2048,"name":"addRunProperty","url":"classes/_file_numbering_level_.levelbase.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2159,"kind":2048,"name":"size","url":"classes/_file_numbering_level_.levelbase.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2160,"kind":2048,"name":"bold","url":"classes/_file_numbering_level_.levelbase.html#bold","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2161,"kind":2048,"name":"italics","url":"classes/_file_numbering_level_.levelbase.html#italics","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2162,"kind":2048,"name":"smallCaps","url":"classes/_file_numbering_level_.levelbase.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2163,"kind":2048,"name":"allCaps","url":"classes/_file_numbering_level_.levelbase.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2164,"kind":2048,"name":"strike","url":"classes/_file_numbering_level_.levelbase.html#strike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2165,"kind":2048,"name":"doubleStrike","url":"classes/_file_numbering_level_.levelbase.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2166,"kind":2048,"name":"subScript","url":"classes/_file_numbering_level_.levelbase.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2167,"kind":2048,"name":"superScript","url":"classes/_file_numbering_level_.levelbase.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2168,"kind":2048,"name":"underline","url":"classes/_file_numbering_level_.levelbase.html#underline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2169,"kind":2048,"name":"color","url":"classes/_file_numbering_level_.levelbase.html#color","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2170,"kind":2048,"name":"font","url":"classes/_file_numbering_level_.levelbase.html#font","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2171,"kind":2048,"name":"center","url":"classes/_file_numbering_level_.levelbase.html#center","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2172,"kind":2048,"name":"left","url":"classes/_file_numbering_level_.levelbase.html#left","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2173,"kind":2048,"name":"right","url":"classes/_file_numbering_level_.levelbase.html#right","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2174,"kind":2048,"name":"justified","url":"classes/_file_numbering_level_.levelbase.html#justified","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2175,"kind":2048,"name":"thematicBreak","url":"classes/_file_numbering_level_.levelbase.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2176,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_numbering_level_.levelbase.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2177,"kind":2048,"name":"leftTabStop","url":"classes/_file_numbering_level_.levelbase.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2178,"kind":2048,"name":"indent","url":"classes/_file_numbering_level_.levelbase.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2179,"kind":2048,"name":"spacing","url":"classes/_file_numbering_level_.levelbase.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2180,"kind":2048,"name":"keepNext","url":"classes/_file_numbering_level_.levelbase.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2181,"kind":2048,"name":"keepLines","url":"classes/_file_numbering_level_.levelbase.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2182,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.levelbase.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelBase"},{"id":2183,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.levelbase.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/level\".LevelBase"},{"id":2184,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.levelbase.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelBase"},{"id":2185,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.levelbase.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelBase"},{"id":2186,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.levelbase.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelBase"},{"id":2187,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.levelbase.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelBase"},{"id":2188,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.levelbase.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelBase"},{"id":2189,"kind":128,"name":"Level","url":"classes/_file_numbering_level_.level.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/level\""},{"id":2190,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.level.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/level\".Level"},{"id":2191,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_numbering_level_.level.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2192,"kind":2048,"name":"addRunProperty","url":"classes/_file_numbering_level_.level.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2193,"kind":2048,"name":"size","url":"classes/_file_numbering_level_.level.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2194,"kind":2048,"name":"bold","url":"classes/_file_numbering_level_.level.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2195,"kind":2048,"name":"italics","url":"classes/_file_numbering_level_.level.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2196,"kind":2048,"name":"smallCaps","url":"classes/_file_numbering_level_.level.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2197,"kind":2048,"name":"allCaps","url":"classes/_file_numbering_level_.level.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2198,"kind":2048,"name":"strike","url":"classes/_file_numbering_level_.level.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2199,"kind":2048,"name":"doubleStrike","url":"classes/_file_numbering_level_.level.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2200,"kind":2048,"name":"subScript","url":"classes/_file_numbering_level_.level.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2201,"kind":2048,"name":"superScript","url":"classes/_file_numbering_level_.level.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2202,"kind":2048,"name":"underline","url":"classes/_file_numbering_level_.level.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2203,"kind":2048,"name":"color","url":"classes/_file_numbering_level_.level.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2204,"kind":2048,"name":"font","url":"classes/_file_numbering_level_.level.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2205,"kind":2048,"name":"center","url":"classes/_file_numbering_level_.level.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2206,"kind":2048,"name":"left","url":"classes/_file_numbering_level_.level.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2207,"kind":2048,"name":"right","url":"classes/_file_numbering_level_.level.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2208,"kind":2048,"name":"justified","url":"classes/_file_numbering_level_.level.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2209,"kind":2048,"name":"thematicBreak","url":"classes/_file_numbering_level_.level.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2210,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_numbering_level_.level.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2211,"kind":2048,"name":"leftTabStop","url":"classes/_file_numbering_level_.level.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2212,"kind":2048,"name":"indent","url":"classes/_file_numbering_level_.level.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2213,"kind":2048,"name":"spacing","url":"classes/_file_numbering_level_.level.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2214,"kind":2048,"name":"keepNext","url":"classes/_file_numbering_level_.level.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2215,"kind":2048,"name":"keepLines","url":"classes/_file_numbering_level_.level.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2216,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.level.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".Level"},{"id":2217,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.level.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2218,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.level.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2219,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.level.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2220,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.level.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".Level"},{"id":2221,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.level.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".Level"},{"id":2222,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.level.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2223,"kind":128,"name":"LevelForOverride","url":"classes/_file_numbering_level_.levelforoverride.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/level\""},{"id":2224,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.levelforoverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2225,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_numbering_level_.levelforoverride.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2226,"kind":2048,"name":"addRunProperty","url":"classes/_file_numbering_level_.levelforoverride.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2227,"kind":2048,"name":"size","url":"classes/_file_numbering_level_.levelforoverride.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2228,"kind":2048,"name":"bold","url":"classes/_file_numbering_level_.levelforoverride.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2229,"kind":2048,"name":"italics","url":"classes/_file_numbering_level_.levelforoverride.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2230,"kind":2048,"name":"smallCaps","url":"classes/_file_numbering_level_.levelforoverride.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2231,"kind":2048,"name":"allCaps","url":"classes/_file_numbering_level_.levelforoverride.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2232,"kind":2048,"name":"strike","url":"classes/_file_numbering_level_.levelforoverride.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2233,"kind":2048,"name":"doubleStrike","url":"classes/_file_numbering_level_.levelforoverride.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2234,"kind":2048,"name":"subScript","url":"classes/_file_numbering_level_.levelforoverride.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2235,"kind":2048,"name":"superScript","url":"classes/_file_numbering_level_.levelforoverride.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2236,"kind":2048,"name":"underline","url":"classes/_file_numbering_level_.levelforoverride.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2237,"kind":2048,"name":"color","url":"classes/_file_numbering_level_.levelforoverride.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2238,"kind":2048,"name":"font","url":"classes/_file_numbering_level_.levelforoverride.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2239,"kind":2048,"name":"center","url":"classes/_file_numbering_level_.levelforoverride.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2240,"kind":2048,"name":"left","url":"classes/_file_numbering_level_.levelforoverride.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2241,"kind":2048,"name":"right","url":"classes/_file_numbering_level_.levelforoverride.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2242,"kind":2048,"name":"justified","url":"classes/_file_numbering_level_.levelforoverride.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2243,"kind":2048,"name":"thematicBreak","url":"classes/_file_numbering_level_.levelforoverride.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2244,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_numbering_level_.levelforoverride.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2245,"kind":2048,"name":"leftTabStop","url":"classes/_file_numbering_level_.levelforoverride.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2246,"kind":2048,"name":"indent","url":"classes/_file_numbering_level_.levelforoverride.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2247,"kind":2048,"name":"spacing","url":"classes/_file_numbering_level_.levelforoverride.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2248,"kind":2048,"name":"keepNext","url":"classes/_file_numbering_level_.levelforoverride.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2249,"kind":2048,"name":"keepLines","url":"classes/_file_numbering_level_.levelforoverride.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2250,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.levelforoverride.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2251,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.levelforoverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2252,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.levelforoverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2253,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.levelforoverride.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2254,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.levelforoverride.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2255,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.levelforoverride.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2256,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.levelforoverride.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2257,"kind":1,"name":"\"file/numbering/multi-level-type\"","url":"modules/_file_numbering_multi_level_type_.html","classes":"tsd-kind-external-module"},{"id":2258,"kind":128,"name":"MultiLevelType","url":"classes/_file_numbering_multi_level_type_.multileveltype.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/multi-level-type\""},{"id":2259,"kind":512,"name":"constructor","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2260,"kind":1024,"name":"root","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2261,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2262,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2263,"kind":2048,"name":"delete","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2264,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2265,"kind":1024,"name":"deleted","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2266,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2267,"kind":1,"name":"\"file/numbering/abstract-numbering\"","url":"modules/_file_numbering_abstract_numbering_.html","classes":"tsd-kind-external-module"},{"id":2268,"kind":256,"name":"IAbstractNumberingAttributesProperties","url":"interfaces/_file_numbering_abstract_numbering_.iabstractnumberingattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\""},{"id":2269,"kind":1024,"name":"abstractNumId","url":"interfaces/_file_numbering_abstract_numbering_.iabstractnumberingattributesproperties.html#abstractnumid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".IAbstractNumberingAttributesProperties"},{"id":2270,"kind":1024,"name":"restartNumberingAfterBreak","url":"interfaces/_file_numbering_abstract_numbering_.iabstractnumberingattributesproperties.html#restartnumberingafterbreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".IAbstractNumberingAttributesProperties"},{"id":2271,"kind":128,"name":"AbstractNumberingAttributes","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\""},{"id":2272,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2273,"kind":32,"name":"abstractNumId","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#xmlkeys.abstractnumid","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes.xmlKeys"},{"id":2274,"kind":32,"name":"restartNumberingAfterBreak","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#xmlkeys.restartnumberingafterbreak","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes.xmlKeys"},{"id":2275,"kind":1024,"name":"root","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2276,"kind":512,"name":"constructor","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2277,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2278,"kind":2048,"name":"set","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2279,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2280,"kind":1024,"name":"deleted","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2281,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2282,"kind":128,"name":"AbstractNumbering","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/abstract-numbering\""},{"id":2283,"kind":1024,"name":"id","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2284,"kind":512,"name":"constructor","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2285,"kind":2048,"name":"addLevel","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#addlevel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2286,"kind":2048,"name":"createLevel","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#createlevel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2287,"kind":1024,"name":"root","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2288,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2289,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2290,"kind":2048,"name":"delete","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2291,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2292,"kind":1024,"name":"deleted","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2293,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2294,"kind":1,"name":"\"file/numbering/num\"","url":"modules/_file_numbering_num_.html","classes":"tsd-kind-external-module"},{"id":2295,"kind":128,"name":"AbstractNumId","url":"classes/_file_numbering_num_.abstractnumid.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2296,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.abstractnumid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2297,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.abstractnumid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2298,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.abstractnumid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2299,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_num_.abstractnumid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2300,"kind":2048,"name":"delete","url":"classes/_file_numbering_num_.abstractnumid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2301,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.abstractnumid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2302,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.abstractnumid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2303,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.abstractnumid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2304,"kind":256,"name":"INumAttributesProperties","url":"interfaces/_file_numbering_num_.inumattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2305,"kind":1024,"name":"numId","url":"interfaces/_file_numbering_num_.inumattributesproperties.html#numid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/num\".INumAttributesProperties"},{"id":2306,"kind":128,"name":"NumAttributes","url":"classes/_file_numbering_num_.numattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2307,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_num_.numattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2308,"kind":32,"name":"numId","url":"classes/_file_numbering_num_.numattributes.html#xmlkeys.numid","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes.xmlKeys"},{"id":2309,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.numattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2310,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.numattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2311,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.numattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2312,"kind":2048,"name":"set","url":"classes/_file_numbering_num_.numattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2313,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.numattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2314,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.numattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2315,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.numattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2316,"kind":128,"name":"Num","url":"classes/_file_numbering_num_.num.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/num\""},{"id":2317,"kind":1024,"name":"id","url":"classes/_file_numbering_num_.num.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/numbering/num\".Num"},{"id":2318,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.num.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/num\".Num"},{"id":2319,"kind":2048,"name":"overrideLevel","url":"classes/_file_numbering_num_.num.html#overridelevel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/num\".Num"},{"id":2320,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.num.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".Num"},{"id":2321,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.num.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/num\".Num"},{"id":2322,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_num_.num.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".Num"},{"id":2323,"kind":2048,"name":"delete","url":"classes/_file_numbering_num_.num.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".Num"},{"id":2324,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.num.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".Num"},{"id":2325,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.num.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".Num"},{"id":2326,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.num.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".Num"},{"id":2327,"kind":128,"name":"LevelOverrideAttributes","url":"classes/_file_numbering_num_.leveloverrideattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2328,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_num_.leveloverrideattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2329,"kind":32,"name":"ilvl","url":"classes/_file_numbering_num_.leveloverrideattributes.html#xmlkeys.ilvl-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes.xmlKeys"},{"id":2330,"kind":65536,"name":"__type","url":"classes/_file_numbering_num_.leveloverrideattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2331,"kind":32,"name":"ilvl","url":"classes/_file_numbering_num_.leveloverrideattributes.html#__type.ilvl","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes.__type"},{"id":2332,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.leveloverrideattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2333,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.leveloverrideattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2334,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.leveloverrideattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2335,"kind":2048,"name":"set","url":"classes/_file_numbering_num_.leveloverrideattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2336,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.leveloverrideattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2337,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.leveloverrideattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2338,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.leveloverrideattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2339,"kind":128,"name":"LevelOverride","url":"classes/_file_numbering_num_.leveloverride.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/num\""},{"id":2340,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.leveloverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/num\".LevelOverride"},{"id":2341,"kind":262144,"name":"level","url":"classes/_file_numbering_num_.leveloverride.html#level","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/numbering/num\".LevelOverride"},{"id":2342,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.leveloverride.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".LevelOverride"},{"id":2343,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.leveloverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/num\".LevelOverride"},{"id":2344,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_num_.leveloverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".LevelOverride"},{"id":2345,"kind":2048,"name":"delete","url":"classes/_file_numbering_num_.leveloverride.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".LevelOverride"},{"id":2346,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.leveloverride.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".LevelOverride"},{"id":2347,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.leveloverride.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".LevelOverride"},{"id":2348,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.leveloverride.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".LevelOverride"},{"id":2349,"kind":128,"name":"StartOverrideAttributes","url":"classes/_file_numbering_num_.startoverrideattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2350,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_num_.startoverrideattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2351,"kind":32,"name":"val","url":"classes/_file_numbering_num_.startoverrideattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes.xmlKeys"},{"id":2352,"kind":65536,"name":"__type","url":"classes/_file_numbering_num_.startoverrideattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2353,"kind":32,"name":"val","url":"classes/_file_numbering_num_.startoverrideattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes.__type"},{"id":2354,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.startoverrideattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2355,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.startoverrideattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2356,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.startoverrideattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2357,"kind":2048,"name":"set","url":"classes/_file_numbering_num_.startoverrideattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2358,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.startoverrideattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2359,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.startoverrideattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2360,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.startoverrideattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2361,"kind":128,"name":"StartOverride","url":"classes/_file_numbering_num_.startoverride.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2362,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.startoverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2363,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.startoverride.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2364,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.startoverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2365,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_num_.startoverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2366,"kind":2048,"name":"delete","url":"classes/_file_numbering_num_.startoverride.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2367,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.startoverride.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2368,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.startoverride.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2369,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.startoverride.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2370,"kind":1,"name":"\"file/numbering/numbering\"","url":"modules/_file_numbering_numbering_.html","classes":"tsd-kind-external-module"},{"id":2371,"kind":128,"name":"Numbering","url":"classes/_file_numbering_numbering_.numbering.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/numbering\""},{"id":2372,"kind":512,"name":"constructor","url":"classes/_file_numbering_numbering_.numbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/numbering\".Numbering"},{"id":2373,"kind":2048,"name":"createAbstractNumbering","url":"classes/_file_numbering_numbering_.numbering.html#createabstractnumbering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/numbering\".Numbering"},{"id":2374,"kind":2048,"name":"createConcreteNumbering","url":"classes/_file_numbering_numbering_.numbering.html#createconcretenumbering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/numbering\".Numbering"},{"id":2375,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_numbering_.numbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/numbering\".Numbering"},{"id":2376,"kind":1024,"name":"root","url":"classes/_file_numbering_numbering_.numbering.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/numbering\".Numbering"},{"id":2377,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_numbering_.numbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/numbering\".Numbering"},{"id":2378,"kind":2048,"name":"delete","url":"classes/_file_numbering_numbering_.numbering.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/numbering\".Numbering"},{"id":2379,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_numbering_.numbering.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/numbering\".Numbering"},{"id":2380,"kind":1024,"name":"deleted","url":"classes/_file_numbering_numbering_.numbering.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/numbering\".Numbering"},{"id":2381,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_numbering_.numbering.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/numbering\".Numbering"},{"id":2382,"kind":1,"name":"\"file/numbering/index\"","url":"modules/_file_numbering_index_.html","classes":"tsd-kind-external-module"},{"id":2383,"kind":1,"name":"\"file/styles/defaults/paragraph-properties\"","url":"modules/_file_styles_defaults_paragraph_properties_.html","classes":"tsd-kind-external-module"},{"id":2384,"kind":128,"name":"ParagraphPropertiesDefaults","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/defaults/paragraph-properties\""},{"id":2385,"kind":512,"name":"constructor","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2386,"kind":1024,"name":"root","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2387,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2388,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2389,"kind":2048,"name":"delete","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2390,"kind":1024,"name":"rootKey","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2391,"kind":1024,"name":"deleted","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2392,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2393,"kind":1,"name":"\"file/styles/defaults/run-properties\"","url":"modules/_file_styles_defaults_run_properties_.html","classes":"tsd-kind-external-module"},{"id":2394,"kind":128,"name":"RunPropertiesDefaults","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/defaults/run-properties\""},{"id":2395,"kind":512,"name":"constructor","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2396,"kind":2048,"name":"size","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2397,"kind":2048,"name":"font","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#font","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2398,"kind":1024,"name":"root","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2399,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2400,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2401,"kind":2048,"name":"delete","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2402,"kind":1024,"name":"rootKey","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2403,"kind":1024,"name":"deleted","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2404,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2405,"kind":1,"name":"\"file/styles/defaults/index\"","url":"modules/_file_styles_defaults_index_.html","classes":"tsd-kind-external-module"},{"id":2406,"kind":128,"name":"DocumentDefaults","url":"classes/_file_styles_defaults_index_.documentdefaults.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/defaults/index\""},{"id":2407,"kind":512,"name":"constructor","url":"classes/_file_styles_defaults_index_.documentdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2408,"kind":1024,"name":"root","url":"classes/_file_styles_defaults_index_.documentdefaults.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2409,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_defaults_index_.documentdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2410,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_defaults_index_.documentdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2411,"kind":2048,"name":"delete","url":"classes/_file_styles_defaults_index_.documentdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2412,"kind":1024,"name":"rootKey","url":"classes/_file_styles_defaults_index_.documentdefaults.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2413,"kind":1024,"name":"deleted","url":"classes/_file_styles_defaults_index_.documentdefaults.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2414,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_defaults_index_.documentdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2415,"kind":1,"name":"\"file/styles/style/components\"","url":"modules/_file_styles_style_components_.html","classes":"tsd-kind-external-module"},{"id":2416,"kind":256,"name":"IComponentAttributes","url":"interfaces/_file_styles_style_components_.icomponentattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/styles/style/components\""},{"id":2417,"kind":1024,"name":"val","url":"interfaces/_file_styles_style_components_.icomponentattributes.html#val","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/styles/style/components\".IComponentAttributes"},{"id":2418,"kind":128,"name":"ComponentAttributes","url":"classes/_file_styles_style_components_.componentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/styles/style/components\""},{"id":2419,"kind":2097152,"name":"xmlKeys","url":"classes/_file_styles_style_components_.componentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2420,"kind":32,"name":"val","url":"classes/_file_styles_style_components_.componentattributes.html#xmlkeys.val","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes.xmlKeys"},{"id":2421,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.componentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2422,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.componentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2423,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.componentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2424,"kind":2048,"name":"set","url":"classes/_file_styles_style_components_.componentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2425,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.componentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2426,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.componentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2427,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.componentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2428,"kind":128,"name":"Name","url":"classes/_file_styles_style_components_.name.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2429,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.name.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".Name"},{"id":2430,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.name.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Name"},{"id":2431,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.name.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".Name"},{"id":2432,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.name.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Name"},{"id":2433,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.name.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Name"},{"id":2434,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.name.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Name"},{"id":2435,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.name.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Name"},{"id":2436,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.name.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Name"},{"id":2437,"kind":128,"name":"BasedOn","url":"classes/_file_styles_style_components_.basedon.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2438,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.basedon.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".BasedOn"},{"id":2439,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.basedon.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".BasedOn"},{"id":2440,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.basedon.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".BasedOn"},{"id":2441,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.basedon.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".BasedOn"},{"id":2442,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.basedon.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".BasedOn"},{"id":2443,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.basedon.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".BasedOn"},{"id":2444,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.basedon.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".BasedOn"},{"id":2445,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.basedon.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".BasedOn"},{"id":2446,"kind":128,"name":"Next","url":"classes/_file_styles_style_components_.next.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2447,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.next.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".Next"},{"id":2448,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.next.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Next"},{"id":2449,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.next.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".Next"},{"id":2450,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.next.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Next"},{"id":2451,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.next.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Next"},{"id":2452,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.next.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Next"},{"id":2453,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.next.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Next"},{"id":2454,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.next.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Next"},{"id":2455,"kind":128,"name":"Link","url":"classes/_file_styles_style_components_.link.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2456,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.link.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".Link"},{"id":2457,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.link.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Link"},{"id":2458,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.link.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".Link"},{"id":2459,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.link.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Link"},{"id":2460,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.link.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Link"},{"id":2461,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.link.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Link"},{"id":2462,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.link.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Link"},{"id":2463,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.link.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Link"},{"id":2464,"kind":128,"name":"UiPriority","url":"classes/_file_styles_style_components_.uipriority.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2465,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.uipriority.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".UiPriority"},{"id":2466,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.uipriority.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UiPriority"},{"id":2467,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.uipriority.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".UiPriority"},{"id":2468,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.uipriority.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UiPriority"},{"id":2469,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.uipriority.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UiPriority"},{"id":2470,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.uipriority.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UiPriority"},{"id":2471,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.uipriority.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UiPriority"},{"id":2472,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.uipriority.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UiPriority"},{"id":2473,"kind":128,"name":"UnhideWhenUsed","url":"classes/_file_styles_style_components_.unhidewhenused.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2474,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.unhidewhenused.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2475,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.unhidewhenused.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2476,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.unhidewhenused.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2477,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.unhidewhenused.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2478,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.unhidewhenused.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2479,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.unhidewhenused.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2480,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.unhidewhenused.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2481,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.unhidewhenused.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2482,"kind":128,"name":"QuickFormat","url":"classes/_file_styles_style_components_.quickformat.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2483,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.quickformat.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2484,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.quickformat.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2485,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.quickformat.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2486,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.quickformat.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2487,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.quickformat.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2488,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.quickformat.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2489,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.quickformat.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2490,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.quickformat.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2491,"kind":128,"name":"TableProperties","url":"classes/_file_styles_style_components_.tableproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2492,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.tableproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".TableProperties"},{"id":2493,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.tableproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2494,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.tableproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2495,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.tableproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2496,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.tableproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2497,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.tableproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".TableProperties"},{"id":2498,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.tableproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".TableProperties"},{"id":2499,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.tableproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2500,"kind":128,"name":"RsId","url":"classes/_file_styles_style_components_.rsid.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2501,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.rsid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".RsId"},{"id":2502,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.rsid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2503,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.rsid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2504,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.rsid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2505,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.rsid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2506,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.rsid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".RsId"},{"id":2507,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.rsid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".RsId"},{"id":2508,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.rsid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2509,"kind":128,"name":"SemiHidden","url":"classes/_file_styles_style_components_.semihidden.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2510,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.semihidden.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2511,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.semihidden.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2512,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.semihidden.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2513,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.semihidden.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2514,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.semihidden.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2515,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.semihidden.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2516,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.semihidden.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2517,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.semihidden.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2518,"kind":1,"name":"\"file/styles/style/index\"","url":"modules/_file_styles_style_index_.html","classes":"tsd-kind-external-module"},{"id":2519,"kind":256,"name":"IStyleAttributes","url":"interfaces/_file_styles_style_index_.istyleattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2520,"kind":1024,"name":"type","url":"interfaces/_file_styles_style_index_.istyleattributes.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/style/index\".IStyleAttributes"},{"id":2521,"kind":1024,"name":"styleId","url":"interfaces/_file_styles_style_index_.istyleattributes.html#styleid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/style/index\".IStyleAttributes"},{"id":2522,"kind":1024,"name":"default","url":"interfaces/_file_styles_style_index_.istyleattributes.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/style/index\".IStyleAttributes"},{"id":2523,"kind":1024,"name":"customStyle","url":"interfaces/_file_styles_style_index_.istyleattributes.html#customstyle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/style/index\".IStyleAttributes"},{"id":2524,"kind":128,"name":"StyleAttributes","url":"classes/_file_styles_style_index_.styleattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/styles/style/index\""},{"id":2525,"kind":2097152,"name":"xmlKeys","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2526,"kind":32,"name":"type","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes.xmlKeys"},{"id":2527,"kind":32,"name":"styleId","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys.styleid","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes.xmlKeys"},{"id":2528,"kind":32,"name":"default","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys.default","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes.xmlKeys"},{"id":2529,"kind":32,"name":"customStyle","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys.customstyle","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes.xmlKeys"},{"id":2530,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.styleattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2531,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.styleattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2532,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.styleattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2533,"kind":2048,"name":"set","url":"classes/_file_styles_style_index_.styleattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2534,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.styleattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2535,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.styleattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2536,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.styleattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2537,"kind":128,"name":"Style","url":"classes/_file_styles_style_index_.style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2538,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Style"},{"id":2539,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.style.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".Style"},{"id":2540,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Style"},{"id":2541,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Style"},{"id":2542,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Style"},{"id":2543,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Style"},{"id":2544,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Style"},{"id":2545,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Style"},{"id":2546,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Style"},{"id":2547,"kind":128,"name":"ParagraphStyle","url":"classes/_file_styles_style_index_.paragraphstyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2548,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.paragraphstyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2549,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.paragraphstyle.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2550,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.paragraphstyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2551,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.paragraphstyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2552,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.paragraphstyle.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2553,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.paragraphstyle.html#next","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2554,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.paragraphstyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2555,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.paragraphstyle.html#bold","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2556,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.paragraphstyle.html#italics","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2557,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.paragraphstyle.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2558,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.paragraphstyle.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2559,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.paragraphstyle.html#strike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2560,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.paragraphstyle.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2561,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.paragraphstyle.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2562,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.paragraphstyle.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2563,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.paragraphstyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2564,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.paragraphstyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2565,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.paragraphstyle.html#font","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2566,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.paragraphstyle.html#center","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2567,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.paragraphstyle.html#left","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2568,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.paragraphstyle.html#right","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2569,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.paragraphstyle.html#justified","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2570,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.paragraphstyle.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2571,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.paragraphstyle.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2572,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.paragraphstyle.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2573,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.paragraphstyle.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2574,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.paragraphstyle.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2575,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.paragraphstyle.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2576,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.paragraphstyle.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2577,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.paragraphstyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2578,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.paragraphstyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2579,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.paragraphstyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2580,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.paragraphstyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2581,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.paragraphstyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2582,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.paragraphstyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2583,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.paragraphstyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2584,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.paragraphstyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2585,"kind":128,"name":"HeadingStyle","url":"classes/_file_styles_style_index_.headingstyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2586,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.headingstyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2587,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.headingstyle.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2588,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.headingstyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2589,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.headingstyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2590,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.headingstyle.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2591,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.headingstyle.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2592,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.headingstyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2593,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.headingstyle.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2594,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.headingstyle.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2595,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.headingstyle.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2596,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.headingstyle.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2597,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.headingstyle.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2598,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.headingstyle.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2599,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.headingstyle.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2600,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.headingstyle.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2601,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.headingstyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2602,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.headingstyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2603,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.headingstyle.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2604,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.headingstyle.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2605,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.headingstyle.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2606,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.headingstyle.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2607,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.headingstyle.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2608,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.headingstyle.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2609,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.headingstyle.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2610,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.headingstyle.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2611,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.headingstyle.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2612,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.headingstyle.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2613,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.headingstyle.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2614,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.headingstyle.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2615,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.headingstyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2616,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.headingstyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2617,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.headingstyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2618,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.headingstyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2619,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.headingstyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2620,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.headingstyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2621,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.headingstyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2622,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.headingstyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2623,"kind":128,"name":"TitleStyle","url":"classes/_file_styles_style_index_.titlestyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2624,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.titlestyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2625,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.titlestyle.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2626,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.titlestyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2627,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.titlestyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2628,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.titlestyle.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2629,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.titlestyle.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2630,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.titlestyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2631,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.titlestyle.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2632,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.titlestyle.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2633,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.titlestyle.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2634,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.titlestyle.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2635,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.titlestyle.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2636,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.titlestyle.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2637,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.titlestyle.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2638,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.titlestyle.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2639,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.titlestyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2640,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.titlestyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2641,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.titlestyle.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2642,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.titlestyle.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2643,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.titlestyle.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2644,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.titlestyle.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2645,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.titlestyle.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2646,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.titlestyle.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2647,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.titlestyle.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2648,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.titlestyle.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2649,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.titlestyle.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2650,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.titlestyle.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2651,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.titlestyle.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2652,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.titlestyle.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2653,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.titlestyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2654,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.titlestyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2655,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.titlestyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2656,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.titlestyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2657,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.titlestyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2658,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.titlestyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2659,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.titlestyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2660,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.titlestyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2661,"kind":128,"name":"Heading1Style","url":"classes/_file_styles_style_index_.heading1style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2662,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading1style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2663,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading1style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2664,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading1style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2665,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading1style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2666,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading1style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2667,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading1style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2668,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading1style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2669,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading1style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2670,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading1style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2671,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading1style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2672,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading1style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2673,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading1style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2674,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading1style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2675,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading1style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2676,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading1style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2677,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading1style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2678,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading1style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2679,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading1style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2680,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading1style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2681,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading1style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2682,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading1style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2683,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading1style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2684,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading1style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2685,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading1style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2686,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading1style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2687,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading1style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2688,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading1style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2689,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading1style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2690,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading1style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2691,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading1style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2692,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading1style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2693,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading1style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2694,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading1style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2695,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading1style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2696,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading1style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2697,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading1style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2698,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading1style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2699,"kind":128,"name":"Heading2Style","url":"classes/_file_styles_style_index_.heading2style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2700,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading2style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2701,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading2style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2702,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading2style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2703,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading2style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2704,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading2style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2705,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading2style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2706,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading2style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2707,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading2style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2708,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading2style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2709,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading2style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2710,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading2style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2711,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading2style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2712,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading2style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2713,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading2style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2714,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading2style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2715,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading2style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2716,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading2style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2717,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading2style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2718,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading2style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2719,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading2style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2720,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading2style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2721,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading2style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2722,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading2style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2723,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading2style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2724,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading2style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2725,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading2style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2726,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading2style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2727,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading2style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2728,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading2style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2729,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading2style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2730,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading2style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2731,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading2style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2732,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading2style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2733,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading2style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2734,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading2style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2735,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading2style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2736,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading2style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2737,"kind":128,"name":"Heading3Style","url":"classes/_file_styles_style_index_.heading3style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2738,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading3style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2739,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading3style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2740,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading3style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2741,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading3style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2742,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading3style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2743,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading3style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2744,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading3style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2745,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading3style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2746,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading3style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2747,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading3style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2748,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading3style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2749,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading3style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2750,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading3style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2751,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading3style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2752,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading3style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2753,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading3style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2754,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading3style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2755,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading3style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2756,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading3style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2757,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading3style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2758,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading3style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2759,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading3style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2760,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading3style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2761,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading3style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2762,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading3style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2763,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading3style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2764,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading3style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2765,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading3style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2766,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading3style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2767,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading3style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2768,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading3style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2769,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading3style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2770,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading3style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2771,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading3style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2772,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading3style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2773,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading3style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2774,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading3style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2775,"kind":128,"name":"Heading4Style","url":"classes/_file_styles_style_index_.heading4style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2776,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading4style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2777,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading4style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2778,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading4style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2779,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading4style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2780,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading4style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2781,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading4style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2782,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading4style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2783,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading4style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2784,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading4style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2785,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading4style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2786,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading4style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2787,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading4style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2788,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading4style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2789,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading4style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2790,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading4style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2791,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading4style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2792,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading4style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2793,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading4style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2794,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading4style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2795,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading4style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2796,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading4style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2797,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading4style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2798,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading4style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2799,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading4style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2800,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading4style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2801,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading4style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2802,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading4style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2803,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading4style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2804,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading4style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2805,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading4style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2806,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading4style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2807,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading4style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2808,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading4style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2809,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading4style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2810,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading4style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2811,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading4style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2812,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading4style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2813,"kind":128,"name":"Heading5Style","url":"classes/_file_styles_style_index_.heading5style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2814,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading5style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2815,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading5style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2816,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading5style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2817,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading5style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2818,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading5style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2819,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading5style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2820,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading5style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2821,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading5style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2822,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading5style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2823,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading5style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2824,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading5style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2825,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading5style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2826,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading5style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2827,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading5style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2828,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading5style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2829,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading5style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2830,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading5style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2831,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading5style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2832,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading5style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2833,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading5style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2834,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading5style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2835,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading5style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2836,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading5style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2837,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading5style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2838,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading5style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2839,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading5style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2840,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading5style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2841,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading5style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2842,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading5style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2843,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading5style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2844,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading5style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2845,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading5style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2846,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading5style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2847,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading5style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2848,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading5style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2849,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading5style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2850,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading5style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2851,"kind":128,"name":"Heading6Style","url":"classes/_file_styles_style_index_.heading6style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2852,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading6style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2853,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading6style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2854,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading6style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2855,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading6style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2856,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading6style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2857,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading6style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2858,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading6style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2859,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading6style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2860,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading6style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2861,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading6style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2862,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading6style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2863,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading6style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2864,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading6style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2865,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading6style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2866,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading6style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2867,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading6style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2868,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading6style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2869,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading6style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2870,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading6style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2871,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading6style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2872,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading6style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2873,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading6style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2874,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading6style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2875,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading6style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2876,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading6style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2877,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading6style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2878,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading6style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2879,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading6style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2880,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading6style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2881,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading6style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2882,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading6style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2883,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading6style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2884,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading6style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2885,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading6style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2886,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading6style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2887,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading6style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2888,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading6style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2889,"kind":128,"name":"ListParagraph","url":"classes/_file_styles_style_index_.listparagraph.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2890,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.listparagraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2891,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.listparagraph.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2892,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.listparagraph.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2893,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.listparagraph.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2894,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.listparagraph.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2895,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.listparagraph.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2896,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.listparagraph.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2897,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.listparagraph.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2898,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.listparagraph.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2899,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.listparagraph.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2900,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.listparagraph.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2901,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.listparagraph.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2902,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.listparagraph.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2903,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.listparagraph.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2904,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.listparagraph.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2905,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.listparagraph.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2906,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.listparagraph.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2907,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.listparagraph.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2908,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.listparagraph.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2909,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.listparagraph.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2910,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.listparagraph.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2911,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.listparagraph.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2912,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.listparagraph.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2913,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.listparagraph.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2914,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.listparagraph.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2915,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.listparagraph.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2916,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.listparagraph.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2917,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.listparagraph.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2918,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.listparagraph.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2919,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.listparagraph.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2920,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.listparagraph.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2921,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.listparagraph.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2922,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.listparagraph.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2923,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.listparagraph.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2924,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.listparagraph.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2925,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.listparagraph.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2926,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.listparagraph.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2927,"kind":128,"name":"CharacterStyle","url":"classes/_file_styles_style_index_.characterstyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2928,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.characterstyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2929,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.characterstyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2930,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.characterstyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2931,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.characterstyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2932,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.characterstyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2933,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.characterstyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2934,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.characterstyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2935,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.characterstyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2936,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.characterstyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2937,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.characterstyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2938,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.characterstyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2939,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.characterstyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2940,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.characterstyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2941,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.characterstyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2942,"kind":128,"name":"HyperlinkStyle","url":"classes/_file_styles_style_index_.hyperlinkstyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2943,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2944,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2945,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2946,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2947,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2948,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2949,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2950,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2951,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2952,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2953,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2954,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2955,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2956,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2957,"kind":128,"name":"FootnoteReferenceStyle","url":"classes/_file_styles_style_index_.footnotereferencestyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2958,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2959,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2960,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2961,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2962,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2963,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2964,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2965,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2966,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2967,"kind":128,"name":"FootnoteText","url":"classes/_file_styles_style_index_.footnotetext.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2968,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.footnotetext.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2969,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.footnotetext.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2970,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.footnotetext.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2971,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.footnotetext.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2972,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.footnotetext.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2973,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.footnotetext.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2974,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.footnotetext.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2975,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.footnotetext.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2976,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.footnotetext.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2977,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.footnotetext.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2978,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.footnotetext.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2979,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.footnotetext.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2980,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.footnotetext.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2981,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.footnotetext.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2982,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.footnotetext.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2983,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.footnotetext.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2984,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.footnotetext.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2985,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.footnotetext.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2986,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.footnotetext.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2987,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.footnotetext.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2988,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.footnotetext.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2989,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.footnotetext.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2990,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.footnotetext.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2991,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.footnotetext.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2992,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.footnotetext.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2993,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.footnotetext.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2994,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.footnotetext.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2995,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.footnotetext.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2996,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.footnotetext.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2997,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.footnotetext.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2998,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.footnotetext.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2999,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.footnotetext.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3000,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.footnotetext.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3001,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.footnotetext.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3002,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.footnotetext.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3003,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.footnotetext.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3004,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.footnotetext.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3005,"kind":128,"name":"FootnoteTextChar","url":"classes/_file_styles_style_index_.footnotetextchar.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":3006,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.footnotetextchar.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3007,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.footnotetextchar.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3008,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.footnotetextchar.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3009,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.footnotetextchar.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3010,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.footnotetextchar.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3011,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.footnotetextchar.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3012,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.footnotetextchar.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3013,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.footnotetextchar.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3014,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.footnotetextchar.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3015,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.footnotetextchar.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3016,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.footnotetextchar.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3017,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.footnotetextchar.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3018,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.footnotetextchar.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3019,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.footnotetextchar.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3020,"kind":1,"name":"\"file/styles/index\"","url":"modules/_file_styles_index_.html","classes":"tsd-kind-external-module"},{"id":3021,"kind":128,"name":"Styles","url":"classes/_file_styles_index_.styles.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/index\""},{"id":3022,"kind":512,"name":"constructor","url":"classes/_file_styles_index_.styles.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/index\".Styles"},{"id":3023,"kind":2048,"name":"push","url":"classes/_file_styles_index_.styles.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/index\".Styles"},{"id":3024,"kind":2048,"name":"createDocumentDefaults","url":"classes/_file_styles_index_.styles.html#createdocumentdefaults","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/index\".Styles"},{"id":3025,"kind":2048,"name":"createParagraphStyle","url":"classes/_file_styles_index_.styles.html#createparagraphstyle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/index\".Styles"},{"id":3026,"kind":1024,"name":"root","url":"classes/_file_styles_index_.styles.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/index\".Styles"},{"id":3027,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_index_.styles.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/index\".Styles"},{"id":3028,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_index_.styles.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/index\".Styles"},{"id":3029,"kind":2048,"name":"delete","url":"classes/_file_styles_index_.styles.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/index\".Styles"},{"id":3030,"kind":1024,"name":"rootKey","url":"classes/_file_styles_index_.styles.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/index\".Styles"},{"id":3031,"kind":1024,"name":"deleted","url":"classes/_file_styles_index_.styles.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/index\".Styles"},{"id":3032,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_index_.styles.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/index\".Styles"},{"id":3033,"kind":1,"name":"\"file/styles/external-styles-factory\"","url":"modules/_file_styles_external_styles_factory_.html","classes":"tsd-kind-external-module"},{"id":3034,"kind":128,"name":"ExternalStylesFactory","url":"classes/_file_styles_external_styles_factory_.externalstylesfactory.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/external-styles-factory\""},{"id":3035,"kind":2048,"name":"newInstance","url":"classes/_file_styles_external_styles_factory_.externalstylesfactory.html#newinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/external-styles-factory\".ExternalStylesFactory"},{"id":3036,"kind":1,"name":"\"file/styles/factory\"","url":"modules/_file_styles_factory_.html","classes":"tsd-kind-external-module"},{"id":3037,"kind":128,"name":"DefaultStylesFactory","url":"classes/_file_styles_factory_.defaultstylesfactory.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/factory\""},{"id":3038,"kind":2048,"name":"newInstance","url":"classes/_file_styles_factory_.defaultstylesfactory.html#newinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/factory\".DefaultStylesFactory"},{"id":3039,"kind":1,"name":"\"file/file\"","url":"modules/_file_file_.html","classes":"tsd-kind-external-module"},{"id":3040,"kind":128,"name":"File","url":"classes/_file_file_.file.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/file\""},{"id":3041,"kind":512,"name":"constructor","url":"classes/_file_file_.file.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3042,"kind":2048,"name":"addParagraph","url":"classes/_file_file_.file.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3043,"kind":2048,"name":"createParagraph","url":"classes/_file_file_.file.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3044,"kind":2048,"name":"addTable","url":"classes/_file_file_.file.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3045,"kind":2048,"name":"createTable","url":"classes/_file_file_.file.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3046,"kind":2048,"name":"createImage","url":"classes/_file_file_.file.html#createimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3047,"kind":2048,"name":"insertImage","url":"classes/_file_file_.file.html#insertimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3048,"kind":2048,"name":"createImageFromBuffer","url":"classes/_file_file_.file.html#createimagefrombuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3049,"kind":2048,"name":"createHyperlink","url":"classes/_file_file_.file.html#createhyperlink","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3050,"kind":2048,"name":"createInternalHyperLink","url":"classes/_file_file_.file.html#createinternalhyperlink","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3051,"kind":2048,"name":"createBookmark","url":"classes/_file_file_.file.html#createbookmark","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3052,"kind":2048,"name":"addSection","url":"classes/_file_file_.file.html#addsection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3053,"kind":2048,"name":"createFootnote","url":"classes/_file_file_.file.html#createfootnote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3054,"kind":2048,"name":"createHeader","url":"classes/_file_file_.file.html#createheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3055,"kind":2048,"name":"createFooter","url":"classes/_file_file_.file.html#createfooter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3056,"kind":2048,"name":"createFirstPageHeader","url":"classes/_file_file_.file.html#createfirstpageheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3057,"kind":262144,"name":"Document","url":"classes/_file_file_.file.html#document","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3058,"kind":262144,"name":"Styles","url":"classes/_file_file_.file.html#styles","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3059,"kind":262144,"name":"CoreProperties","url":"classes/_file_file_.file.html#coreproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3060,"kind":262144,"name":"Numbering","url":"classes/_file_file_.file.html#numbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3061,"kind":262144,"name":"Media","url":"classes/_file_file_.file.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3062,"kind":262144,"name":"DocumentRelationships","url":"classes/_file_file_.file.html#documentrelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3063,"kind":262144,"name":"FileRelationships","url":"classes/_file_file_.file.html#filerelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3064,"kind":262144,"name":"Header","url":"classes/_file_file_.file.html#header","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3065,"kind":262144,"name":"Headers","url":"classes/_file_file_.file.html#headers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3066,"kind":2048,"name":"HeaderByRefNumber","url":"classes/_file_file_.file.html#headerbyrefnumber","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3067,"kind":262144,"name":"Footer","url":"classes/_file_file_.file.html#footer","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3068,"kind":262144,"name":"Footers","url":"classes/_file_file_.file.html#footers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3069,"kind":2048,"name":"FooterByRefNumber","url":"classes/_file_file_.file.html#footerbyrefnumber","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3070,"kind":262144,"name":"ContentTypes","url":"classes/_file_file_.file.html#contenttypes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3071,"kind":262144,"name":"AppProperties","url":"classes/_file_file_.file.html#appproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3072,"kind":262144,"name":"FootNotes","url":"classes/_file_file_.file.html#footnotes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3073,"kind":1,"name":"\"file/media/data\"","url":"modules/_file_media_data_.html","classes":"tsd-kind-external-module"},{"id":3074,"kind":256,"name":"IMediaDataDimensions","url":"interfaces/_file_media_data_.imediadatadimensions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/media/data\""},{"id":3075,"kind":1024,"name":"pixels","url":"interfaces/_file_media_data_.imediadatadimensions.html#pixels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaDataDimensions"},{"id":3076,"kind":65536,"name":"__type","url":"interfaces/_file_media_data_.imediadatadimensions.html#pixels.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.pixels"},{"id":3077,"kind":32,"name":"x","url":"interfaces/_file_media_data_.imediadatadimensions.html#pixels.__type-1.x-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.pixels.__type"},{"id":3078,"kind":32,"name":"y","url":"interfaces/_file_media_data_.imediadatadimensions.html#pixels.__type-1.y-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.pixels.__type"},{"id":3079,"kind":1024,"name":"emus","url":"interfaces/_file_media_data_.imediadatadimensions.html#emus","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaDataDimensions"},{"id":3080,"kind":65536,"name":"__type","url":"interfaces/_file_media_data_.imediadatadimensions.html#emus.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.emus"},{"id":3081,"kind":32,"name":"x","url":"interfaces/_file_media_data_.imediadatadimensions.html#emus.__type.x","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.emus.__type"},{"id":3082,"kind":32,"name":"y","url":"interfaces/_file_media_data_.imediadatadimensions.html#emus.__type.y","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.emus.__type"},{"id":3083,"kind":256,"name":"IMediaData","url":"interfaces/_file_media_data_.imediadata.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/media/data\""},{"id":3084,"kind":1024,"name":"referenceId","url":"interfaces/_file_media_data_.imediadata.html#referenceid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3085,"kind":1024,"name":"stream","url":"interfaces/_file_media_data_.imediadata.html#stream","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3086,"kind":1024,"name":"path","url":"interfaces/_file_media_data_.imediadata.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3087,"kind":1024,"name":"fileName","url":"interfaces/_file_media_data_.imediadata.html#filename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3088,"kind":1024,"name":"dimensions","url":"interfaces/_file_media_data_.imediadata.html#dimensions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3089,"kind":32,"name":"WORKAROUND2","url":"modules/_file_media_data_.html#workaround2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"file/media/data\""},{"id":3090,"kind":1,"name":"\"file/media/media\"","url":"modules/_file_media_media_.html","classes":"tsd-kind-external-module"},{"id":3091,"kind":256,"name":"IHackedFile","url":"interfaces/_file_media_media_.ihackedfile.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/media/media\""},{"id":3092,"kind":1024,"name":"currentRelationshipId","url":"interfaces/_file_media_media_.ihackedfile.html#currentrelationshipid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/media/media\".IHackedFile"},{"id":3093,"kind":128,"name":"Media","url":"classes/_file_media_media_.media.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/media/media\""},{"id":3094,"kind":2048,"name":"addImage","url":"classes/_file_media_media_.media.html#addimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"file/media/media\".Media"},{"id":3095,"kind":2048,"name":"addImageFromBuffer","url":"classes/_file_media_media_.media.html#addimagefrombuffer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"file/media/media\".Media"},{"id":3096,"kind":512,"name":"constructor","url":"classes/_file_media_media_.media.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3097,"kind":2048,"name":"getMedia","url":"classes/_file_media_media_.media.html#getmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3098,"kind":2048,"name":"addMedia","url":"classes/_file_media_media_.media.html#addmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3099,"kind":2048,"name":"addMediaFromBuffer","url":"classes/_file_media_media_.media.html#addmediafrombuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3100,"kind":262144,"name":"array","url":"classes/_file_media_media_.media.html#array","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3101,"kind":1,"name":"\"file/media/index\"","url":"modules/_file_media_index_.html","classes":"tsd-kind-external-module"},{"id":3102,"kind":1,"name":"\"file/drawing/floating/floating-position\"","url":"modules/_file_drawing_floating_floating_position_.html","classes":"tsd-kind-external-module"},{"id":3103,"kind":4,"name":"HorizontalPositionRelativeFrom","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3104,"kind":16,"name":"CHARACTER","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#character","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3105,"kind":16,"name":"COLUMN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#column","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3106,"kind":16,"name":"INSIDE_MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#inside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3107,"kind":16,"name":"LEFT_MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#left_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3108,"kind":16,"name":"MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3109,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#outside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3110,"kind":16,"name":"PAGE","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3111,"kind":16,"name":"RIGHT_MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#right_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3112,"kind":4,"name":"VerticalPositionRelativeFrom","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3113,"kind":16,"name":"BOTTOM_MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#bottom_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3114,"kind":16,"name":"INSIDE_MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#inside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3115,"kind":16,"name":"LINE","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#line","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3116,"kind":16,"name":"MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3117,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#outside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3118,"kind":16,"name":"PAGE","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3119,"kind":16,"name":"PARAGRAPH","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#paragraph","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3120,"kind":16,"name":"TOP_MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#top_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3121,"kind":4,"name":"HorizontalPositionAlign","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3122,"kind":16,"name":"CENTER","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3123,"kind":16,"name":"INSIDE","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3124,"kind":16,"name":"LEFT","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3125,"kind":16,"name":"OUTSIDE","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3126,"kind":16,"name":"RIGHT","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3127,"kind":4,"name":"VerticalPositionAlign","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3128,"kind":16,"name":"BOTTOM","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3129,"kind":16,"name":"CENTER","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3130,"kind":16,"name":"INSIDE","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3131,"kind":16,"name":"OUTSIDE","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3132,"kind":16,"name":"TOP","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3133,"kind":256,"name":"IHorizontalPositionOptions","url":"interfaces/_file_drawing_floating_floating_position_.ihorizontalpositionoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3134,"kind":1024,"name":"relative","url":"interfaces/_file_drawing_floating_floating_position_.ihorizontalpositionoptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IHorizontalPositionOptions"},{"id":3135,"kind":1024,"name":"align","url":"interfaces/_file_drawing_floating_floating_position_.ihorizontalpositionoptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IHorizontalPositionOptions"},{"id":3136,"kind":1024,"name":"offset","url":"interfaces/_file_drawing_floating_floating_position_.ihorizontalpositionoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IHorizontalPositionOptions"},{"id":3137,"kind":256,"name":"IVerticalPositionOptions","url":"interfaces/_file_drawing_floating_floating_position_.iverticalpositionoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3138,"kind":1024,"name":"relative","url":"interfaces/_file_drawing_floating_floating_position_.iverticalpositionoptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IVerticalPositionOptions"},{"id":3139,"kind":1024,"name":"align","url":"interfaces/_file_drawing_floating_floating_position_.iverticalpositionoptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IVerticalPositionOptions"},{"id":3140,"kind":1024,"name":"offset","url":"interfaces/_file_drawing_floating_floating_position_.iverticalpositionoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IVerticalPositionOptions"},{"id":3141,"kind":256,"name":"IFloating","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3142,"kind":1024,"name":"horizontalPosition","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#horizontalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3143,"kind":1024,"name":"verticalPosition","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#verticalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3144,"kind":1024,"name":"allowOverlap","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#allowoverlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3145,"kind":1024,"name":"lockAnchor","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#lockanchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3146,"kind":1024,"name":"behindDocument","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#behinddocument","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3147,"kind":1024,"name":"layoutInCell","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#layoutincell","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3148,"kind":1,"name":"\"file/drawing/floating/simple-pos\"","url":"modules/_file_drawing_floating_simple_pos_.html","classes":"tsd-kind-external-module"},{"id":3149,"kind":256,"name":"ISimplePosAttributes","url":"interfaces/_file_drawing_floating_simple_pos_.isimpleposattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\""},{"id":3150,"kind":1024,"name":"x","url":"interfaces/_file_drawing_floating_simple_pos_.isimpleposattributes.html#x","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".ISimplePosAttributes"},{"id":3151,"kind":1024,"name":"y","url":"interfaces/_file_drawing_floating_simple_pos_.isimpleposattributes.html#y","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".ISimplePosAttributes"},{"id":3152,"kind":128,"name":"SimplePosAttributes","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\""},{"id":3153,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3154,"kind":32,"name":"x","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#xmlkeys.x","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes.xmlKeys"},{"id":3155,"kind":32,"name":"y","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#xmlkeys.y","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes.xmlKeys"},{"id":3156,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3157,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3158,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3159,"kind":2048,"name":"set","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3160,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3161,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3162,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3163,"kind":128,"name":"SimplePos","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/simple-pos\""},{"id":3164,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3165,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3166,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3167,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3168,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3169,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3170,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3171,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3172,"kind":1,"name":"\"file/drawing/floating/align\"","url":"modules/_file_drawing_floating_align_.html","classes":"tsd-kind-external-module"},{"id":3173,"kind":128,"name":"Align","url":"classes/_file_drawing_floating_align_.align.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/align\""},{"id":3174,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_align_.align.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/align\".Align"},{"id":3175,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_align_.align.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/align\".Align"},{"id":3176,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_align_.align.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/align\".Align"},{"id":3177,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_align_.align.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/align\".Align"},{"id":3178,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_align_.align.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/align\".Align"},{"id":3179,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_align_.align.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/align\".Align"},{"id":3180,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_align_.align.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/align\".Align"},{"id":3181,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_align_.align.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/align\".Align"},{"id":3182,"kind":1,"name":"\"file/drawing/floating/position-offset\"","url":"modules/_file_drawing_floating_position_offset_.html","classes":"tsd-kind-external-module"},{"id":3183,"kind":128,"name":"PositionOffset","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/position-offset\""},{"id":3184,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3185,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3186,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3187,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3188,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3189,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3190,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3191,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3192,"kind":1,"name":"\"file/drawing/floating/horizontal-position\"","url":"modules/_file_drawing_floating_horizontal_position_.html","classes":"tsd-kind-external-module"},{"id":3193,"kind":256,"name":"IHorizontalPositionAttributes","url":"interfaces/_file_drawing_floating_horizontal_position_.ihorizontalpositionattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\""},{"id":3194,"kind":1024,"name":"relativeFrom","url":"interfaces/_file_drawing_floating_horizontal_position_.ihorizontalpositionattributes.html#relativefrom","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".IHorizontalPositionAttributes"},{"id":3195,"kind":128,"name":"HorizontalPositionAttributes","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\""},{"id":3196,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3197,"kind":32,"name":"relativeFrom","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#xmlkeys.relativefrom","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes.xmlKeys"},{"id":3198,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3199,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3200,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3201,"kind":2048,"name":"set","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3202,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3203,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3204,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3205,"kind":128,"name":"HorizontalPosition","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/horizontal-position\""},{"id":3206,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3207,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3208,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3209,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3210,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3211,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3212,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3213,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3214,"kind":1,"name":"\"file/drawing/floating/vertical-position\"","url":"modules/_file_drawing_floating_vertical_position_.html","classes":"tsd-kind-external-module"},{"id":3215,"kind":256,"name":"IVerticalPositionAttributes","url":"interfaces/_file_drawing_floating_vertical_position_.iverticalpositionattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\""},{"id":3216,"kind":1024,"name":"relativeFrom","url":"interfaces/_file_drawing_floating_vertical_position_.iverticalpositionattributes.html#relativefrom","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".IVerticalPositionAttributes"},{"id":3217,"kind":128,"name":"VerticalPositionAttributes","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\""},{"id":3218,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3219,"kind":32,"name":"relativeFrom","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#xmlkeys.relativefrom","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes.xmlKeys"},{"id":3220,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3221,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3222,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3223,"kind":2048,"name":"set","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3224,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3225,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3226,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3227,"kind":128,"name":"VerticalPosition","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/vertical-position\""},{"id":3228,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3229,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3230,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3231,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3232,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3233,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3234,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3235,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3236,"kind":1,"name":"\"file/drawing/floating/index\"","url":"modules/_file_drawing_floating_index_.html","classes":"tsd-kind-external-module"},{"id":3237,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\"","url":"modules/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.html","classes":"tsd-kind-external-module"},{"id":3238,"kind":256,"name":"IGraphicDataAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.igraphicdataattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\""},{"id":3239,"kind":1024,"name":"uri","url":"interfaces/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.igraphicdataattributes.html#uri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".IGraphicDataAttributes"},{"id":3240,"kind":128,"name":"GraphicDataAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\""},{"id":3241,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3242,"kind":32,"name":"uri","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#xmlkeys.uri","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes.xmlKeys"},{"id":3243,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3244,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3245,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3246,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3247,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3248,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3249,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3250,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.html","classes":"tsd-kind-external-module"},{"id":3251,"kind":256,"name":"IBlipProperties","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.iblipproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\""},{"id":3252,"kind":1024,"name":"embed","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.iblipproperties.html#embed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".IBlipProperties"},{"id":3253,"kind":1024,"name":"cstate","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.iblipproperties.html#cstate","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".IBlipProperties"},{"id":3254,"kind":128,"name":"BlipAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\""},{"id":3255,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3256,"kind":32,"name":"embed","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#xmlkeys.embed","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes.xmlKeys"},{"id":3257,"kind":32,"name":"cstate","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#xmlkeys.cstate","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes.xmlKeys"},{"id":3258,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3259,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3260,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3261,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3262,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3263,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3264,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3265,"kind":128,"name":"Blip","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\""},{"id":3266,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3267,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3268,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3269,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3270,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3271,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3272,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3273,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3274,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.html","classes":"tsd-kind-external-module"},{"id":3275,"kind":128,"name":"SourceRectangle","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\""},{"id":3276,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3277,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3278,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3279,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3280,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3281,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3282,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3283,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3284,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.html","classes":"tsd-kind-external-module"},{"id":3285,"kind":128,"name":"FillRectangle","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\""},{"id":3286,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3287,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3288,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3289,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3290,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3291,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3292,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3293,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3294,"kind":128,"name":"Stretch","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\""},{"id":3295,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3296,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3297,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3298,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3299,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3300,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3301,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3302,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3303,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.html","classes":"tsd-kind-external-module"},{"id":3304,"kind":128,"name":"BlipFill","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\""},{"id":3305,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3306,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3307,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3308,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3309,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3310,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3311,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3312,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3313,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.html","classes":"tsd-kind-external-module"},{"id":3314,"kind":256,"name":"IPicLocksAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.ipiclocksattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\""},{"id":3315,"kind":1024,"name":"noChangeAspect","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.ipiclocksattributes.html#nochangeaspect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".IPicLocksAttributes"},{"id":3316,"kind":1024,"name":"noChangeArrowheads","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.ipiclocksattributes.html#nochangearrowheads","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".IPicLocksAttributes"},{"id":3317,"kind":128,"name":"PicLocksAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\""},{"id":3318,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3319,"kind":32,"name":"noChangeAspect","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#xmlkeys.nochangeaspect","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes.xmlKeys"},{"id":3320,"kind":32,"name":"noChangeArrowheads","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#xmlkeys.nochangearrowheads","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes.xmlKeys"},{"id":3321,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3322,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3323,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3324,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3325,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3326,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3327,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3328,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.html","classes":"tsd-kind-external-module"},{"id":3329,"kind":128,"name":"PicLocks","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\""},{"id":3330,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3331,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3332,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3333,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3334,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3335,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3336,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3337,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3338,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.html","classes":"tsd-kind-external-module"},{"id":3339,"kind":128,"name":"ChildNonVisualProperties","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\""},{"id":3340,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3341,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3342,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3343,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3344,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3345,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3346,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3347,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3348,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.html","classes":"tsd-kind-external-module"},{"id":3349,"kind":256,"name":"INonVisualPropertiesAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.inonvisualpropertiesattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\""},{"id":3350,"kind":1024,"name":"id","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.inonvisualpropertiesattributes.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".INonVisualPropertiesAttributes"},{"id":3351,"kind":1024,"name":"name","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.inonvisualpropertiesattributes.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".INonVisualPropertiesAttributes"},{"id":3352,"kind":1024,"name":"descr","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.inonvisualpropertiesattributes.html#descr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".INonVisualPropertiesAttributes"},{"id":3353,"kind":128,"name":"NonVisualPropertiesAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\""},{"id":3354,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3355,"kind":32,"name":"id","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes.xmlKeys"},{"id":3356,"kind":32,"name":"name","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#xmlkeys.name","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes.xmlKeys"},{"id":3357,"kind":32,"name":"descr","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#xmlkeys.descr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes.xmlKeys"},{"id":3358,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3359,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3360,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3361,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3362,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3363,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3364,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3365,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.html","classes":"tsd-kind-external-module"},{"id":3366,"kind":128,"name":"NonVisualProperties","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\""},{"id":3367,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3368,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3369,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3370,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3371,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3372,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3373,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3374,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3375,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.html","classes":"tsd-kind-external-module"},{"id":3376,"kind":128,"name":"NonVisualPicProperties","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\""},{"id":3377,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3378,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3379,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3380,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3381,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3382,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3383,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3384,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3385,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.html","classes":"tsd-kind-external-module"},{"id":3386,"kind":256,"name":"IPicAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.ipicattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\""},{"id":3387,"kind":1024,"name":"xmlns","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.ipicattributes.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".IPicAttributes"},{"id":3388,"kind":128,"name":"PicAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\""},{"id":3389,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3390,"kind":32,"name":"xmlns","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes.xmlKeys"},{"id":3391,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3392,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3393,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3394,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3395,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3396,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3397,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3398,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.html","classes":"tsd-kind-external-module"},{"id":3399,"kind":256,"name":"IExtentsAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.iextentsattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\""},{"id":3400,"kind":1024,"name":"cx","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.iextentsattributes.html#cx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".IExtentsAttributes"},{"id":3401,"kind":1024,"name":"cy","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.iextentsattributes.html#cy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".IExtentsAttributes"},{"id":3402,"kind":128,"name":"ExtentsAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\""},{"id":3403,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3404,"kind":32,"name":"cx","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#xmlkeys.cx","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes.xmlKeys"},{"id":3405,"kind":32,"name":"cy","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#xmlkeys.cy","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes.xmlKeys"},{"id":3406,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3407,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3408,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3409,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3410,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3411,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3412,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3413,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.html","classes":"tsd-kind-external-module"},{"id":3414,"kind":128,"name":"Extents","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\""},{"id":3415,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3416,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3417,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3418,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3419,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3420,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3421,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3422,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3423,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3424,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.html","classes":"tsd-kind-external-module"},{"id":3425,"kind":256,"name":"IOffsetAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.ioffsetattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\""},{"id":3426,"kind":1024,"name":"x","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.ioffsetattributes.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".IOffsetAttributes"},{"id":3427,"kind":1024,"name":"y","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.ioffsetattributes.html#y","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".IOffsetAttributes"},{"id":3428,"kind":128,"name":"OffsetAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\""},{"id":3429,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3430,"kind":32,"name":"x","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#xmlkeys.x","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes.xmlKeys"},{"id":3431,"kind":32,"name":"y","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#xmlkeys.y","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes.xmlKeys"},{"id":3432,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3433,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3434,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3435,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3436,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3437,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3438,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3439,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.html","classes":"tsd-kind-external-module"},{"id":3440,"kind":128,"name":"Offset","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\""},{"id":3441,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3442,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3443,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3444,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3445,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3446,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3447,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3448,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3449,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.html","classes":"tsd-kind-external-module"},{"id":3450,"kind":128,"name":"Form","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\""},{"id":3451,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3452,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3453,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3454,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3455,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3456,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3457,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3458,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3459,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3460,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/index\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_index_.html","classes":"tsd-kind-external-module"},{"id":3461,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.html","classes":"tsd-kind-external-module"},{"id":3462,"kind":128,"name":"AdjustmentValues","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\""},{"id":3463,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3464,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3465,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3466,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3467,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3468,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3469,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3470,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3471,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.html","classes":"tsd-kind-external-module"},{"id":3472,"kind":256,"name":"IPresetGeometryAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.ipresetgeometryattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\""},{"id":3473,"kind":1024,"name":"prst","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.ipresetgeometryattributes.html#prst","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".IPresetGeometryAttributes"},{"id":3474,"kind":128,"name":"PresetGeometryAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\""},{"id":3475,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3476,"kind":32,"name":"prst","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#xmlkeys.prst","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes.xmlKeys"},{"id":3477,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3478,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3479,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3480,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3481,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3482,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3483,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3484,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.html","classes":"tsd-kind-external-module"},{"id":3485,"kind":128,"name":"PresetGeometry","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\""},{"id":3486,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3487,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3488,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3489,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3490,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3491,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3492,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3493,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3494,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.html","classes":"tsd-kind-external-module"},{"id":3495,"kind":256,"name":"IShapePropertiesAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.ishapepropertiesattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\""},{"id":3496,"kind":1024,"name":"bwMode","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.ishapepropertiesattributes.html#bwmode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".IShapePropertiesAttributes"},{"id":3497,"kind":128,"name":"ShapePropertiesAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\""},{"id":3498,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3499,"kind":32,"name":"bwMode","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#xmlkeys.bwmode","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes.xmlKeys"},{"id":3500,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3501,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3502,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3503,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3504,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3505,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3506,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3507,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.html","classes":"tsd-kind-external-module"},{"id":3508,"kind":128,"name":"ShapeProperties","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\""},{"id":3509,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3510,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3511,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3512,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3513,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3514,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3515,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3516,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3517,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3518,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/pic\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_pic_.html","classes":"tsd-kind-external-module"},{"id":3519,"kind":128,"name":"Pic","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\""},{"id":3520,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3521,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3522,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3523,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3524,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3525,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3526,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3527,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3528,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3529,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/index\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_index_.html","classes":"tsd-kind-external-module"},{"id":3530,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/graphic-data\"","url":"modules/_file_drawing_inline_graphic_graphic_data_graphic_data_.html","classes":"tsd-kind-external-module"},{"id":3531,"kind":128,"name":"GraphicData","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\""},{"id":3532,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3533,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3534,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3535,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3536,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3537,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3538,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3539,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3540,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3541,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/index\"","url":"modules/_file_drawing_inline_graphic_graphic_data_index_.html","classes":"tsd-kind-external-module"},{"id":3542,"kind":1,"name":"\"file/drawing/inline/graphic/graphic\"","url":"modules/_file_drawing_inline_graphic_graphic_.html","classes":"tsd-kind-external-module"},{"id":3543,"kind":256,"name":"IGraphicProperties","url":"interfaces/_file_drawing_inline_graphic_graphic_.igraphicproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\""},{"id":3544,"kind":1024,"name":"a","url":"interfaces/_file_drawing_inline_graphic_graphic_.igraphicproperties.html#a","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".IGraphicProperties"},{"id":3545,"kind":128,"name":"GraphicAttributes","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\""},{"id":3546,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3547,"kind":32,"name":"a","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#xmlkeys.a","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes.xmlKeys"},{"id":3548,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3549,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3550,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3551,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3552,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3553,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3554,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3555,"kind":128,"name":"Graphic","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic\""},{"id":3556,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3557,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3558,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3559,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3560,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3561,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3562,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3563,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3564,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3565,"kind":1,"name":"\"file/drawing/inline/graphic/index\"","url":"modules/_file_drawing_inline_graphic_index_.html","classes":"tsd-kind-external-module"},{"id":3566,"kind":1,"name":"\"file/drawing/text-wrap/text-wrapping\"","url":"modules/_file_drawing_text_wrap_text_wrapping_.html","classes":"tsd-kind-external-module"},{"id":3567,"kind":4,"name":"TextWrapStyle","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/text-wrapping\""},{"id":3568,"kind":16,"name":"NONE","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".TextWrapStyle"},{"id":3569,"kind":16,"name":"SQUARE","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html#square","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".TextWrapStyle"},{"id":3570,"kind":16,"name":"TIGHT","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html#tight","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".TextWrapStyle"},{"id":3571,"kind":16,"name":"TOP_AND_BOTTOM","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html#top_and_bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".TextWrapStyle"},{"id":3572,"kind":4,"name":"WrapTextOption","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/text-wrapping\""},{"id":3573,"kind":16,"name":"BOTH_SIDES","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html#both_sides","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".WrapTextOption"},{"id":3574,"kind":16,"name":"LEFT","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".WrapTextOption"},{"id":3575,"kind":16,"name":"RIGHT","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".WrapTextOption"},{"id":3576,"kind":16,"name":"LARGEST","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html#largest","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".WrapTextOption"},{"id":3577,"kind":256,"name":"ITextWrapping","url":"interfaces/_file_drawing_text_wrap_text_wrapping_.itextwrapping.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/text-wrapping\""},{"id":3578,"kind":1024,"name":"textWrapStyle","url":"interfaces/_file_drawing_text_wrap_text_wrapping_.itextwrapping.html#textwrapstyle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/text-wrap/text-wrapping\".ITextWrapping"},{"id":3579,"kind":1024,"name":"wrapTextOption","url":"interfaces/_file_drawing_text_wrap_text_wrapping_.itextwrapping.html#wraptextoption","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/text-wrap/text-wrapping\".ITextWrapping"},{"id":3580,"kind":1024,"name":"distanceFromText","url":"interfaces/_file_drawing_text_wrap_text_wrapping_.itextwrapping.html#distancefromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/text-wrap/text-wrapping\".ITextWrapping"},{"id":3581,"kind":1,"name":"\"file/drawing/text-wrap/wrap-none\"","url":"modules/_file_drawing_text_wrap_wrap_none_.html","classes":"tsd-kind-external-module"},{"id":3582,"kind":128,"name":"WrapNone","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/wrap-none\""},{"id":3583,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3584,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3585,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3586,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3587,"kind":2048,"name":"delete","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3588,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3589,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3590,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3591,"kind":1,"name":"\"file/drawing/text-wrap/wrap-square\"","url":"modules/_file_drawing_text_wrap_wrap_square_.html","classes":"tsd-kind-external-module"},{"id":3592,"kind":256,"name":"IWrapSquareAttributes","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\""},{"id":3593,"kind":1024,"name":"wrapText","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#wraptext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3594,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3595,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3596,"kind":1024,"name":"distL","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3597,"kind":1024,"name":"distR","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3598,"kind":128,"name":"WrapSquareAttributes","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\""},{"id":3599,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3600,"kind":32,"name":"distT","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3601,"kind":32,"name":"distB","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3602,"kind":32,"name":"distL","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.distl","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3603,"kind":32,"name":"distR","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.distr","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3604,"kind":32,"name":"wrapText","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.wraptext","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3605,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3606,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3607,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3608,"kind":2048,"name":"set","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3609,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3610,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3611,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3612,"kind":128,"name":"WrapSquare","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/wrap-square\""},{"id":3613,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3614,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3615,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3616,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3617,"kind":2048,"name":"delete","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3618,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3619,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3620,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3621,"kind":1,"name":"\"file/drawing/text-wrap/wrap-tight\"","url":"modules/_file_drawing_text_wrap_wrap_tight_.html","classes":"tsd-kind-external-module"},{"id":3622,"kind":256,"name":"IWrapTightAttributes","url":"interfaces/_file_drawing_text_wrap_wrap_tight_.iwraptightattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\""},{"id":3623,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_text_wrap_wrap_tight_.iwraptightattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".IWrapTightAttributes"},{"id":3624,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_text_wrap_wrap_tight_.iwraptightattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".IWrapTightAttributes"},{"id":3625,"kind":128,"name":"WrapTightAttributes","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\""},{"id":3626,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3627,"kind":32,"name":"distT","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes.xmlKeys"},{"id":3628,"kind":32,"name":"distB","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes.xmlKeys"},{"id":3629,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3630,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3631,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3632,"kind":2048,"name":"set","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3633,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3634,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3635,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3636,"kind":128,"name":"WrapTight","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/wrap-tight\""},{"id":3637,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3638,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3639,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3640,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3641,"kind":2048,"name":"delete","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3642,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3643,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3644,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3645,"kind":1,"name":"\"file/drawing/text-wrap/wrap-top-and-bottom\"","url":"modules/_file_drawing_text_wrap_wrap_top_and_bottom_.html","classes":"tsd-kind-external-module"},{"id":3646,"kind":256,"name":"IWrapTopAndBottomAttributes","url":"interfaces/_file_drawing_text_wrap_wrap_top_and_bottom_.iwraptopandbottomattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\""},{"id":3647,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_text_wrap_wrap_top_and_bottom_.iwraptopandbottomattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".IWrapTopAndBottomAttributes"},{"id":3648,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_text_wrap_wrap_top_and_bottom_.iwraptopandbottomattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".IWrapTopAndBottomAttributes"},{"id":3649,"kind":128,"name":"WrapTopAndBottomAttributes","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\""},{"id":3650,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3651,"kind":32,"name":"distT","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes.xmlKeys"},{"id":3652,"kind":32,"name":"distB","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes.xmlKeys"},{"id":3653,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3654,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3655,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3656,"kind":2048,"name":"set","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3657,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3658,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3659,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3660,"kind":128,"name":"WrapTopAndBottom","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\""},{"id":3661,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3662,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3663,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3664,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3665,"kind":2048,"name":"delete","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3666,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3667,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3668,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3669,"kind":1,"name":"\"file/drawing/text-wrap/index\"","url":"modules/_file_drawing_text_wrap_index_.html","classes":"tsd-kind-external-module"},{"id":3670,"kind":1,"name":"\"file/drawing/doc-properties/doc-properties-attributes\"","url":"modules/_file_drawing_doc_properties_doc_properties_attributes_.html","classes":"tsd-kind-external-module"},{"id":3671,"kind":256,"name":"IDocPropertiesAttributes","url":"interfaces/_file_drawing_doc_properties_doc_properties_attributes_.idocpropertiesattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/doc-properties/doc-properties-attributes\""},{"id":3672,"kind":1024,"name":"id","url":"interfaces/_file_drawing_doc_properties_doc_properties_attributes_.idocpropertiesattributes.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".IDocPropertiesAttributes"},{"id":3673,"kind":1024,"name":"name","url":"interfaces/_file_drawing_doc_properties_doc_properties_attributes_.idocpropertiesattributes.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".IDocPropertiesAttributes"},{"id":3674,"kind":1024,"name":"descr","url":"interfaces/_file_drawing_doc_properties_doc_properties_attributes_.idocpropertiesattributes.html#descr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".IDocPropertiesAttributes"},{"id":3675,"kind":128,"name":"DocPropertiesAttributes","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/doc-properties/doc-properties-attributes\""},{"id":3676,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3677,"kind":32,"name":"id","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes.xmlKeys"},{"id":3678,"kind":32,"name":"name","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#xmlkeys.name","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes.xmlKeys"},{"id":3679,"kind":32,"name":"descr","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#xmlkeys.descr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes.xmlKeys"},{"id":3680,"kind":1024,"name":"root","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3681,"kind":512,"name":"constructor","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3682,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3683,"kind":2048,"name":"set","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3684,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3685,"kind":1024,"name":"deleted","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3686,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3687,"kind":1,"name":"\"file/drawing/doc-properties/doc-properties\"","url":"modules/_file_drawing_doc_properties_doc_properties_.html","classes":"tsd-kind-external-module"},{"id":3688,"kind":128,"name":"DocProperties","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/doc-properties/doc-properties\""},{"id":3689,"kind":512,"name":"constructor","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3690,"kind":1024,"name":"root","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3691,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3692,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3693,"kind":2048,"name":"delete","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3694,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3695,"kind":1024,"name":"deleted","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3696,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3697,"kind":1,"name":"\"file/drawing/effect-extent/effect-extent-attributes\"","url":"modules/_file_drawing_effect_extent_effect_extent_attributes_.html","classes":"tsd-kind-external-module"},{"id":3698,"kind":256,"name":"IEffectExtentAttributes","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/effect-extent/effect-extent-attributes\""},{"id":3699,"kind":1024,"name":"b","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html#b","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".IEffectExtentAttributes"},{"id":3700,"kind":1024,"name":"l","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html#l","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".IEffectExtentAttributes"},{"id":3701,"kind":1024,"name":"r","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".IEffectExtentAttributes"},{"id":3702,"kind":1024,"name":"t","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html#t","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".IEffectExtentAttributes"},{"id":3703,"kind":128,"name":"EffectExtentAttributes","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/effect-extent/effect-extent-attributes\""},{"id":3704,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3705,"kind":32,"name":"b","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys.b","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes.xmlKeys"},{"id":3706,"kind":32,"name":"l","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys.l","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes.xmlKeys"},{"id":3707,"kind":32,"name":"r","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes.xmlKeys"},{"id":3708,"kind":32,"name":"t","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys.t","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes.xmlKeys"},{"id":3709,"kind":1024,"name":"root","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3710,"kind":512,"name":"constructor","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3711,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3712,"kind":2048,"name":"set","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3713,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3714,"kind":1024,"name":"deleted","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3715,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3716,"kind":1,"name":"\"file/drawing/effect-extent/effect-extent\"","url":"modules/_file_drawing_effect_extent_effect_extent_.html","classes":"tsd-kind-external-module"},{"id":3717,"kind":128,"name":"EffectExtent","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/effect-extent/effect-extent\""},{"id":3718,"kind":512,"name":"constructor","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3719,"kind":1024,"name":"root","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3720,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3721,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3722,"kind":2048,"name":"delete","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3723,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3724,"kind":1024,"name":"deleted","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3725,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3726,"kind":1,"name":"\"file/drawing/extent/extent-attributes\"","url":"modules/_file_drawing_extent_extent_attributes_.html","classes":"tsd-kind-external-module"},{"id":3727,"kind":256,"name":"IExtentAttributes","url":"interfaces/_file_drawing_extent_extent_attributes_.iextentattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/extent/extent-attributes\""},{"id":3728,"kind":1024,"name":"cx","url":"interfaces/_file_drawing_extent_extent_attributes_.iextentattributes.html#cx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/extent/extent-attributes\".IExtentAttributes"},{"id":3729,"kind":1024,"name":"cy","url":"interfaces/_file_drawing_extent_extent_attributes_.iextentattributes.html#cy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/extent/extent-attributes\".IExtentAttributes"},{"id":3730,"kind":128,"name":"ExtentAttributes","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/extent/extent-attributes\""},{"id":3731,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3732,"kind":32,"name":"cx","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#xmlkeys.cx","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes.xmlKeys"},{"id":3733,"kind":32,"name":"cy","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#xmlkeys.cy","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes.xmlKeys"},{"id":3734,"kind":1024,"name":"root","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3735,"kind":512,"name":"constructor","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3736,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3737,"kind":2048,"name":"set","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3738,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3739,"kind":1024,"name":"deleted","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3740,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3741,"kind":1,"name":"\"file/drawing/extent/extent\"","url":"modules/_file_drawing_extent_extent_.html","classes":"tsd-kind-external-module"},{"id":3742,"kind":128,"name":"Extent","url":"classes/_file_drawing_extent_extent_.extent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/extent/extent\""},{"id":3743,"kind":512,"name":"constructor","url":"classes/_file_drawing_extent_extent_.extent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3744,"kind":2048,"name":"setXY","url":"classes/_file_drawing_extent_extent_.extent.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3745,"kind":1024,"name":"root","url":"classes/_file_drawing_extent_extent_.extent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3746,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_extent_extent_.extent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3747,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_extent_extent_.extent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3748,"kind":2048,"name":"delete","url":"classes/_file_drawing_extent_extent_.extent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3749,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_extent_extent_.extent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3750,"kind":1024,"name":"deleted","url":"classes/_file_drawing_extent_extent_.extent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3751,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_extent_extent_.extent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3752,"kind":1,"name":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\"","url":"modules/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.html","classes":"tsd-kind-external-module"},{"id":3753,"kind":256,"name":"IGraphicFrameLockAttributes","url":"interfaces/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.igraphicframelockattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\""},{"id":3754,"kind":1024,"name":"xmlns","url":"interfaces/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.igraphicframelockattributes.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".IGraphicFrameLockAttributes"},{"id":3755,"kind":1024,"name":"noChangeAspect","url":"interfaces/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.igraphicframelockattributes.html#nochangeaspect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".IGraphicFrameLockAttributes"},{"id":3756,"kind":128,"name":"GraphicFrameLockAttributes","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\""},{"id":3757,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3758,"kind":32,"name":"xmlns","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes.xmlKeys"},{"id":3759,"kind":32,"name":"noChangeAspect","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#xmlkeys.nochangeaspect","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes.xmlKeys"},{"id":3760,"kind":1024,"name":"root","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3761,"kind":512,"name":"constructor","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3762,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3763,"kind":2048,"name":"set","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3764,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3765,"kind":1024,"name":"deleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3766,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3767,"kind":1,"name":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\"","url":"modules/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.html","classes":"tsd-kind-external-module"},{"id":3768,"kind":128,"name":"GraphicFrameLocks","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\""},{"id":3769,"kind":512,"name":"constructor","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3770,"kind":1024,"name":"root","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3771,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3772,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3773,"kind":2048,"name":"delete","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3774,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3775,"kind":1024,"name":"deleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3776,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3777,"kind":1,"name":"\"file/drawing/graphic-frame/graphic-frame-properties\"","url":"modules/_file_drawing_graphic_frame_graphic_frame_properties_.html","classes":"tsd-kind-external-module"},{"id":3778,"kind":128,"name":"GraphicFrameProperties","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\""},{"id":3779,"kind":512,"name":"constructor","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3780,"kind":1024,"name":"root","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3781,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3782,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3783,"kind":2048,"name":"delete","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3784,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3785,"kind":1024,"name":"deleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3786,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3787,"kind":1,"name":"\"file/drawing/anchor/anchor-attributes\"","url":"modules/_file_drawing_anchor_anchor_attributes_.html","classes":"tsd-kind-external-module"},{"id":3788,"kind":256,"name":"IAnchorAttributes","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/anchor/anchor-attributes\""},{"id":3789,"kind":1024,"name":"allowOverlap","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#allowoverlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3790,"kind":1024,"name":"behindDoc","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#behinddoc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3791,"kind":1024,"name":"layoutInCell","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#layoutincell","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3792,"kind":1024,"name":"locked","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#locked","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3793,"kind":1024,"name":"relativeHeight","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#relativeheight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3794,"kind":1024,"name":"simplePos","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#simplepos","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3795,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3796,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3797,"kind":1024,"name":"distL","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3798,"kind":1024,"name":"distR","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3799,"kind":128,"name":"AnchorAttributes","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/anchor/anchor-attributes\""},{"id":3800,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3801,"kind":32,"name":"distT","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3802,"kind":32,"name":"distB","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3803,"kind":32,"name":"distL","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.distl","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3804,"kind":32,"name":"distR","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.distr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3805,"kind":32,"name":"allowOverlap","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.allowoverlap","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3806,"kind":32,"name":"behindDoc","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.behinddoc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3807,"kind":32,"name":"layoutInCell","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.layoutincell","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3808,"kind":32,"name":"locked","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.locked","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3809,"kind":32,"name":"relativeHeight","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.relativeheight","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3810,"kind":32,"name":"simplePos","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.simplepos","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3811,"kind":1024,"name":"root","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3812,"kind":512,"name":"constructor","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3813,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3814,"kind":2048,"name":"set","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3815,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3816,"kind":1024,"name":"deleted","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3817,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3818,"kind":1,"name":"\"file/drawing/anchor/anchor\"","url":"modules/_file_drawing_anchor_anchor_.html","classes":"tsd-kind-external-module"},{"id":3819,"kind":128,"name":"Anchor","url":"classes/_file_drawing_anchor_anchor_.anchor.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/anchor/anchor\""},{"id":3820,"kind":512,"name":"constructor","url":"classes/_file_drawing_anchor_anchor_.anchor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3821,"kind":1024,"name":"root","url":"classes/_file_drawing_anchor_anchor_.anchor.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3822,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_anchor_anchor_.anchor.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3823,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_anchor_anchor_.anchor.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3824,"kind":2048,"name":"delete","url":"classes/_file_drawing_anchor_anchor_.anchor.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3825,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_anchor_anchor_.anchor.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3826,"kind":1024,"name":"deleted","url":"classes/_file_drawing_anchor_anchor_.anchor.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3827,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_anchor_anchor_.anchor.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3828,"kind":2097152,"name":"defaultOptions","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\""},{"id":3829,"kind":32,"name":"allowOverlap","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.allowoverlap","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3830,"kind":32,"name":"behindDocument","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.behinddocument","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3831,"kind":32,"name":"lockAnchor","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.lockanchor","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3832,"kind":32,"name":"layoutInCell","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.layoutincell","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3833,"kind":2097152,"name":"verticalPosition","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.verticalposition","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3834,"kind":32,"name":"relative","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.verticalposition.relative-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions.verticalPosition"},{"id":3835,"kind":32,"name":"offset","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.verticalposition.offset-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions.verticalPosition"},{"id":3836,"kind":2097152,"name":"horizontalPosition","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.horizontalposition","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3837,"kind":32,"name":"relative","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.horizontalposition.relative","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions.horizontalPosition"},{"id":3838,"kind":32,"name":"offset","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.horizontalposition.offset","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions.horizontalPosition"},{"id":3839,"kind":1,"name":"\"file/drawing/anchor/index\"","url":"modules/_file_drawing_anchor_index_.html","classes":"tsd-kind-external-module"},{"id":3840,"kind":1,"name":"\"file/drawing/inline/inline-attributes\"","url":"modules/_file_drawing_inline_inline_attributes_.html","classes":"tsd-kind-external-module"},{"id":3841,"kind":256,"name":"IInlineAttributes","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/inline-attributes\""},{"id":3842,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".IInlineAttributes"},{"id":3843,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".IInlineAttributes"},{"id":3844,"kind":1024,"name":"distL","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".IInlineAttributes"},{"id":3845,"kind":1024,"name":"distR","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".IInlineAttributes"},{"id":3846,"kind":128,"name":"InlineAttributes","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/inline-attributes\""},{"id":3847,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3848,"kind":32,"name":"distT","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes.xmlKeys"},{"id":3849,"kind":32,"name":"distB","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes.xmlKeys"},{"id":3850,"kind":32,"name":"distL","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys.distl","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes.xmlKeys"},{"id":3851,"kind":32,"name":"distR","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys.distr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes.xmlKeys"},{"id":3852,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3853,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3854,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3855,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3856,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3857,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3858,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3859,"kind":1,"name":"\"file/drawing/inline/inline\"","url":"modules/_file_drawing_inline_inline_.html","classes":"tsd-kind-external-module"},{"id":3860,"kind":128,"name":"Inline","url":"classes/_file_drawing_inline_inline_.inline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/inline\""},{"id":3861,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_inline_.inline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3862,"kind":2048,"name":"scale","url":"classes/_file_drawing_inline_inline_.inline.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3863,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_inline_.inline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3864,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_inline_.inline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3865,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_inline_.inline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3866,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_inline_.inline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3867,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_inline_.inline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3868,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_inline_.inline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3869,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_inline_.inline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3870,"kind":1,"name":"\"file/drawing/inline/index\"","url":"modules/_file_drawing_inline_index_.html","classes":"tsd-kind-external-module"},{"id":3871,"kind":1,"name":"\"file/drawing/drawing\"","url":"modules/_file_drawing_drawing_.html","classes":"tsd-kind-external-module"},{"id":3872,"kind":4,"name":"PlacementPosition","url":"enums/_file_drawing_drawing_.placementposition.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/drawing\""},{"id":3873,"kind":16,"name":"INLINE","url":"enums/_file_drawing_drawing_.placementposition.html#inline","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/drawing\".PlacementPosition"},{"id":3874,"kind":16,"name":"FLOATING","url":"enums/_file_drawing_drawing_.placementposition.html#floating","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/drawing\".PlacementPosition"},{"id":3875,"kind":256,"name":"IDistance","url":"interfaces/_file_drawing_drawing_.idistance.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/drawing\""},{"id":3876,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_drawing_.idistance.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDistance"},{"id":3877,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_drawing_.idistance.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDistance"},{"id":3878,"kind":1024,"name":"distL","url":"interfaces/_file_drawing_drawing_.idistance.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDistance"},{"id":3879,"kind":1024,"name":"distR","url":"interfaces/_file_drawing_drawing_.idistance.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDistance"},{"id":3880,"kind":256,"name":"IDrawingOptions","url":"interfaces/_file_drawing_drawing_.idrawingoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/drawing\""},{"id":3881,"kind":1024,"name":"position","url":"interfaces/_file_drawing_drawing_.idrawingoptions.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDrawingOptions"},{"id":3882,"kind":1024,"name":"textWrapping","url":"interfaces/_file_drawing_drawing_.idrawingoptions.html#textwrapping","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDrawingOptions"},{"id":3883,"kind":1024,"name":"floating","url":"interfaces/_file_drawing_drawing_.idrawingoptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDrawingOptions"},{"id":3884,"kind":128,"name":"Drawing","url":"classes/_file_drawing_drawing_.drawing.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/drawing\""},{"id":3885,"kind":512,"name":"constructor","url":"classes/_file_drawing_drawing_.drawing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/drawing\".Drawing"},{"id":3886,"kind":2048,"name":"scale","url":"classes/_file_drawing_drawing_.drawing.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/drawing\".Drawing"},{"id":3887,"kind":1024,"name":"root","url":"classes/_file_drawing_drawing_.drawing.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/drawing\".Drawing"},{"id":3888,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_drawing_.drawing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/drawing\".Drawing"},{"id":3889,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_drawing_.drawing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/drawing\".Drawing"},{"id":3890,"kind":2048,"name":"delete","url":"classes/_file_drawing_drawing_.drawing.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/drawing\".Drawing"},{"id":3891,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_drawing_.drawing.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/drawing\".Drawing"},{"id":3892,"kind":1024,"name":"deleted","url":"classes/_file_drawing_drawing_.drawing.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/drawing\".Drawing"},{"id":3893,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_drawing_.drawing.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/drawing\".Drawing"},{"id":3894,"kind":2097152,"name":"defaultDrawingOptions","url":"modules/_file_drawing_drawing_.html#defaultdrawingoptions","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/drawing\""},{"id":3895,"kind":32,"name":"position","url":"modules/_file_drawing_drawing_.html#defaultdrawingoptions.position","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/drawing\".defaultDrawingOptions"},{"id":3896,"kind":1,"name":"\"file/drawing/index\"","url":"modules/_file_drawing_index_.html","classes":"tsd-kind-external-module"},{"id":3897,"kind":1,"name":"\"file/paragraph/run/picture-run\"","url":"modules/_file_paragraph_run_picture_run_.html","classes":"tsd-kind-external-module"},{"id":3898,"kind":128,"name":"PictureRun","url":"classes/_file_paragraph_run_picture_run_.picturerun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/picture-run\""},{"id":3899,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3900,"kind":2048,"name":"scale","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3901,"kind":1024,"name":"properties","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3902,"kind":2048,"name":"bold","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3903,"kind":2048,"name":"italic","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3904,"kind":2048,"name":"underline","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3905,"kind":2048,"name":"color","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3906,"kind":2048,"name":"size","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3907,"kind":2048,"name":"rtl","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3908,"kind":2048,"name":"break","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3909,"kind":2048,"name":"tab","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3910,"kind":2048,"name":"pageNumber","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3911,"kind":2048,"name":"smallCaps","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3912,"kind":2048,"name":"allCaps","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3913,"kind":2048,"name":"strike","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3914,"kind":2048,"name":"doubleStrike","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3915,"kind":2048,"name":"subScript","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3916,"kind":2048,"name":"superScript","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3917,"kind":2048,"name":"font","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3918,"kind":2048,"name":"style","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3919,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3920,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3921,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3922,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3923,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3924,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3925,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3926,"kind":1,"name":"\"file/paragraph/run/index\"","url":"modules/_file_paragraph_run_index_.html","classes":"tsd-kind-external-module"},{"id":3927,"kind":1,"name":"\"file/paragraph/formatting/page-break\"","url":"modules/_file_paragraph_formatting_page_break_.html","classes":"tsd-kind-external-module"},{"id":3928,"kind":128,"name":"Break","url":"classes/_file_paragraph_formatting_page_break_.break.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\""},{"id":3929,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_page_break_.break.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3930,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_page_break_.break.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3931,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_page_break_.break.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3932,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_page_break_.break.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3933,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_page_break_.break.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3934,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_page_break_.break.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3935,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_page_break_.break.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3936,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_page_break_.break.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3937,"kind":128,"name":"PageBreak","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/page-break\""},{"id":3938,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3939,"kind":1024,"name":"properties","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3940,"kind":2048,"name":"bold","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3941,"kind":2048,"name":"italic","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3942,"kind":2048,"name":"underline","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3943,"kind":2048,"name":"color","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3944,"kind":2048,"name":"size","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3945,"kind":2048,"name":"rtl","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3946,"kind":2048,"name":"break","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3947,"kind":2048,"name":"tab","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3948,"kind":2048,"name":"pageNumber","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3949,"kind":2048,"name":"smallCaps","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3950,"kind":2048,"name":"allCaps","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3951,"kind":2048,"name":"strike","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3952,"kind":2048,"name":"doubleStrike","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3953,"kind":2048,"name":"subScript","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3954,"kind":2048,"name":"superScript","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3955,"kind":2048,"name":"font","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3956,"kind":2048,"name":"style","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3957,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3958,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3959,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3960,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3961,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3962,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3963,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3964,"kind":128,"name":"PageBreakBefore","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/page-break\""},{"id":3965,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3966,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3967,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3968,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3969,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3970,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3971,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3972,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3973,"kind":1,"name":"\"file/paragraph/formatting/spacing\"","url":"modules/_file_paragraph_formatting_spacing_.html","classes":"tsd-kind-external-module"},{"id":3974,"kind":256,"name":"ISpacingProperties","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/spacing\""},{"id":3975,"kind":1024,"name":"after","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html#after","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/formatting/spacing\".ISpacingProperties"},{"id":3976,"kind":1024,"name":"before","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html#before","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/formatting/spacing\".ISpacingProperties"},{"id":3977,"kind":1024,"name":"line","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html#line","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/formatting/spacing\".ISpacingProperties"},{"id":3978,"kind":1024,"name":"lineRule","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html#linerule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/formatting/spacing\".ISpacingProperties"},{"id":3979,"kind":128,"name":"SpacingAttributes","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\""},{"id":3980,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3981,"kind":32,"name":"after","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys.after","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes.xmlKeys"},{"id":3982,"kind":32,"name":"before","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys.before","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes.xmlKeys"},{"id":3983,"kind":32,"name":"line","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys.line","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes.xmlKeys"},{"id":3984,"kind":32,"name":"lineRule","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys.linerule","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes.xmlKeys"},{"id":3985,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3986,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3987,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3988,"kind":2048,"name":"set","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3989,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3990,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3991,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3992,"kind":128,"name":"Spacing","url":"classes/_file_paragraph_formatting_spacing_.spacing.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/spacing\""},{"id":3993,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3994,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3995,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3996,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3997,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3998,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3999,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":4000,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":4001,"kind":1,"name":"\"file/paragraph/formatting/style\"","url":"modules/_file_paragraph_formatting_style_.html","classes":"tsd-kind-external-module"},{"id":4002,"kind":128,"name":"Style","url":"classes/_file_paragraph_formatting_style_.style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/style\""},{"id":4003,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_style_.style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4004,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_style_.style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4005,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_style_.style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4006,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_style_.style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4007,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_style_.style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4008,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_style_.style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4009,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_style_.style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4010,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_style_.style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4011,"kind":1,"name":"\"file/paragraph/formatting/tab-stop\"","url":"modules/_file_paragraph_formatting_tab_stop_.html","classes":"tsd-kind-external-module"},{"id":4012,"kind":128,"name":"TabStop","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4013,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4014,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4015,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4016,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4017,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4018,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4019,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4020,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4021,"kind":128,"name":"TabAttributes","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4022,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4023,"kind":32,"name":"val","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes.xmlKeys"},{"id":4024,"kind":32,"name":"pos","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#xmlkeys.pos-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes.xmlKeys"},{"id":4025,"kind":65536,"name":"__type","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4026,"kind":32,"name":"val","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes.__type"},{"id":4027,"kind":32,"name":"pos","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#__type.pos","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes.__type"},{"id":4028,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4029,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4030,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4031,"kind":2048,"name":"set","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4032,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4033,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4034,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4035,"kind":128,"name":"Tab","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4036,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4037,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4038,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4039,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4040,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4041,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4042,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4043,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4044,"kind":128,"name":"MaxRightTabStop","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4045,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4046,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4047,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4048,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4049,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4050,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4051,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4052,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4053,"kind":128,"name":"LeftTabStop","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4054,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4055,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4056,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4057,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4058,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4059,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4060,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4061,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4062,"kind":128,"name":"RightTabStop","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4063,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4064,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4065,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4066,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4067,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4068,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4069,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4070,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4071,"kind":128,"name":"CenterTabStop","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4072,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4073,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4074,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4075,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4076,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4077,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4078,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4079,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4080,"kind":4194304,"name":"TabValue","url":"modules/_file_paragraph_formatting_tab_stop_.html#tabvalue","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4081,"kind":1,"name":"\"file/paragraph/formatting/unordered-list\"","url":"modules/_file_paragraph_formatting_unordered_list_.html","classes":"tsd-kind-external-module"},{"id":4082,"kind":128,"name":"NumberProperties","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/unordered-list\""},{"id":4083,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4084,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4085,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4086,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4087,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4088,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4089,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4090,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4091,"kind":128,"name":"IndentLevel","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\""},{"id":4092,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4093,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4094,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4095,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4096,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4097,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4098,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4099,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4100,"kind":128,"name":"NumberId","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\""},{"id":4101,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4102,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4103,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4104,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4105,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4106,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4107,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4108,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4109,"kind":1,"name":"\"file/paragraph/formatting/index\"","url":"modules/_file_paragraph_formatting_index_.html","classes":"tsd-kind-external-module"},{"id":4110,"kind":1,"name":"\"file/footnotes/footnote/run/reference-run\"","url":"modules/_file_footnotes_footnote_run_reference_run_.html","classes":"tsd-kind-external-module"},{"id":4111,"kind":256,"name":"IFootNoteReferenceRunAttributesProperties","url":"interfaces/_file_footnotes_footnote_run_reference_run_.ifootnotereferencerunattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/reference-run\""},{"id":4112,"kind":1024,"name":"id","url":"interfaces/_file_footnotes_footnote_run_reference_run_.ifootnotereferencerunattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnote/run/reference-run\".IFootNoteReferenceRunAttributesProperties"},{"id":4113,"kind":128,"name":"FootNoteReferenceRunAttributes","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/reference-run\""},{"id":4114,"kind":2097152,"name":"xmlKeys","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4115,"kind":32,"name":"id","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes.xmlKeys"},{"id":4116,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4117,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4118,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4119,"kind":2048,"name":"set","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4120,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4121,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4122,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4123,"kind":128,"name":"FootnoteReference","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/reference-run\""},{"id":4124,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4125,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4126,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4127,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4128,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4129,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4130,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4131,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4132,"kind":128,"name":"FootnoteReferenceRun","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/reference-run\""},{"id":4133,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4134,"kind":1024,"name":"properties","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4135,"kind":2048,"name":"bold","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4136,"kind":2048,"name":"italic","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4137,"kind":2048,"name":"underline","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4138,"kind":2048,"name":"color","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4139,"kind":2048,"name":"size","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4140,"kind":2048,"name":"rtl","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4141,"kind":2048,"name":"break","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4142,"kind":2048,"name":"tab","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4143,"kind":2048,"name":"pageNumber","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4144,"kind":2048,"name":"smallCaps","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4145,"kind":2048,"name":"allCaps","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4146,"kind":2048,"name":"strike","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4147,"kind":2048,"name":"doubleStrike","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4148,"kind":2048,"name":"subScript","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4149,"kind":2048,"name":"superScript","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4150,"kind":2048,"name":"font","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4151,"kind":2048,"name":"style","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4152,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4153,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4154,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4155,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4156,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4157,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4158,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4159,"kind":1,"name":"\"file/paragraph/formatting/bidi\"","url":"modules/_file_paragraph_formatting_bidi_.html","classes":"tsd-kind-external-module"},{"id":4160,"kind":128,"name":"Bidi","url":"classes/_file_paragraph_formatting_bidi_.bidi.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/bidi\""},{"id":4161,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4162,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4163,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4164,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4165,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4166,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4167,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4168,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4169,"kind":1,"name":"\"file/paragraph/links/hyperlink-attributes\"","url":"modules/_file_paragraph_links_hyperlink_attributes_.html","classes":"tsd-kind-external-module"},{"id":4170,"kind":256,"name":"IHyperlinkAttributesProperties","url":"interfaces/_file_paragraph_links_hyperlink_attributes_.ihyperlinkattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/paragraph/links/hyperlink-attributes\""},{"id":4171,"kind":1024,"name":"id","url":"interfaces/_file_paragraph_links_hyperlink_attributes_.ihyperlinkattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/hyperlink-attributes\".IHyperlinkAttributesProperties"},{"id":4172,"kind":1024,"name":"anchor","url":"interfaces/_file_paragraph_links_hyperlink_attributes_.ihyperlinkattributesproperties.html#anchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/hyperlink-attributes\".IHyperlinkAttributesProperties"},{"id":4173,"kind":1024,"name":"history","url":"interfaces/_file_paragraph_links_hyperlink_attributes_.ihyperlinkattributesproperties.html#history","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/hyperlink-attributes\".IHyperlinkAttributesProperties"},{"id":4174,"kind":128,"name":"HyperlinkAttributes","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/hyperlink-attributes\""},{"id":4175,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4176,"kind":32,"name":"id","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes.xmlKeys"},{"id":4177,"kind":32,"name":"history","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#xmlkeys.history","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes.xmlKeys"},{"id":4178,"kind":32,"name":"anchor","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#xmlkeys.anchor","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes.xmlKeys"},{"id":4179,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4180,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4181,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4182,"kind":2048,"name":"set","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4183,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4184,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4185,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4186,"kind":1,"name":"\"file/paragraph/links/hyperlink\"","url":"modules/_file_paragraph_links_hyperlink_.html","classes":"tsd-kind-external-module"},{"id":4187,"kind":128,"name":"Hyperlink","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/hyperlink\""},{"id":4188,"kind":1024,"name":"linkId","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4189,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4190,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4191,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4192,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4193,"kind":2048,"name":"delete","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4194,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4195,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4196,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4197,"kind":1,"name":"\"file/paragraph/links/bookmark-attributes\"","url":"modules/_file_paragraph_links_bookmark_attributes_.html","classes":"tsd-kind-external-module"},{"id":4198,"kind":256,"name":"IBookmarkStartAttributesProperties","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkstartattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark-attributes\""},{"id":4199,"kind":1024,"name":"id","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkstartattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/bookmark-attributes\".IBookmarkStartAttributesProperties"},{"id":4200,"kind":1024,"name":"name","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkstartattributesproperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/bookmark-attributes\".IBookmarkStartAttributesProperties"},{"id":4201,"kind":128,"name":"BookmarkStartAttributes","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark-attributes\""},{"id":4202,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4203,"kind":32,"name":"id","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes.xmlKeys"},{"id":4204,"kind":32,"name":"name","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#xmlkeys.name","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes.xmlKeys"},{"id":4205,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4206,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4207,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4208,"kind":2048,"name":"set","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4209,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4210,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4211,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4212,"kind":256,"name":"IBookmarkEndAttributesProperties","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkendattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark-attributes\""},{"id":4213,"kind":1024,"name":"id","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkendattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/bookmark-attributes\".IBookmarkEndAttributesProperties"},{"id":4214,"kind":128,"name":"BookmarkEndAttributes","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark-attributes\""},{"id":4215,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4216,"kind":32,"name":"id","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes.xmlKeys"},{"id":4217,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4218,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4219,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4220,"kind":2048,"name":"set","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4221,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4222,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4223,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4224,"kind":1,"name":"\"file/paragraph/links/bookmark\"","url":"modules/_file_paragraph_links_bookmark_.html","classes":"tsd-kind-external-module"},{"id":4225,"kind":128,"name":"Bookmark","url":"classes/_file_paragraph_links_bookmark_.bookmark.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark\""},{"id":4226,"kind":1024,"name":"linkId","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4227,"kind":1024,"name":"start","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#start","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4228,"kind":1024,"name":"text","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#text","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4229,"kind":1024,"name":"end","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#end","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4230,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4231,"kind":128,"name":"BookmarkStart","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark\""},{"id":4232,"kind":1024,"name":"linkId","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4233,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4234,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4235,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4236,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4237,"kind":2048,"name":"delete","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4238,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4239,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4240,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4241,"kind":128,"name":"BookmarkEnd","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark\""},{"id":4242,"kind":1024,"name":"linkId","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4243,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4244,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4245,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4246,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4247,"kind":2048,"name":"delete","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4248,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4249,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4250,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4251,"kind":1,"name":"\"file/paragraph/links/index\"","url":"modules/_file_paragraph_links_index_.html","classes":"tsd-kind-external-module"},{"id":4252,"kind":1,"name":"\"file/paragraph/paragraph\"","url":"modules/_file_paragraph_paragraph_.html","classes":"tsd-kind-external-module"},{"id":4253,"kind":128,"name":"Paragraph","url":"classes/_file_paragraph_paragraph_.paragraph.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/paragraph\""},{"id":4254,"kind":512,"name":"constructor","url":"classes/_file_paragraph_paragraph_.paragraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4255,"kind":2048,"name":"addRun","url":"classes/_file_paragraph_paragraph_.paragraph.html#addrun","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4256,"kind":2048,"name":"addHyperLink","url":"classes/_file_paragraph_paragraph_.paragraph.html#addhyperlink","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4257,"kind":2048,"name":"addBookmark","url":"classes/_file_paragraph_paragraph_.paragraph.html#addbookmark","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4258,"kind":2048,"name":"createTextRun","url":"classes/_file_paragraph_paragraph_.paragraph.html#createtextrun","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4259,"kind":2048,"name":"createPictureRun","url":"classes/_file_paragraph_paragraph_.paragraph.html#createpicturerun","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4260,"kind":2048,"name":"heading1","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4261,"kind":2048,"name":"heading2","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading2","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4262,"kind":2048,"name":"heading3","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading3","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4263,"kind":2048,"name":"heading4","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading4","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4264,"kind":2048,"name":"heading5","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading5","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4265,"kind":2048,"name":"heading6","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading6","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4266,"kind":2048,"name":"title","url":"classes/_file_paragraph_paragraph_.paragraph.html#title","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4267,"kind":2048,"name":"center","url":"classes/_file_paragraph_paragraph_.paragraph.html#center","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4268,"kind":2048,"name":"left","url":"classes/_file_paragraph_paragraph_.paragraph.html#left","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4269,"kind":2048,"name":"right","url":"classes/_file_paragraph_paragraph_.paragraph.html#right","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4270,"kind":2048,"name":"start","url":"classes/_file_paragraph_paragraph_.paragraph.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4271,"kind":2048,"name":"end","url":"classes/_file_paragraph_paragraph_.paragraph.html#end","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4272,"kind":2048,"name":"distribute","url":"classes/_file_paragraph_paragraph_.paragraph.html#distribute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4273,"kind":2048,"name":"justified","url":"classes/_file_paragraph_paragraph_.paragraph.html#justified","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4274,"kind":2048,"name":"thematicBreak","url":"classes/_file_paragraph_paragraph_.paragraph.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4275,"kind":2048,"name":"pageBreak","url":"classes/_file_paragraph_paragraph_.paragraph.html#pagebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4276,"kind":2048,"name":"pageBreakBefore","url":"classes/_file_paragraph_paragraph_.paragraph.html#pagebreakbefore","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4277,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_paragraph_paragraph_.paragraph.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4278,"kind":2048,"name":"leftTabStop","url":"classes/_file_paragraph_paragraph_.paragraph.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4279,"kind":2048,"name":"rightTabStop","url":"classes/_file_paragraph_paragraph_.paragraph.html#righttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4280,"kind":2048,"name":"centerTabStop","url":"classes/_file_paragraph_paragraph_.paragraph.html#centertabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4281,"kind":2048,"name":"bullet","url":"classes/_file_paragraph_paragraph_.paragraph.html#bullet","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4282,"kind":2048,"name":"setNumbering","url":"classes/_file_paragraph_paragraph_.paragraph.html#setnumbering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4283,"kind":2048,"name":"setCustomNumbering","url":"classes/_file_paragraph_paragraph_.paragraph.html#setcustomnumbering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4284,"kind":2048,"name":"style","url":"classes/_file_paragraph_paragraph_.paragraph.html#style","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4285,"kind":2048,"name":"indent","url":"classes/_file_paragraph_paragraph_.paragraph.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4286,"kind":2048,"name":"spacing","url":"classes/_file_paragraph_paragraph_.paragraph.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4287,"kind":2048,"name":"keepNext","url":"classes/_file_paragraph_paragraph_.paragraph.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4288,"kind":2048,"name":"keepLines","url":"classes/_file_paragraph_paragraph_.paragraph.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4289,"kind":2048,"name":"referenceFootnote","url":"classes/_file_paragraph_paragraph_.paragraph.html#referencefootnote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4290,"kind":2048,"name":"addRunToFront","url":"classes/_file_paragraph_paragraph_.paragraph.html#addruntofront","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4291,"kind":2048,"name":"bidi","url":"classes/_file_paragraph_paragraph_.paragraph.html#bidi","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4292,"kind":1024,"name":"root","url":"classes/_file_paragraph_paragraph_.paragraph.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4293,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_paragraph_.paragraph.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4294,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_paragraph_.paragraph.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4295,"kind":2048,"name":"delete","url":"classes/_file_paragraph_paragraph_.paragraph.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4296,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_paragraph_.paragraph.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4297,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_paragraph_.paragraph.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4298,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_paragraph_.paragraph.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4299,"kind":1,"name":"\"file/paragraph/image\"","url":"modules/_file_paragraph_image_.html","classes":"tsd-kind-external-module"},{"id":4300,"kind":128,"name":"Image","url":"classes/_file_paragraph_image_.image.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/image\""},{"id":4301,"kind":512,"name":"constructor","url":"classes/_file_paragraph_image_.image.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/image\".Image"},{"id":4302,"kind":2048,"name":"scale","url":"classes/_file_paragraph_image_.image.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/image\".Image"},{"id":4303,"kind":2048,"name":"addRun","url":"classes/_file_paragraph_image_.image.html#addrun","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4304,"kind":2048,"name":"addHyperLink","url":"classes/_file_paragraph_image_.image.html#addhyperlink","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4305,"kind":2048,"name":"addBookmark","url":"classes/_file_paragraph_image_.image.html#addbookmark","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4306,"kind":2048,"name":"createTextRun","url":"classes/_file_paragraph_image_.image.html#createtextrun","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4307,"kind":2048,"name":"createPictureRun","url":"classes/_file_paragraph_image_.image.html#createpicturerun","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4308,"kind":2048,"name":"heading1","url":"classes/_file_paragraph_image_.image.html#heading1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4309,"kind":2048,"name":"heading2","url":"classes/_file_paragraph_image_.image.html#heading2","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4310,"kind":2048,"name":"heading3","url":"classes/_file_paragraph_image_.image.html#heading3","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4311,"kind":2048,"name":"heading4","url":"classes/_file_paragraph_image_.image.html#heading4","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4312,"kind":2048,"name":"heading5","url":"classes/_file_paragraph_image_.image.html#heading5","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4313,"kind":2048,"name":"heading6","url":"classes/_file_paragraph_image_.image.html#heading6","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4314,"kind":2048,"name":"title","url":"classes/_file_paragraph_image_.image.html#title","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4315,"kind":2048,"name":"center","url":"classes/_file_paragraph_image_.image.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4316,"kind":2048,"name":"left","url":"classes/_file_paragraph_image_.image.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4317,"kind":2048,"name":"right","url":"classes/_file_paragraph_image_.image.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4318,"kind":2048,"name":"start","url":"classes/_file_paragraph_image_.image.html#start","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4319,"kind":2048,"name":"end","url":"classes/_file_paragraph_image_.image.html#end","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4320,"kind":2048,"name":"distribute","url":"classes/_file_paragraph_image_.image.html#distribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4321,"kind":2048,"name":"justified","url":"classes/_file_paragraph_image_.image.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4322,"kind":2048,"name":"thematicBreak","url":"classes/_file_paragraph_image_.image.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4323,"kind":2048,"name":"pageBreak","url":"classes/_file_paragraph_image_.image.html#pagebreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4324,"kind":2048,"name":"pageBreakBefore","url":"classes/_file_paragraph_image_.image.html#pagebreakbefore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4325,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_paragraph_image_.image.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4326,"kind":2048,"name":"leftTabStop","url":"classes/_file_paragraph_image_.image.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4327,"kind":2048,"name":"rightTabStop","url":"classes/_file_paragraph_image_.image.html#righttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4328,"kind":2048,"name":"centerTabStop","url":"classes/_file_paragraph_image_.image.html#centertabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4329,"kind":2048,"name":"bullet","url":"classes/_file_paragraph_image_.image.html#bullet","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4330,"kind":2048,"name":"setNumbering","url":"classes/_file_paragraph_image_.image.html#setnumbering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4331,"kind":2048,"name":"setCustomNumbering","url":"classes/_file_paragraph_image_.image.html#setcustomnumbering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4332,"kind":2048,"name":"style","url":"classes/_file_paragraph_image_.image.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4333,"kind":2048,"name":"indent","url":"classes/_file_paragraph_image_.image.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4334,"kind":2048,"name":"spacing","url":"classes/_file_paragraph_image_.image.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4335,"kind":2048,"name":"keepNext","url":"classes/_file_paragraph_image_.image.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4336,"kind":2048,"name":"keepLines","url":"classes/_file_paragraph_image_.image.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4337,"kind":2048,"name":"referenceFootnote","url":"classes/_file_paragraph_image_.image.html#referencefootnote","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4338,"kind":2048,"name":"addRunToFront","url":"classes/_file_paragraph_image_.image.html#addruntofront","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4339,"kind":2048,"name":"bidi","url":"classes/_file_paragraph_image_.image.html#bidi","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4340,"kind":1024,"name":"root","url":"classes/_file_paragraph_image_.image.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/image\".Image"},{"id":4341,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_image_.image.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4342,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_image_.image.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4343,"kind":2048,"name":"delete","url":"classes/_file_paragraph_image_.image.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4344,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_image_.image.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/image\".Image"},{"id":4345,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_image_.image.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/image\".Image"},{"id":4346,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_image_.image.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4347,"kind":1,"name":"\"file/paragraph/index\"","url":"modules/_file_paragraph_index_.html","classes":"tsd-kind-external-module"},{"id":4348,"kind":1,"name":"\"file/index\"","url":"modules/_file_index_.html","classes":"tsd-kind-external-module"},{"id":4349,"kind":1,"name":"\"tests/utility\"","url":"modules/_tests_utility_.html","classes":"tsd-kind-external-module"},{"id":4350,"kind":128,"name":"Utility","url":"classes/_tests_utility_.utility.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"tests/utility\""},{"id":4351,"kind":2048,"name":"jsonify","url":"classes/_tests_utility_.utility.html#jsonify","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"tests/utility\".Utility"},{"id":4352,"kind":1,"name":"\"export/packer/compiler\"","url":"modules/_export_packer_compiler_.html","classes":"tsd-kind-external-module"},{"id":4353,"kind":128,"name":"Compiler","url":"classes/_export_packer_compiler_.compiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/compiler\""},{"id":4354,"kind":1024,"name":"archive","url":"classes/_export_packer_compiler_.compiler.html#archive","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"export/packer/compiler\".Compiler"},{"id":4355,"kind":512,"name":"constructor","url":"classes/_export_packer_compiler_.compiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/compiler\".Compiler"},{"id":4356,"kind":2048,"name":"compile","url":"classes/_export_packer_compiler_.compiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/compiler\".Compiler"},{"id":4357,"kind":1,"name":"\"export/packer/packer\"","url":"modules/_export_packer_packer_.html","classes":"tsd-kind-external-module"},{"id":4358,"kind":256,"name":"IPacker","url":"interfaces/_export_packer_packer_.ipacker.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"export/packer/packer\""},{"id":4359,"kind":2048,"name":"pack","url":"interfaces/_export_packer_packer_.ipacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"export/packer/packer\".IPacker"},{"id":4360,"kind":32,"name":"WORKAROUND","url":"modules/_export_packer_packer_.html#workaround","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"export/packer/packer\""},{"id":4361,"kind":1,"name":"\"export/packer/pdf-convert-wrapper\"","url":"modules/_export_packer_pdf_convert_wrapper_.html","classes":"tsd-kind-external-module"},{"id":4362,"kind":256,"name":"IConvertOutput","url":"interfaces/_export_packer_pdf_convert_wrapper_.iconvertoutput.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"export/packer/pdf-convert-wrapper\""},{"id":4363,"kind":1024,"name":"data","url":"interfaces/_export_packer_pdf_convert_wrapper_.iconvertoutput.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"export/packer/pdf-convert-wrapper\".IConvertOutput"},{"id":4364,"kind":128,"name":"PdfConvertWrapper","url":"classes/_export_packer_pdf_convert_wrapper_.pdfconvertwrapper.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/pdf-convert-wrapper\""},{"id":4365,"kind":2048,"name":"convert","url":"classes/_export_packer_pdf_convert_wrapper_.pdfconvertwrapper.html#convert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/pdf-convert-wrapper\".PdfConvertWrapper"},{"id":4366,"kind":1,"name":"\"export/packer/local\"","url":"modules/_export_packer_local_.html","classes":"tsd-kind-external-module"},{"id":4367,"kind":128,"name":"LocalPacker","url":"classes/_export_packer_local_.localpacker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/local\""},{"id":4368,"kind":512,"name":"constructor","url":"classes/_export_packer_local_.localpacker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/local\".LocalPacker"},{"id":4369,"kind":2048,"name":"pack","url":"classes/_export_packer_local_.localpacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/local\".LocalPacker"},{"id":4370,"kind":2048,"name":"packPdf","url":"classes/_export_packer_local_.localpacker.html#packpdf","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/local\".LocalPacker"},{"id":4371,"kind":1,"name":"\"export/packer/express\"","url":"modules/_export_packer_express_.html","classes":"tsd-kind-external-module"},{"id":4372,"kind":128,"name":"ExpressPacker","url":"classes/_export_packer_express_.expresspacker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/express\""},{"id":4373,"kind":512,"name":"constructor","url":"classes/_export_packer_express_.expresspacker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/express\".ExpressPacker"},{"id":4374,"kind":2048,"name":"pack","url":"classes/_export_packer_express_.expresspacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/express\".ExpressPacker"},{"id":4375,"kind":1,"name":"\"export/packer/stream\"","url":"modules/_export_packer_stream_.html","classes":"tsd-kind-external-module"},{"id":4376,"kind":128,"name":"Pipe","url":"classes/_export_packer_stream_.pipe.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"export/packer/stream\""},{"id":4377,"kind":2048,"name":"_transform","url":"classes/_export_packer_stream_.pipe.html#_transform","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4378,"kind":512,"name":"constructor","url":"classes/_export_packer_stream_.pipe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4379,"kind":2048,"name":"destroy","url":"classes/_export_packer_stream_.pipe.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4380,"kind":1024,"name":"writable","url":"classes/_export_packer_stream_.pipe.html#writable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4381,"kind":1024,"name":"writableHighWaterMark","url":"classes/_export_packer_stream_.pipe.html#writablehighwatermark","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4382,"kind":1024,"name":"writableLength","url":"classes/_export_packer_stream_.pipe.html#writablelength","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4383,"kind":2048,"name":"_write","url":"classes/_export_packer_stream_.pipe.html#_write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4384,"kind":2048,"name":"_writev","url":"classes/_export_packer_stream_.pipe.html#_writev","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4385,"kind":2048,"name":"_destroy","url":"classes/_export_packer_stream_.pipe.html#_destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4386,"kind":2048,"name":"_final","url":"classes/_export_packer_stream_.pipe.html#_final","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4387,"kind":2048,"name":"write","url":"classes/_export_packer_stream_.pipe.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4388,"kind":2048,"name":"setDefaultEncoding","url":"classes/_export_packer_stream_.pipe.html#setdefaultencoding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4389,"kind":2048,"name":"end","url":"classes/_export_packer_stream_.pipe.html#end","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4390,"kind":2048,"name":"cork","url":"classes/_export_packer_stream_.pipe.html#cork","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4391,"kind":2048,"name":"uncork","url":"classes/_export_packer_stream_.pipe.html#uncork","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4392,"kind":1024,"name":"readable","url":"classes/_export_packer_stream_.pipe.html#readable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4393,"kind":1024,"name":"readableHighWaterMark","url":"classes/_export_packer_stream_.pipe.html#readablehighwatermark","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4394,"kind":1024,"name":"readableLength","url":"classes/_export_packer_stream_.pipe.html#readablelength","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4395,"kind":2048,"name":"_read","url":"classes/_export_packer_stream_.pipe.html#_read","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4396,"kind":2048,"name":"read","url":"classes/_export_packer_stream_.pipe.html#read","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4397,"kind":2048,"name":"setEncoding","url":"classes/_export_packer_stream_.pipe.html#setencoding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4398,"kind":2048,"name":"pause","url":"classes/_export_packer_stream_.pipe.html#pause","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4399,"kind":2048,"name":"resume","url":"classes/_export_packer_stream_.pipe.html#resume","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4400,"kind":2048,"name":"isPaused","url":"classes/_export_packer_stream_.pipe.html#ispaused","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4401,"kind":2048,"name":"unpipe","url":"classes/_export_packer_stream_.pipe.html#unpipe","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4402,"kind":2048,"name":"unshift","url":"classes/_export_packer_stream_.pipe.html#unshift","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4403,"kind":2048,"name":"wrap","url":"classes/_export_packer_stream_.pipe.html#wrap","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4404,"kind":2048,"name":"push","url":"classes/_export_packer_stream_.pipe.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4405,"kind":2048,"name":"addListener","url":"classes/_export_packer_stream_.pipe.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4406,"kind":2048,"name":"emit","url":"classes/_export_packer_stream_.pipe.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4407,"kind":2048,"name":"on","url":"classes/_export_packer_stream_.pipe.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4408,"kind":2048,"name":"once","url":"classes/_export_packer_stream_.pipe.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4409,"kind":2048,"name":"prependListener","url":"classes/_export_packer_stream_.pipe.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4410,"kind":2048,"name":"prependOnceListener","url":"classes/_export_packer_stream_.pipe.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4411,"kind":2048,"name":"removeListener","url":"classes/_export_packer_stream_.pipe.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4412,"kind":2048,"name":"__@asyncIterator","url":"classes/_export_packer_stream_.pipe.html#___asynciterator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4413,"kind":2048,"name":"pipe","url":"classes/_export_packer_stream_.pipe.html#pipe","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4414,"kind":2048,"name":"listenerCount","url":"classes/_export_packer_stream_.pipe.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4415,"kind":1024,"name":"defaultMaxListeners","url":"classes/_export_packer_stream_.pipe.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4416,"kind":2048,"name":"off","url":"classes/_export_packer_stream_.pipe.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4417,"kind":2048,"name":"removeAllListeners","url":"classes/_export_packer_stream_.pipe.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4418,"kind":2048,"name":"setMaxListeners","url":"classes/_export_packer_stream_.pipe.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4419,"kind":2048,"name":"getMaxListeners","url":"classes/_export_packer_stream_.pipe.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4420,"kind":2048,"name":"listeners","url":"classes/_export_packer_stream_.pipe.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4421,"kind":2048,"name":"rawListeners","url":"classes/_export_packer_stream_.pipe.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4422,"kind":2048,"name":"eventNames","url":"classes/_export_packer_stream_.pipe.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4423,"kind":2048,"name":"listenerCount","url":"classes/_export_packer_stream_.pipe.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4424,"kind":128,"name":"StreamPacker","url":"classes/_export_packer_stream_.streampacker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/stream\""},{"id":4425,"kind":512,"name":"constructor","url":"classes/_export_packer_stream_.streampacker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/stream\".StreamPacker"},{"id":4426,"kind":2048,"name":"pack","url":"classes/_export_packer_stream_.streampacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/stream\".StreamPacker"},{"id":4427,"kind":1,"name":"\"export/packer/buffer-stream\"","url":"modules/_export_packer_buffer_stream_.html","classes":"tsd-kind-external-module"},{"id":4428,"kind":128,"name":"BufferStream","url":"classes/_export_packer_buffer_stream_.bufferstream.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/buffer-stream\""},{"id":4429,"kind":512,"name":"constructor","url":"classes/_export_packer_buffer_stream_.bufferstream.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4430,"kind":2048,"name":"_write","url":"classes/_export_packer_buffer_stream_.bufferstream.html#_write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4431,"kind":2048,"name":"end","url":"classes/_export_packer_buffer_stream_.bufferstream.html#end","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4432,"kind":262144,"name":"Buffer","url":"classes/_export_packer_buffer_stream_.bufferstream.html#buffer","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4433,"kind":1024,"name":"writable","url":"classes/_export_packer_buffer_stream_.bufferstream.html#writable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4434,"kind":1024,"name":"writableHighWaterMark","url":"classes/_export_packer_buffer_stream_.bufferstream.html#writablehighwatermark","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4435,"kind":1024,"name":"writableLength","url":"classes/_export_packer_buffer_stream_.bufferstream.html#writablelength","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4436,"kind":2048,"name":"_writev","url":"classes/_export_packer_buffer_stream_.bufferstream.html#_writev","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4437,"kind":2048,"name":"_destroy","url":"classes/_export_packer_buffer_stream_.bufferstream.html#_destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4438,"kind":2048,"name":"_final","url":"classes/_export_packer_buffer_stream_.bufferstream.html#_final","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4439,"kind":2048,"name":"write","url":"classes/_export_packer_buffer_stream_.bufferstream.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4440,"kind":2048,"name":"setDefaultEncoding","url":"classes/_export_packer_buffer_stream_.bufferstream.html#setdefaultencoding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4441,"kind":2048,"name":"cork","url":"classes/_export_packer_buffer_stream_.bufferstream.html#cork","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4442,"kind":2048,"name":"uncork","url":"classes/_export_packer_buffer_stream_.bufferstream.html#uncork","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4443,"kind":2048,"name":"destroy","url":"classes/_export_packer_buffer_stream_.bufferstream.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4444,"kind":2048,"name":"addListener","url":"classes/_export_packer_buffer_stream_.bufferstream.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4445,"kind":2048,"name":"emit","url":"classes/_export_packer_buffer_stream_.bufferstream.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4446,"kind":2048,"name":"on","url":"classes/_export_packer_buffer_stream_.bufferstream.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4447,"kind":2048,"name":"once","url":"classes/_export_packer_buffer_stream_.bufferstream.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4448,"kind":2048,"name":"prependListener","url":"classes/_export_packer_buffer_stream_.bufferstream.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4449,"kind":2048,"name":"prependOnceListener","url":"classes/_export_packer_buffer_stream_.bufferstream.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4450,"kind":2048,"name":"removeListener","url":"classes/_export_packer_buffer_stream_.bufferstream.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4451,"kind":2048,"name":"pipe","url":"classes/_export_packer_buffer_stream_.bufferstream.html#pipe","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4452,"kind":2048,"name":"listenerCount","url":"classes/_export_packer_buffer_stream_.bufferstream.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4453,"kind":1024,"name":"defaultMaxListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4454,"kind":2048,"name":"off","url":"classes/_export_packer_buffer_stream_.bufferstream.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4455,"kind":2048,"name":"removeAllListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4456,"kind":2048,"name":"setMaxListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4457,"kind":2048,"name":"getMaxListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4458,"kind":2048,"name":"listeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4459,"kind":2048,"name":"rawListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4460,"kind":2048,"name":"eventNames","url":"classes/_export_packer_buffer_stream_.bufferstream.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4461,"kind":2048,"name":"listenerCount","url":"classes/_export_packer_buffer_stream_.bufferstream.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4462,"kind":1,"name":"\"export/packer/buffer\"","url":"modules/_export_packer_buffer_.html","classes":"tsd-kind-external-module"},{"id":4463,"kind":128,"name":"BufferPacker","url":"classes/_export_packer_buffer_.bufferpacker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/buffer\""},{"id":4464,"kind":512,"name":"constructor","url":"classes/_export_packer_buffer_.bufferpacker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/buffer\".BufferPacker"},{"id":4465,"kind":2048,"name":"pack","url":"classes/_export_packer_buffer_.bufferpacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/buffer\".BufferPacker"},{"id":4466,"kind":1,"name":"\"export/index\"","url":"modules/_export_index_.html","classes":"tsd-kind-external-module"},{"id":4467,"kind":1,"name":"\"file/document/body/section-properties/title-page/title-page-attributes\"","url":"modules/_file_document_body_section_properties_title_page_title_page_attributes_.html","classes":"tsd-kind-external-module"},{"id":4468,"kind":256,"name":"IHeaderReferenceAttributes","url":"interfaces/_file_document_body_section_properties_title_page_title_page_attributes_.iheaderreferenceattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\""},{"id":4469,"kind":1024,"name":"value","url":"interfaces/_file_document_body_section_properties_title_page_title_page_attributes_.iheaderreferenceattributes.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".IHeaderReferenceAttributes"},{"id":4470,"kind":128,"name":"TitlePageAttributes","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\""},{"id":4471,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4472,"kind":32,"name":"value","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#xmlkeys.value","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes.xmlKeys"},{"id":4473,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4474,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4475,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4476,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4477,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4478,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4479,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4480,"kind":1,"name":"\"file/document/body/section-properties/title-page/title-page\"","url":"modules/_file_document_body_section_properties_title_page_title_page_.html","classes":"tsd-kind-external-module"},{"id":4481,"kind":128,"name":"TitlePage","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/title-page/title-page\""},{"id":4482,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4483,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4484,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4485,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4486,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4487,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4488,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4489,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4490,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.html","classes":"tsd-kind-external-module"},{"id":4491,"kind":128,"name":"NoFill","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\""},{"id":4492,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4493,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4494,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4495,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4496,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4497,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4498,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4499,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4500,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.html","classes":"tsd-kind-external-module"},{"id":4501,"kind":128,"name":"NoFill","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\""},{"id":4502,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4503,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4504,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4505,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4506,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4507,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4508,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4509,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4510,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.html","classes":"tsd-kind-external-module"},{"id":4511,"kind":128,"name":"Outline","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\""},{"id":4512,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4513,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4514,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4515,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4516,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4517,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4518,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4519,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4520,"kind":1,"name":"\"file/footer/index\"","url":"modules/_file_footer_index_.html","classes":"tsd-kind-external-module"},{"id":4521,"kind":1,"name":"\"file/header/index\"","url":"modules/_file_header_index_.html","classes":"tsd-kind-external-module"},{"id":4522,"kind":1,"name":"\"file/styles/latent-styles/exceptions\"","url":"modules/_file_styles_latent_styles_exceptions_.html","classes":"tsd-kind-external-module"},{"id":4523,"kind":256,"name":"ILatentStyleExceptionAttributesProperties","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/styles/latent-styles/exceptions\""},{"id":4524,"kind":1024,"name":"name","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4525,"kind":1024,"name":"uiPriority","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#uipriority","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4526,"kind":1024,"name":"qFormat","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#qformat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4527,"kind":1024,"name":"semiHidden","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4528,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#unhidewhenused","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4529,"kind":128,"name":"LatentStyleExceptionAttributes","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/latent-styles/exceptions\""},{"id":4530,"kind":2097152,"name":"xmlKeys","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4531,"kind":32,"name":"name","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.name","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4532,"kind":32,"name":"uiPriority","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.uipriority","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4533,"kind":32,"name":"qFormat","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.qformat","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4534,"kind":32,"name":"semiHidden","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.semihidden","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4535,"kind":32,"name":"unhideWhenUsed","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.unhidewhenused","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4536,"kind":1024,"name":"root","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4537,"kind":512,"name":"constructor","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4538,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4539,"kind":2048,"name":"set","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4540,"kind":1024,"name":"rootKey","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4541,"kind":1024,"name":"deleted","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4542,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4543,"kind":128,"name":"LatentStyleException","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/latent-styles/exceptions\""},{"id":4544,"kind":512,"name":"constructor","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4545,"kind":1024,"name":"root","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4546,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4547,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4548,"kind":2048,"name":"delete","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4549,"kind":1024,"name":"rootKey","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4550,"kind":1024,"name":"deleted","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4551,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4552,"kind":1,"name":"\"file/styles/latent-styles/index\"","url":"modules/_file_styles_latent_styles_index_.html","classes":"tsd-kind-external-module"},{"id":4553,"kind":128,"name":"LatentStyles","url":"classes/_file_styles_latent_styles_index_.latentstyles.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/latent-styles/index\""},{"id":4554,"kind":512,"name":"constructor","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4555,"kind":2048,"name":"push","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4556,"kind":1024,"name":"root","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4557,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4558,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4559,"kind":2048,"name":"delete","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4560,"kind":1024,"name":"rootKey","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4561,"kind":1024,"name":"deleted","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4562,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4563,"kind":1,"name":"\"file/styles/sample/index\"","url":"modules/_file_styles_sample_index_.html","classes":"tsd-kind-external-module"},{"id":4564,"kind":64,"name":"createLsdException","url":"modules/_file_styles_sample_index_.html#createlsdexception","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/styles/sample/index\""},{"id":4565,"kind":64,"name":"DefaultStyle","url":"modules/_file_styles_sample_index_.html#defaultstyle","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"file/styles/sample/index\""},{"id":4566,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"1":"External module","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","2097152":"Object literal","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"\"file/xml-components/xmlable-object\"","url":"modules/_file_xml_components_xmlable_object_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":256,"name":"IXmlableObject","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/xml-components/xmlable-object\""},{"id":2,"kind":1024,"name":"_attr","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#_attr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":3,"kind":1024,"name":"constructor","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#constructor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":4,"kind":2048,"name":"toString","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":5,"kind":2048,"name":"toLocaleString","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":6,"kind":2048,"name":"valueOf","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#valueof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":7,"kind":2048,"name":"hasOwnProperty","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#hasownproperty","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":8,"kind":2048,"name":"isPrototypeOf","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#isprototypeof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":9,"kind":2048,"name":"propertyIsEnumerable","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#propertyisenumerable","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":10,"kind":1024,"name":"Object","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#object","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":11,"kind":1024,"name":"should","url":"interfaces/_file_xml_components_xmlable_object_.ixmlableobject.html#should","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/xml-components/xmlable-object\".IXmlableObject"},{"id":12,"kind":32,"name":"WORKAROUND3","url":"modules/_file_xml_components_xmlable_object_.html#workaround3","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"file/xml-components/xmlable-object\""},{"id":13,"kind":1,"name":"\"file/xml-components/base\"","url":"modules/_file_xml_components_base_.html","classes":"tsd-kind-external-module"},{"id":14,"kind":128,"name":"BaseXmlComponent","url":"classes/_file_xml_components_base_.basexmlcomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/base\""},{"id":15,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_base_.basexmlcomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":16,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_base_.basexmlcomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":17,"kind":512,"name":"constructor","url":"classes/_file_xml_components_base_.basexmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":18,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_base_.basexmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":19,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_base_.basexmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/xml-components/base\".BaseXmlComponent"},{"id":20,"kind":1,"name":"\"file/xml-components/xml-component\"","url":"modules/_file_xml_components_xml_component_.html","classes":"tsd-kind-external-module"},{"id":21,"kind":128,"name":"XmlComponent","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/xml-component\""},{"id":22,"kind":1024,"name":"root","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":23,"kind":512,"name":"constructor","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":24,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":25,"kind":2048,"name":"addChildElement","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":26,"kind":2048,"name":"delete","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":27,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":28,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":29,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_xml_component_.xmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/xml-component\".XmlComponent"},{"id":30,"kind":1,"name":"\"file/xml-components/default-attributes\"","url":"modules/_file_xml_components_default_attributes_.html","classes":"tsd-kind-external-module"},{"id":31,"kind":128,"name":"XmlAttributeComponent","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"file/xml-components/default-attributes\""},{"id":32,"kind":1024,"name":"root","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":33,"kind":1024,"name":"xmlKeys","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#xmlkeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":34,"kind":512,"name":"constructor","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":35,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":36,"kind":2048,"name":"set","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":37,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":38,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":39,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_default_attributes_.xmlattributecomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/default-attributes\".XmlAttributeComponent"},{"id":40,"kind":4194304,"name":"AttributeMap","url":"modules/_file_xml_components_default_attributes_.html#attributemap","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"file/xml-components/default-attributes\""},{"id":41,"kind":65536,"name":"__type","url":"modules/_file_xml_components_default_attributes_.html#attributemap.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"file/xml-components/default-attributes\".AttributeMap"},{"id":42,"kind":1,"name":"\"file/xml-components/attributes\"","url":"modules/_file_xml_components_attributes_.html","classes":"tsd-kind-external-module"},{"id":43,"kind":256,"name":"IAttributesProperties","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/xml-components/attributes\""},{"id":44,"kind":1024,"name":"val","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#val","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":45,"kind":1024,"name":"color","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":46,"kind":1024,"name":"space","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":47,"kind":1024,"name":"sz","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#sz","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":48,"kind":1024,"name":"type","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":49,"kind":1024,"name":"rsidR","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#rsidr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":50,"kind":1024,"name":"rsidRPr","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#rsidrpr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":51,"kind":1024,"name":"rsidSect","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#rsidsect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":52,"kind":1024,"name":"w","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":53,"kind":1024,"name":"h","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#h","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":54,"kind":1024,"name":"top","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":55,"kind":1024,"name":"right","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":56,"kind":1024,"name":"bottom","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":57,"kind":1024,"name":"left","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":58,"kind":1024,"name":"header","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":59,"kind":1024,"name":"footer","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":60,"kind":1024,"name":"gutter","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#gutter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":61,"kind":1024,"name":"linePitch","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#linepitch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":62,"kind":1024,"name":"pos","url":"interfaces/_file_xml_components_attributes_.iattributesproperties.html#pos","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/xml-components/attributes\".IAttributesProperties"},{"id":63,"kind":128,"name":"Attributes","url":"classes/_file_xml_components_attributes_.attributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/attributes\""},{"id":64,"kind":2097152,"name":"xmlKeys","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/xml-components/attributes\".Attributes"},{"id":65,"kind":32,"name":"val","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.val","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":66,"kind":32,"name":"color","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.color","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":67,"kind":32,"name":"space","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.space","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":68,"kind":32,"name":"sz","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.sz","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":69,"kind":32,"name":"type","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":70,"kind":32,"name":"rsidR","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.rsidr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":71,"kind":32,"name":"rsidRPr","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.rsidrpr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":72,"kind":32,"name":"rsidSect","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.rsidsect","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":73,"kind":32,"name":"w","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":74,"kind":32,"name":"h","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.h","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":75,"kind":32,"name":"top","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.top","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":76,"kind":32,"name":"right","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.right","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":77,"kind":32,"name":"bottom","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.bottom","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":78,"kind":32,"name":"left","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.left","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":79,"kind":32,"name":"header","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.header","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":80,"kind":32,"name":"footer","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.footer","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":81,"kind":32,"name":"gutter","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.gutter","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":82,"kind":32,"name":"linePitch","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.linepitch","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":83,"kind":32,"name":"pos","url":"classes/_file_xml_components_attributes_.attributes.html#xmlkeys.pos","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/attributes\".Attributes.xmlKeys"},{"id":84,"kind":1024,"name":"root","url":"classes/_file_xml_components_attributes_.attributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/attributes\".Attributes"},{"id":85,"kind":512,"name":"constructor","url":"classes/_file_xml_components_attributes_.attributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/xml-components/attributes\".Attributes"},{"id":86,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_attributes_.attributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/xml-components/attributes\".Attributes"},{"id":87,"kind":2048,"name":"set","url":"classes/_file_xml_components_attributes_.attributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/attributes\".Attributes"},{"id":88,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_attributes_.attributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/attributes\".Attributes"},{"id":89,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_attributes_.attributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/attributes\".Attributes"},{"id":90,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_attributes_.attributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/attributes\".Attributes"},{"id":91,"kind":1,"name":"\"file/xml-components/imported-xml-component\"","url":"modules/_file_xml_components_imported_xml_component_.html","classes":"tsd-kind-external-module"},{"id":92,"kind":128,"name":"ImportedXmlComponent","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/imported-xml-component\""},{"id":93,"kind":512,"name":"constructor","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":94,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":95,"kind":2048,"name":"push","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":96,"kind":2048,"name":"fromXmlString","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#fromxmlstring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":97,"kind":1024,"name":"root","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":98,"kind":2048,"name":"addChildElement","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":99,"kind":2048,"name":"delete","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":100,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":101,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":102,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_imported_xml_component_.importedxmlcomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedXmlComponent"},{"id":103,"kind":128,"name":"ImportedRootElementAttributes","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/xml-components/imported-xml-component\""},{"id":104,"kind":512,"name":"constructor","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":105,"kind":2048,"name":"prepForXml","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":106,"kind":1024,"name":"root","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":107,"kind":2048,"name":"addChildElement","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":108,"kind":2048,"name":"delete","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":109,"kind":1024,"name":"rootKey","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":110,"kind":1024,"name":"deleted","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":111,"kind":262144,"name":"isDeleted","url":"classes/_file_xml_components_imported_xml_component_.importedrootelementattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/xml-components/imported-xml-component\".ImportedRootElementAttributes"},{"id":112,"kind":2097152,"name":"parseOptions","url":"modules/_file_xml_components_imported_xml_component_.html#parseoptions","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"file/xml-components/imported-xml-component\""},{"id":113,"kind":32,"name":"ignoreAttributes","url":"modules/_file_xml_components_imported_xml_component_.html#parseoptions.ignoreattributes","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/imported-xml-component\".parseOptions"},{"id":114,"kind":32,"name":"attributeNamePrefix","url":"modules/_file_xml_components_imported_xml_component_.html#parseoptions.attributenameprefix","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/imported-xml-component\".parseOptions"},{"id":115,"kind":32,"name":"attrNodeName","url":"modules/_file_xml_components_imported_xml_component_.html#parseoptions.attrnodename","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/xml-components/imported-xml-component\".parseOptions"},{"id":116,"kind":64,"name":"convertToXmlComponent","url":"modules/_file_xml_components_imported_xml_component_.html#converttoxmlcomponent","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"file/xml-components/imported-xml-component\""},{"id":117,"kind":1,"name":"\"file/xml-components/index\"","url":"modules/_file_xml_components_index_.html","classes":"tsd-kind-external-module"},{"id":118,"kind":1,"name":"\"export/formatter\"","url":"modules/_export_formatter_.html","classes":"tsd-kind-external-module"},{"id":119,"kind":128,"name":"Formatter","url":"classes/_export_formatter_.formatter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/formatter\""},{"id":120,"kind":2048,"name":"format","url":"classes/_export_formatter_.formatter.html#format","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/formatter\".Formatter"},{"id":121,"kind":1,"name":"\"file/paragraph/formatting/alignment\"","url":"modules/_file_paragraph_formatting_alignment_.html","classes":"tsd-kind-external-module"},{"id":122,"kind":128,"name":"AlignmentAttributes","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/alignment\""},{"id":123,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":124,"kind":32,"name":"val","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes.xmlKeys"},{"id":125,"kind":65536,"name":"__type","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":126,"kind":32,"name":"val","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes.__type"},{"id":127,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":128,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":129,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":130,"kind":2048,"name":"set","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":131,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":132,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":133,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_alignment_.alignmentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".AlignmentAttributes"},{"id":134,"kind":128,"name":"Alignment","url":"classes/_file_paragraph_formatting_alignment_.alignment.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/alignment\""},{"id":135,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":136,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":137,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":138,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":139,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":140,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":141,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":142,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_alignment_.alignment.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/alignment\".Alignment"},{"id":143,"kind":4194304,"name":"AlignmentOptions","url":"modules/_file_paragraph_formatting_alignment_.html#alignmentoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/alignment\""},{"id":144,"kind":1,"name":"\"file/paragraph/formatting/border\"","url":"modules/_file_paragraph_formatting_border_.html","classes":"tsd-kind-external-module"},{"id":145,"kind":128,"name":"Border","url":"classes/_file_paragraph_formatting_border_.border.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\""},{"id":146,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_border_.border.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":147,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_border_.border.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":148,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_border_.border.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":149,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_border_.border.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":150,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_border_.border.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":151,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_border_.border.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":152,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_border_.border.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":153,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_border_.border.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/border\".Border"},{"id":154,"kind":128,"name":"ThematicBreak","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/border\""},{"id":155,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":156,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":157,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":158,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":159,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":160,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":161,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":162,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_border_.thematicbreak.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/border\".ThematicBreak"},{"id":163,"kind":1,"name":"\"file/paragraph/formatting/indent\"","url":"modules/_file_paragraph_formatting_indent_.html","classes":"tsd-kind-external-module"},{"id":164,"kind":256,"name":"IIndentAttributesProperties","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\""},{"id":165,"kind":1024,"name":"left","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#left","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":166,"kind":1024,"name":"hanging","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#hanging","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":167,"kind":1024,"name":"firstLine","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#firstline","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":168,"kind":1024,"name":"start","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#start","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":169,"kind":1024,"name":"end","url":"interfaces/_file_paragraph_formatting_indent_.iindentattributesproperties.html#end","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IIndentAttributesProperties"},{"id":170,"kind":128,"name":"IndentAttributes","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\""},{"id":171,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":172,"kind":32,"name":"left","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.left","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":173,"kind":32,"name":"hanging","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.hanging","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":174,"kind":32,"name":"firstLine","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.firstline","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":175,"kind":32,"name":"start","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.start","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":176,"kind":32,"name":"end","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#xmlkeys.end","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes.xmlKeys"},{"id":177,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":178,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":179,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":180,"kind":2048,"name":"set","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":181,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":182,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":183,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_indent_.indentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/indent\".IndentAttributes"},{"id":184,"kind":128,"name":"Indent","url":"classes/_file_paragraph_formatting_indent_.indent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/indent\""},{"id":185,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_indent_.indent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":186,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_indent_.indent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":187,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_indent_.indent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":188,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_indent_.indent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":189,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_indent_.indent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":190,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_indent_.indent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":191,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_indent_.indent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":192,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_indent_.indent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/indent\".Indent"},{"id":193,"kind":1,"name":"\"file/paragraph/formatting/keep\"","url":"modules/_file_paragraph_formatting_keep_.html","classes":"tsd-kind-external-module"},{"id":194,"kind":128,"name":"KeepLines","url":"classes/_file_paragraph_formatting_keep_.keeplines.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/keep\""},{"id":195,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":196,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":197,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":198,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":199,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":200,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":201,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":202,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_keep_.keeplines.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepLines"},{"id":203,"kind":128,"name":"KeepNext","url":"classes/_file_paragraph_formatting_keep_.keepnext.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/keep\""},{"id":204,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":205,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":206,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":207,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":208,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":209,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":210,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":211,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_keep_.keepnext.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/keep\".KeepNext"},{"id":212,"kind":1,"name":"\"file/paragraph/run/break\"","url":"modules/_file_paragraph_run_break_.html","classes":"tsd-kind-external-module"},{"id":213,"kind":128,"name":"Break","url":"classes/_file_paragraph_run_break_.break.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/break\""},{"id":214,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_break_.break.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/break\".Break"},{"id":215,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_break_.break.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/break\".Break"},{"id":216,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_break_.break.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/break\".Break"},{"id":217,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_break_.break.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/break\".Break"},{"id":218,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_break_.break.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/break\".Break"},{"id":219,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_break_.break.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/break\".Break"},{"id":220,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_break_.break.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/break\".Break"},{"id":221,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_break_.break.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/break\".Break"},{"id":222,"kind":1,"name":"\"file/paragraph/run/caps\"","url":"modules/_file_paragraph_run_caps_.html","classes":"tsd-kind-external-module"},{"id":223,"kind":128,"name":"SmallCaps","url":"classes/_file_paragraph_run_caps_.smallcaps.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/caps\""},{"id":224,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_caps_.smallcaps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":225,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_caps_.smallcaps.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":226,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_caps_.smallcaps.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":227,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_caps_.smallcaps.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":228,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_caps_.smallcaps.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":229,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_caps_.smallcaps.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":230,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_caps_.smallcaps.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":231,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_caps_.smallcaps.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".SmallCaps"},{"id":232,"kind":128,"name":"Caps","url":"classes/_file_paragraph_run_caps_.caps.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/caps\""},{"id":233,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_caps_.caps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/caps\".Caps"},{"id":234,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_caps_.caps.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".Caps"},{"id":235,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_caps_.caps.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/caps\".Caps"},{"id":236,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_caps_.caps.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".Caps"},{"id":237,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_caps_.caps.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".Caps"},{"id":238,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_caps_.caps.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".Caps"},{"id":239,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_caps_.caps.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/caps\".Caps"},{"id":240,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_caps_.caps.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/caps\".Caps"},{"id":241,"kind":1,"name":"\"file/paragraph/run/underline\"","url":"modules/_file_paragraph_run_underline_.html","classes":"tsd-kind-external-module"},{"id":242,"kind":128,"name":"BaseUnderline","url":"classes/_file_paragraph_run_underline_.baseunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":243,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.baseunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":244,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.baseunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":245,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.baseunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":246,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.baseunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":247,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.baseunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":248,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.baseunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":249,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.baseunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":250,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.baseunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".BaseUnderline"},{"id":251,"kind":128,"name":"Underline","url":"classes/_file_paragraph_run_underline_.underline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":252,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.underline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".Underline"},{"id":253,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.underline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".Underline"},{"id":254,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.underline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".Underline"},{"id":255,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.underline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".Underline"},{"id":256,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.underline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".Underline"},{"id":257,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.underline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".Underline"},{"id":258,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.underline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".Underline"},{"id":259,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.underline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".Underline"},{"id":260,"kind":128,"name":"DashUnderline","url":"classes/_file_paragraph_run_underline_.dashunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":261,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":262,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":263,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":264,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":265,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":266,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":267,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":268,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashUnderline"},{"id":269,"kind":128,"name":"DashDotDotHeavyUnderline","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":270,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":271,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":272,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":273,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":274,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":275,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":276,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":277,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashdotdotheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotDotHeavyUnderline"},{"id":278,"kind":128,"name":"DashDotHeavyUnderline","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":279,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":280,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":281,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":282,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":283,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":284,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":285,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":286,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashdotheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashDotHeavyUnderline"},{"id":287,"kind":128,"name":"DashLongUnderline","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":288,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":289,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":290,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":291,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":292,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":293,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":294,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":295,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashlongunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongUnderline"},{"id":296,"kind":128,"name":"DashLongHeavyUnderline","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":297,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":298,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":299,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":300,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":301,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":302,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":303,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":304,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dashlongheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DashLongHeavyUnderline"},{"id":305,"kind":128,"name":"DotDashUnderline","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":306,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":307,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":308,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":309,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":310,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":311,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":312,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":313,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dotdashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDashUnderline"},{"id":314,"kind":128,"name":"DotDotDashUnderline","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":315,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":316,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":317,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":318,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":319,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":320,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":321,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":322,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dotdotdashunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DotDotDashUnderline"},{"id":323,"kind":128,"name":"DottedUnderline","url":"classes/_file_paragraph_run_underline_.dottedunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":324,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":325,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":326,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":327,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":328,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":329,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":330,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":331,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dottedunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedUnderline"},{"id":332,"kind":128,"name":"DottedHeavyUnderline","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":333,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":334,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":335,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":336,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":337,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":338,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":339,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":340,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.dottedheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DottedHeavyUnderline"},{"id":341,"kind":128,"name":"DoubleUnderline","url":"classes/_file_paragraph_run_underline_.doubleunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":342,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":343,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":344,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":345,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":346,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":347,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":348,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":349,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.doubleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".DoubleUnderline"},{"id":350,"kind":128,"name":"SingleUnderline","url":"classes/_file_paragraph_run_underline_.singleunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":351,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.singleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":352,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.singleunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":353,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.singleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":354,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.singleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":355,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.singleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":356,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.singleunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":357,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.singleunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":358,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.singleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".SingleUnderline"},{"id":359,"kind":128,"name":"ThickUnderline","url":"classes/_file_paragraph_run_underline_.thickunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":360,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.thickunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":361,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.thickunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":362,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.thickunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":363,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.thickunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":364,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.thickunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":365,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.thickunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":366,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.thickunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":367,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.thickunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".ThickUnderline"},{"id":368,"kind":128,"name":"WaveUnderline","url":"classes/_file_paragraph_run_underline_.waveunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":369,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.waveunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":370,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.waveunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":371,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.waveunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":372,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.waveunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":373,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.waveunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":374,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.waveunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":375,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.waveunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":376,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.waveunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WaveUnderline"},{"id":377,"kind":128,"name":"WavyDoubleUnderline","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":378,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":379,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":380,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":381,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":382,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":383,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":384,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":385,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.wavydoubleunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyDoubleUnderline"},{"id":386,"kind":128,"name":"WavyHeavyUnderline","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":387,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":388,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":389,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":390,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":391,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":392,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":393,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":394,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.wavyheavyunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WavyHeavyUnderline"},{"id":395,"kind":128,"name":"WordsUnderline","url":"classes/_file_paragraph_run_underline_.wordsunderline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/underline\""},{"id":396,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":397,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":398,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":399,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":400,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":401,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":402,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":403,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_underline_.wordsunderline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/underline\".WordsUnderline"},{"id":404,"kind":1,"name":"\"file/paragraph/run/script\"","url":"modules/_file_paragraph_run_script_.html","classes":"tsd-kind-external-module"},{"id":405,"kind":128,"name":"VerticalAlign","url":"classes/_file_paragraph_run_script_.verticalalign.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/script\""},{"id":406,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_script_.verticalalign.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":407,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_script_.verticalalign.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":408,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_script_.verticalalign.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":409,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_script_.verticalalign.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":410,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_script_.verticalalign.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":411,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_script_.verticalalign.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":412,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_script_.verticalalign.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":413,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_script_.verticalalign.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".VerticalAlign"},{"id":414,"kind":128,"name":"SuperScript","url":"classes/_file_paragraph_run_script_.superscript.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/script\""},{"id":415,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_script_.superscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":416,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_script_.superscript.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":417,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_script_.superscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":418,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_script_.superscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":419,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_script_.superscript.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":420,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_script_.superscript.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":421,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_script_.superscript.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":422,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_script_.superscript.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SuperScript"},{"id":423,"kind":128,"name":"SubScript","url":"classes/_file_paragraph_run_script_.subscript.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/script\""},{"id":424,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_script_.subscript.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/script\".SubScript"},{"id":425,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_script_.subscript.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SubScript"},{"id":426,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_script_.subscript.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/script\".SubScript"},{"id":427,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_script_.subscript.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SubScript"},{"id":428,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_script_.subscript.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SubScript"},{"id":429,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_script_.subscript.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SubScript"},{"id":430,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_script_.subscript.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/script\".SubScript"},{"id":431,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_script_.subscript.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/script\".SubScript"},{"id":432,"kind":1,"name":"\"file/paragraph/run/run-fonts\"","url":"modules/_file_paragraph_run_run_fonts_.html","classes":"tsd-kind-external-module"},{"id":433,"kind":256,"name":"IRunFontAttributesProperties","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\""},{"id":434,"kind":1024,"name":"ascii","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#ascii","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":435,"kind":1024,"name":"cs","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#cs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":436,"kind":1024,"name":"eastAsia","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#eastasia","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":437,"kind":1024,"name":"hAnsi","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#hansi","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":438,"kind":1024,"name":"hint","url":"interfaces/_file_paragraph_run_run_fonts_.irunfontattributesproperties.html#hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".IRunFontAttributesProperties"},{"id":439,"kind":128,"name":"RunFontAttributes","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\""},{"id":440,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":441,"kind":32,"name":"ascii","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.ascii","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":442,"kind":32,"name":"cs","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.cs","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":443,"kind":32,"name":"eastAsia","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.eastasia","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":444,"kind":32,"name":"hAnsi","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.hansi","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":445,"kind":32,"name":"hint","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#xmlkeys.hint","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes.xmlKeys"},{"id":446,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":447,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":448,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":449,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":450,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":451,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":452,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_fonts_.runfontattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-fonts\".RunFontAttributes"},{"id":453,"kind":128,"name":"RunFonts","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/run-fonts\""},{"id":454,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":455,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":456,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":457,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":458,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":459,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":460,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":461,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_fonts_.runfonts.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-fonts\".RunFonts"},{"id":462,"kind":1,"name":"\"file/paragraph/run/formatting\"","url":"modules/_file_paragraph_run_formatting_.html","classes":"tsd-kind-external-module"},{"id":463,"kind":128,"name":"Bold","url":"classes/_file_paragraph_run_formatting_.bold.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":464,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.bold.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":465,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.bold.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":466,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.bold.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":467,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.bold.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":468,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.bold.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":469,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.bold.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":470,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.bold.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":471,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.bold.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Bold"},{"id":472,"kind":128,"name":"Italics","url":"classes/_file_paragraph_run_formatting_.italics.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":473,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.italics.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":474,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.italics.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":475,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.italics.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":476,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.italics.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":477,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.italics.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":478,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.italics.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":479,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.italics.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":480,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.italics.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Italics"},{"id":481,"kind":128,"name":"Caps","url":"classes/_file_paragraph_run_formatting_.caps.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":482,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.caps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":483,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.caps.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":484,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.caps.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":485,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.caps.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":486,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.caps.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":487,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.caps.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":488,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.caps.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":489,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.caps.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Caps"},{"id":490,"kind":128,"name":"Color","url":"classes/_file_paragraph_run_formatting_.color.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":491,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.color.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Color"},{"id":492,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.color.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Color"},{"id":493,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.color.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Color"},{"id":494,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.color.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Color"},{"id":495,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.color.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Color"},{"id":496,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.color.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Color"},{"id":497,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.color.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Color"},{"id":498,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.color.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Color"},{"id":499,"kind":128,"name":"DoubleStrike","url":"classes/_file_paragraph_run_formatting_.doublestrike.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":500,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":501,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":502,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":503,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":504,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":505,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":506,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":507,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.doublestrike.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".DoubleStrike"},{"id":508,"kind":128,"name":"Emboss","url":"classes/_file_paragraph_run_formatting_.emboss.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":509,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.emboss.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":510,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.emboss.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":511,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.emboss.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":512,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.emboss.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":513,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.emboss.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":514,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.emboss.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":515,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.emboss.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":516,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.emboss.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Emboss"},{"id":517,"kind":128,"name":"Imprint","url":"classes/_file_paragraph_run_formatting_.imprint.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":518,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.imprint.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":519,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.imprint.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":520,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.imprint.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":521,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.imprint.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":522,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.imprint.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":523,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.imprint.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":524,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.imprint.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":525,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.imprint.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Imprint"},{"id":526,"kind":128,"name":"Shadow","url":"classes/_file_paragraph_run_formatting_.shadow.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":527,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.shadow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":528,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.shadow.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":529,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.shadow.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":530,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.shadow.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":531,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.shadow.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":532,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.shadow.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":533,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.shadow.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":534,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.shadow.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Shadow"},{"id":535,"kind":128,"name":"SmallCaps","url":"classes/_file_paragraph_run_formatting_.smallcaps.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":536,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":537,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":538,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":539,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":540,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":541,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":542,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":543,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.smallcaps.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SmallCaps"},{"id":544,"kind":128,"name":"Strike","url":"classes/_file_paragraph_run_formatting_.strike.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":545,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.strike.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":546,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.strike.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":547,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.strike.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":548,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.strike.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":549,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.strike.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":550,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.strike.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":551,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.strike.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":552,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.strike.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Strike"},{"id":553,"kind":128,"name":"Size","url":"classes/_file_paragraph_run_formatting_.size.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":554,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.size.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".Size"},{"id":555,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.size.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Size"},{"id":556,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.size.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Size"},{"id":557,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.size.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Size"},{"id":558,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.size.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Size"},{"id":559,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.size.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Size"},{"id":560,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.size.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".Size"},{"id":561,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.size.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".Size"},{"id":562,"kind":128,"name":"SizeCs","url":"classes/_file_paragraph_run_formatting_.sizecs.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":563,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.sizecs.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":564,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.sizecs.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":565,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.sizecs.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":566,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.sizecs.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":567,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.sizecs.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":568,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.sizecs.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":569,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.sizecs.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":570,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.sizecs.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".SizeCs"},{"id":571,"kind":128,"name":"RTL","url":"classes/_file_paragraph_run_formatting_.rtl.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/formatting\""},{"id":572,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_formatting_.rtl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":573,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_formatting_.rtl.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":574,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_formatting_.rtl.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":575,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_formatting_.rtl.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":576,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_formatting_.rtl.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":577,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_formatting_.rtl.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":578,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_formatting_.rtl.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":579,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_formatting_.rtl.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/formatting\".RTL"},{"id":580,"kind":1,"name":"\"file/paragraph/run/page-number\"","url":"modules/_file_paragraph_run_page_number_.html","classes":"tsd-kind-external-module"},{"id":581,"kind":128,"name":"FidCharAttrs","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\""},{"id":582,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":583,"kind":32,"name":"type","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#xmlkeys.type-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs.xmlKeys"},{"id":584,"kind":65536,"name":"__type","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":585,"kind":32,"name":"type","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#__type.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs.__type"},{"id":586,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":587,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":588,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":589,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":590,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":591,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":592,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.fidcharattrs.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".FidCharAttrs"},{"id":593,"kind":128,"name":"TextAttributes","url":"classes/_file_paragraph_run_page_number_.textattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\""},{"id":594,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_page_number_.textattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":595,"kind":32,"name":"space","url":"classes/_file_paragraph_run_page_number_.textattributes.html#xmlkeys.space-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes.xmlKeys"},{"id":596,"kind":65536,"name":"__type","url":"classes/_file_paragraph_run_page_number_.textattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":597,"kind":32,"name":"space","url":"classes/_file_paragraph_run_page_number_.textattributes.html#__type.space","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes.__type"},{"id":598,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.textattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":599,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.textattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":600,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.textattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":601,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_page_number_.textattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":602,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.textattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":603,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.textattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":604,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.textattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/page-number\".TextAttributes"},{"id":605,"kind":128,"name":"Begin","url":"classes/_file_paragraph_run_page_number_.begin.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/page-number\""},{"id":606,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.begin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":607,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.begin.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":608,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.begin.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":609,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_page_number_.begin.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":610,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_page_number_.begin.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":611,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.begin.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":612,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.begin.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":613,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.begin.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Begin"},{"id":614,"kind":128,"name":"Page","url":"classes/_file_paragraph_run_page_number_.page.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/page-number\""},{"id":615,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.page.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/page-number\".Page"},{"id":616,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.page.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Page"},{"id":617,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.page.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Page"},{"id":618,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_page_number_.page.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Page"},{"id":619,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_page_number_.page.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Page"},{"id":620,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.page.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Page"},{"id":621,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.page.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Page"},{"id":622,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.page.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Page"},{"id":623,"kind":128,"name":"Separate","url":"classes/_file_paragraph_run_page_number_.separate.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/page-number\""},{"id":624,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.separate.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":625,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.separate.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":626,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.separate.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":627,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_page_number_.separate.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":628,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_page_number_.separate.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":629,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.separate.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":630,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.separate.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":631,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.separate.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".Separate"},{"id":632,"kind":128,"name":"End","url":"classes/_file_paragraph_run_page_number_.end.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/page-number\""},{"id":633,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_page_number_.end.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/page-number\".End"},{"id":634,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_page_number_.end.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".End"},{"id":635,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_page_number_.end.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".End"},{"id":636,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_page_number_.end.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".End"},{"id":637,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_page_number_.end.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".End"},{"id":638,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_page_number_.end.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".End"},{"id":639,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_page_number_.end.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/page-number\".End"},{"id":640,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_page_number_.end.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/page-number\".End"},{"id":641,"kind":1,"name":"\"file/paragraph/run/properties\"","url":"modules/_file_paragraph_run_properties_.html","classes":"tsd-kind-external-module"},{"id":642,"kind":128,"name":"RunProperties","url":"classes/_file_paragraph_run_properties_.runproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/properties\""},{"id":643,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_properties_.runproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":644,"kind":2048,"name":"push","url":"classes/_file_paragraph_run_properties_.runproperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":645,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_properties_.runproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":646,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_properties_.runproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":647,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_properties_.runproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":648,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_properties_.runproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":649,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_properties_.runproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":650,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_properties_.runproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":651,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_properties_.runproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/properties\".RunProperties"},{"id":652,"kind":1,"name":"\"file/paragraph/run/style\"","url":"modules/_file_paragraph_run_style_.html","classes":"tsd-kind-external-module"},{"id":653,"kind":128,"name":"StyleAttributes","url":"classes/_file_paragraph_run_style_.styleattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/style\""},{"id":654,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_style_.styleattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":655,"kind":32,"name":"val","url":"classes/_file_paragraph_run_style_.styleattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes.xmlKeys"},{"id":656,"kind":65536,"name":"__type","url":"classes/_file_paragraph_run_style_.styleattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":657,"kind":32,"name":"val","url":"classes/_file_paragraph_run_style_.styleattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes.__type"},{"id":658,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_style_.styleattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":659,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_style_.styleattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":660,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_style_.styleattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":661,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_style_.styleattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":662,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_style_.styleattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":663,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_style_.styleattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":664,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_style_.styleattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/style\".StyleAttributes"},{"id":665,"kind":128,"name":"Style","url":"classes/_file_paragraph_run_style_.style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/style\""},{"id":666,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_style_.style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/style\".Style"},{"id":667,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_style_.style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/style\".Style"},{"id":668,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_style_.style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/style\".Style"},{"id":669,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_style_.style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/style\".Style"},{"id":670,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_style_.style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/style\".Style"},{"id":671,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_style_.style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/style\".Style"},{"id":672,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_style_.style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/style\".Style"},{"id":673,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_style_.style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/style\".Style"},{"id":674,"kind":1,"name":"\"file/paragraph/run/tab\"","url":"modules/_file_paragraph_run_tab_.html","classes":"tsd-kind-external-module"},{"id":675,"kind":128,"name":"Tab","url":"classes/_file_paragraph_run_tab_.tab.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/tab\""},{"id":676,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_tab_.tab.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/tab\".Tab"},{"id":677,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_tab_.tab.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/tab\".Tab"},{"id":678,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_tab_.tab.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/tab\".Tab"},{"id":679,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_tab_.tab.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/tab\".Tab"},{"id":680,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_tab_.tab.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/tab\".Tab"},{"id":681,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_tab_.tab.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/tab\".Tab"},{"id":682,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_tab_.tab.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/tab\".Tab"},{"id":683,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_tab_.tab.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/tab\".Tab"},{"id":684,"kind":1,"name":"\"file/paragraph/run/run\"","url":"modules/_file_paragraph_run_run_.html","classes":"tsd-kind-external-module"},{"id":685,"kind":128,"name":"Run","url":"classes/_file_paragraph_run_run_.run.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/run\""},{"id":686,"kind":1024,"name":"properties","url":"classes/_file_paragraph_run_run_.run.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"file/paragraph/run/run\".Run"},{"id":687,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_.run.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/run\".Run"},{"id":688,"kind":2048,"name":"bold","url":"classes/_file_paragraph_run_run_.run.html#bold","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":689,"kind":2048,"name":"italic","url":"classes/_file_paragraph_run_run_.run.html#italic","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":690,"kind":2048,"name":"underline","url":"classes/_file_paragraph_run_run_.run.html#underline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":691,"kind":2048,"name":"color","url":"classes/_file_paragraph_run_run_.run.html#color","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":692,"kind":2048,"name":"size","url":"classes/_file_paragraph_run_run_.run.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":693,"kind":2048,"name":"rtl","url":"classes/_file_paragraph_run_run_.run.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":694,"kind":2048,"name":"break","url":"classes/_file_paragraph_run_run_.run.html#break","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":695,"kind":2048,"name":"tab","url":"classes/_file_paragraph_run_run_.run.html#tab","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":696,"kind":2048,"name":"pageNumber","url":"classes/_file_paragraph_run_run_.run.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":697,"kind":2048,"name":"smallCaps","url":"classes/_file_paragraph_run_run_.run.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":698,"kind":2048,"name":"allCaps","url":"classes/_file_paragraph_run_run_.run.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":699,"kind":2048,"name":"strike","url":"classes/_file_paragraph_run_run_.run.html#strike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":700,"kind":2048,"name":"doubleStrike","url":"classes/_file_paragraph_run_run_.run.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":701,"kind":2048,"name":"subScript","url":"classes/_file_paragraph_run_run_.run.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":702,"kind":2048,"name":"superScript","url":"classes/_file_paragraph_run_run_.run.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":703,"kind":2048,"name":"font","url":"classes/_file_paragraph_run_run_.run.html#font","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":704,"kind":2048,"name":"style","url":"classes/_file_paragraph_run_run_.run.html#style","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/run\".Run"},{"id":705,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_.run.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run\".Run"},{"id":706,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_.run.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/run\".Run"},{"id":707,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_run_.run.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run\".Run"},{"id":708,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_run_.run.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run\".Run"},{"id":709,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_.run.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run\".Run"},{"id":710,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_.run.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run\".Run"},{"id":711,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_.run.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run\".Run"},{"id":712,"kind":1,"name":"\"file/paragraph/run/run-components/text\"","url":"modules/_file_paragraph_run_run_components_text_.html","classes":"tsd-kind-external-module"},{"id":713,"kind":128,"name":"TextAttributes","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\""},{"id":714,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":715,"kind":32,"name":"space","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#xmlkeys.space-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes.xmlKeys"},{"id":716,"kind":65536,"name":"__type","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":717,"kind":32,"name":"space","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#__type.space","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes.__type"},{"id":718,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":719,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":720,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":721,"kind":2048,"name":"set","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":722,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":723,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":724,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_components_text_.textattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/run/run-components/text\".TextAttributes"},{"id":725,"kind":128,"name":"Text","url":"classes/_file_paragraph_run_run_components_text_.text.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/run-components/text\""},{"id":726,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_run_components_text_.text.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":727,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_run_components_text_.text.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":728,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_run_components_text_.text.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":729,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_run_components_text_.text.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":730,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_run_components_text_.text.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":731,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_run_components_text_.text.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":732,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_run_components_text_.text.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":733,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_run_components_text_.text.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/run-components/text\".Text"},{"id":734,"kind":1,"name":"\"file/paragraph/run/text-run\"","url":"modules/_file_paragraph_run_text_run_.html","classes":"tsd-kind-external-module"},{"id":735,"kind":128,"name":"TextRun","url":"classes/_file_paragraph_run_text_run_.textrun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/text-run\""},{"id":736,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_text_run_.textrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":737,"kind":1024,"name":"properties","url":"classes/_file_paragraph_run_text_run_.textrun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":738,"kind":2048,"name":"bold","url":"classes/_file_paragraph_run_text_run_.textrun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":739,"kind":2048,"name":"italic","url":"classes/_file_paragraph_run_text_run_.textrun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":740,"kind":2048,"name":"underline","url":"classes/_file_paragraph_run_text_run_.textrun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":741,"kind":2048,"name":"color","url":"classes/_file_paragraph_run_text_run_.textrun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":742,"kind":2048,"name":"size","url":"classes/_file_paragraph_run_text_run_.textrun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":743,"kind":2048,"name":"rtl","url":"classes/_file_paragraph_run_text_run_.textrun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":744,"kind":2048,"name":"break","url":"classes/_file_paragraph_run_text_run_.textrun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":745,"kind":2048,"name":"tab","url":"classes/_file_paragraph_run_text_run_.textrun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":746,"kind":2048,"name":"pageNumber","url":"classes/_file_paragraph_run_text_run_.textrun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":747,"kind":2048,"name":"smallCaps","url":"classes/_file_paragraph_run_text_run_.textrun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":748,"kind":2048,"name":"allCaps","url":"classes/_file_paragraph_run_text_run_.textrun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":749,"kind":2048,"name":"strike","url":"classes/_file_paragraph_run_text_run_.textrun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":750,"kind":2048,"name":"doubleStrike","url":"classes/_file_paragraph_run_text_run_.textrun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":751,"kind":2048,"name":"subScript","url":"classes/_file_paragraph_run_text_run_.textrun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":752,"kind":2048,"name":"superScript","url":"classes/_file_paragraph_run_text_run_.textrun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":753,"kind":2048,"name":"font","url":"classes/_file_paragraph_run_text_run_.textrun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":754,"kind":2048,"name":"style","url":"classes/_file_paragraph_run_text_run_.textrun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":755,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_text_run_.textrun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":756,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_text_run_.textrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":757,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_text_run_.textrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":758,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_text_run_.textrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":759,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_text_run_.textrun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":760,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_text_run_.textrun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":761,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_text_run_.textrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/text-run\".TextRun"},{"id":762,"kind":1,"name":"\"file/app-properties/app-properties-attributes\"","url":"modules/_file_app_properties_app_properties_attributes_.html","classes":"tsd-kind-external-module"},{"id":763,"kind":256,"name":"IAppPropertiesAttributes","url":"interfaces/_file_app_properties_app_properties_attributes_.iapppropertiesattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/app-properties/app-properties-attributes\""},{"id":764,"kind":1024,"name":"xmlns","url":"interfaces/_file_app_properties_app_properties_attributes_.iapppropertiesattributes.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/app-properties/app-properties-attributes\".IAppPropertiesAttributes"},{"id":765,"kind":1024,"name":"vt","url":"interfaces/_file_app_properties_app_properties_attributes_.iapppropertiesattributes.html#vt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/app-properties/app-properties-attributes\".IAppPropertiesAttributes"},{"id":766,"kind":128,"name":"AppPropertiesAttributes","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/app-properties/app-properties-attributes\""},{"id":767,"kind":2097152,"name":"xmlKeys","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":768,"kind":32,"name":"xmlns","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes.xmlKeys"},{"id":769,"kind":32,"name":"vt","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#xmlkeys.vt","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes.xmlKeys"},{"id":770,"kind":1024,"name":"root","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":771,"kind":512,"name":"constructor","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":772,"kind":2048,"name":"prepForXml","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":773,"kind":2048,"name":"set","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":774,"kind":1024,"name":"rootKey","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":775,"kind":1024,"name":"deleted","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":776,"kind":262144,"name":"isDeleted","url":"classes/_file_app_properties_app_properties_attributes_.apppropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties-attributes\".AppPropertiesAttributes"},{"id":777,"kind":1,"name":"\"file/app-properties/app-properties\"","url":"modules/_file_app_properties_app_properties_.html","classes":"tsd-kind-external-module"},{"id":778,"kind":128,"name":"AppProperties","url":"classes/_file_app_properties_app_properties_.appproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/app-properties/app-properties\""},{"id":779,"kind":512,"name":"constructor","url":"classes/_file_app_properties_app_properties_.appproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":780,"kind":1024,"name":"root","url":"classes/_file_app_properties_app_properties_.appproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":781,"kind":2048,"name":"prepForXml","url":"classes/_file_app_properties_app_properties_.appproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":782,"kind":2048,"name":"addChildElement","url":"classes/_file_app_properties_app_properties_.appproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":783,"kind":2048,"name":"delete","url":"classes/_file_app_properties_app_properties_.appproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":784,"kind":1024,"name":"rootKey","url":"classes/_file_app_properties_app_properties_.appproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":785,"kind":1024,"name":"deleted","url":"classes/_file_app_properties_app_properties_.appproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":786,"kind":262144,"name":"isDeleted","url":"classes/_file_app_properties_app_properties_.appproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/app-properties/app-properties\".AppProperties"},{"id":787,"kind":1,"name":"\"file/content-types/content-types-attributes\"","url":"modules/_file_content_types_content_types_attributes_.html","classes":"tsd-kind-external-module"},{"id":788,"kind":256,"name":"IContentTypeAttributes","url":"interfaces/_file_content_types_content_types_attributes_.icontenttypeattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/content-types/content-types-attributes\""},{"id":789,"kind":1024,"name":"xmlns","url":"interfaces/_file_content_types_content_types_attributes_.icontenttypeattributes.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/content-types-attributes\".IContentTypeAttributes"},{"id":790,"kind":128,"name":"ContentTypeAttributes","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/content-types-attributes\""},{"id":791,"kind":2097152,"name":"xmlKeys","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":792,"kind":32,"name":"xmlns","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes.xmlKeys"},{"id":793,"kind":1024,"name":"root","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":794,"kind":512,"name":"constructor","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":795,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":796,"kind":2048,"name":"set","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":797,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":798,"kind":1024,"name":"deleted","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":799,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_content_types_attributes_.contenttypeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types-attributes\".ContentTypeAttributes"},{"id":800,"kind":1,"name":"\"file/content-types/default/default-attributes\"","url":"modules/_file_content_types_default_default_attributes_.html","classes":"tsd-kind-external-module"},{"id":801,"kind":256,"name":"IDefaultAttributes","url":"interfaces/_file_content_types_default_default_attributes_.idefaultattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/content-types/default/default-attributes\""},{"id":802,"kind":1024,"name":"contentType","url":"interfaces/_file_content_types_default_default_attributes_.idefaultattributes.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/default/default-attributes\".IDefaultAttributes"},{"id":803,"kind":1024,"name":"extension","url":"interfaces/_file_content_types_default_default_attributes_.idefaultattributes.html#extension","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/default/default-attributes\".IDefaultAttributes"},{"id":804,"kind":128,"name":"DefaultAttributes","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/default/default-attributes\""},{"id":805,"kind":2097152,"name":"xmlKeys","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":806,"kind":32,"name":"contentType","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#xmlkeys.contenttype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes.xmlKeys"},{"id":807,"kind":32,"name":"extension","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#xmlkeys.extension","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes.xmlKeys"},{"id":808,"kind":1024,"name":"root","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":809,"kind":512,"name":"constructor","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":810,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":811,"kind":2048,"name":"set","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":812,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":813,"kind":1024,"name":"deleted","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":814,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_default_default_attributes_.defaultattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default-attributes\".DefaultAttributes"},{"id":815,"kind":1,"name":"\"file/content-types/default/default\"","url":"modules/_file_content_types_default_default_.html","classes":"tsd-kind-external-module"},{"id":816,"kind":128,"name":"Default","url":"classes/_file_content_types_default_default_.default.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/default/default\""},{"id":817,"kind":512,"name":"constructor","url":"classes/_file_content_types_default_default_.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/content-types/default/default\".Default"},{"id":818,"kind":1024,"name":"root","url":"classes/_file_content_types_default_default_.default.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default\".Default"},{"id":819,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_default_default_.default.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/default/default\".Default"},{"id":820,"kind":2048,"name":"addChildElement","url":"classes/_file_content_types_default_default_.default.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default\".Default"},{"id":821,"kind":2048,"name":"delete","url":"classes/_file_content_types_default_default_.default.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default\".Default"},{"id":822,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_default_default_.default.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default\".Default"},{"id":823,"kind":1024,"name":"deleted","url":"classes/_file_content_types_default_default_.default.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/default/default\".Default"},{"id":824,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_default_default_.default.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/default/default\".Default"},{"id":825,"kind":1,"name":"\"file/content-types/override/override-attributes\"","url":"modules/_file_content_types_override_override_attributes_.html","classes":"tsd-kind-external-module"},{"id":826,"kind":256,"name":"IOverrideAttributes","url":"interfaces/_file_content_types_override_override_attributes_.ioverrideattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/content-types/override/override-attributes\""},{"id":827,"kind":1024,"name":"contentType","url":"interfaces/_file_content_types_override_override_attributes_.ioverrideattributes.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/override/override-attributes\".IOverrideAttributes"},{"id":828,"kind":1024,"name":"partName","url":"interfaces/_file_content_types_override_override_attributes_.ioverrideattributes.html#partname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/content-types/override/override-attributes\".IOverrideAttributes"},{"id":829,"kind":128,"name":"OverrideAttributes","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/override/override-attributes\""},{"id":830,"kind":2097152,"name":"xmlKeys","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":831,"kind":32,"name":"contentType","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#xmlkeys.contenttype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes.xmlKeys"},{"id":832,"kind":32,"name":"partName","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#xmlkeys.partname","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes.xmlKeys"},{"id":833,"kind":1024,"name":"root","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":834,"kind":512,"name":"constructor","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":835,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":836,"kind":2048,"name":"set","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":837,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":838,"kind":1024,"name":"deleted","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":839,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_override_override_attributes_.overrideattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override-attributes\".OverrideAttributes"},{"id":840,"kind":1,"name":"\"file/content-types/override/override\"","url":"modules/_file_content_types_override_override_.html","classes":"tsd-kind-external-module"},{"id":841,"kind":128,"name":"Override","url":"classes/_file_content_types_override_override_.override.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/override/override\""},{"id":842,"kind":512,"name":"constructor","url":"classes/_file_content_types_override_override_.override.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/content-types/override/override\".Override"},{"id":843,"kind":1024,"name":"root","url":"classes/_file_content_types_override_override_.override.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override\".Override"},{"id":844,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_override_override_.override.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/override/override\".Override"},{"id":845,"kind":2048,"name":"addChildElement","url":"classes/_file_content_types_override_override_.override.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override\".Override"},{"id":846,"kind":2048,"name":"delete","url":"classes/_file_content_types_override_override_.override.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override\".Override"},{"id":847,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_override_override_.override.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override\".Override"},{"id":848,"kind":1024,"name":"deleted","url":"classes/_file_content_types_override_override_.override.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/override/override\".Override"},{"id":849,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_override_override_.override.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/override/override\".Override"},{"id":850,"kind":1,"name":"\"file/content-types/content-types\"","url":"modules/_file_content_types_content_types_.html","classes":"tsd-kind-external-module"},{"id":851,"kind":128,"name":"ContentTypes","url":"classes/_file_content_types_content_types_.contenttypes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/content-types/content-types\""},{"id":852,"kind":512,"name":"constructor","url":"classes/_file_content_types_content_types_.contenttypes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":853,"kind":2048,"name":"addFooter","url":"classes/_file_content_types_content_types_.contenttypes.html#addfooter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":854,"kind":2048,"name":"addHeader","url":"classes/_file_content_types_content_types_.contenttypes.html#addheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":855,"kind":1024,"name":"root","url":"classes/_file_content_types_content_types_.contenttypes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":856,"kind":2048,"name":"prepForXml","url":"classes/_file_content_types_content_types_.contenttypes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":857,"kind":2048,"name":"addChildElement","url":"classes/_file_content_types_content_types_.contenttypes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":858,"kind":2048,"name":"delete","url":"classes/_file_content_types_content_types_.contenttypes.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":859,"kind":1024,"name":"rootKey","url":"classes/_file_content_types_content_types_.contenttypes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":860,"kind":1024,"name":"deleted","url":"classes/_file_content_types_content_types_.contenttypes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":861,"kind":262144,"name":"isDeleted","url":"classes/_file_content_types_content_types_.contenttypes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/content-types/content-types\".ContentTypes"},{"id":862,"kind":1,"name":"\"file/document/document-attributes\"","url":"modules/_file_document_document_attributes_.html","classes":"tsd-kind-external-module"},{"id":863,"kind":256,"name":"IDocumentAttributesProperties","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/document-attributes\""},{"id":864,"kind":1024,"name":"wpc","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":865,"kind":1024,"name":"mc","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":866,"kind":1024,"name":"o","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":867,"kind":1024,"name":"r","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":868,"kind":1024,"name":"m","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":869,"kind":1024,"name":"v","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":870,"kind":1024,"name":"wp14","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":871,"kind":1024,"name":"wp","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":872,"kind":1024,"name":"w10","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":873,"kind":1024,"name":"w","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":874,"kind":1024,"name":"w14","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":875,"kind":1024,"name":"w15","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":876,"kind":1024,"name":"wpg","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":877,"kind":1024,"name":"wpi","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":878,"kind":1024,"name":"wne","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":879,"kind":1024,"name":"wps","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":880,"kind":1024,"name":"Ignorable","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#ignorable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":881,"kind":1024,"name":"cp","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":882,"kind":1024,"name":"dc","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":883,"kind":1024,"name":"dcterms","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":884,"kind":1024,"name":"dcmitype","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":885,"kind":1024,"name":"xsi","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":886,"kind":1024,"name":"type","url":"interfaces/_file_document_document_attributes_.idocumentattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/document-attributes\".IDocumentAttributesProperties"},{"id":887,"kind":128,"name":"DocumentAttributes","url":"classes/_file_document_document_attributes_.documentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/document-attributes\""},{"id":888,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":889,"kind":32,"name":"wpc","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wpc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":890,"kind":32,"name":"mc","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.mc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":891,"kind":32,"name":"o","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.o","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":892,"kind":32,"name":"r","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":893,"kind":32,"name":"m","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.m","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":894,"kind":32,"name":"v","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.v","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":895,"kind":32,"name":"wp14","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wp14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":896,"kind":32,"name":"wp","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":897,"kind":32,"name":"w10","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.w10","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":898,"kind":32,"name":"w","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":899,"kind":32,"name":"w14","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.w14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":900,"kind":32,"name":"w15","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.w15","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":901,"kind":32,"name":"wpg","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wpg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":902,"kind":32,"name":"wpi","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wpi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":903,"kind":32,"name":"wne","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wne","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":904,"kind":32,"name":"wps","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.wps","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":905,"kind":32,"name":"Ignorable","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.ignorable","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":906,"kind":32,"name":"cp","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.cp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":907,"kind":32,"name":"dc","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.dc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":908,"kind":32,"name":"dcterms","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.dcterms","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":909,"kind":32,"name":"dcmitype","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.dcmitype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":910,"kind":32,"name":"xsi","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.xsi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":911,"kind":32,"name":"type","url":"classes/_file_document_document_attributes_.documentattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/document-attributes\".DocumentAttributes.xmlKeys"},{"id":912,"kind":1024,"name":"root","url":"classes/_file_document_document_attributes_.documentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":913,"kind":512,"name":"constructor","url":"classes/_file_document_document_attributes_.documentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":914,"kind":2048,"name":"prepForXml","url":"classes/_file_document_document_attributes_.documentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":915,"kind":2048,"name":"set","url":"classes/_file_document_document_attributes_.documentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":916,"kind":1024,"name":"rootKey","url":"classes/_file_document_document_attributes_.documentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":917,"kind":1024,"name":"deleted","url":"classes/_file_document_document_attributes_.documentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":918,"kind":262144,"name":"isDeleted","url":"classes/_file_document_document_attributes_.documentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document-attributes\".DocumentAttributes"},{"id":919,"kind":1,"name":"\"file/core-properties/components\"","url":"modules/_file_core_properties_components_.html","classes":"tsd-kind-external-module"},{"id":920,"kind":128,"name":"Title","url":"classes/_file_core_properties_components_.title.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":921,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.title.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Title"},{"id":922,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.title.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Title"},{"id":923,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.title.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Title"},{"id":924,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.title.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Title"},{"id":925,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.title.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Title"},{"id":926,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.title.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Title"},{"id":927,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.title.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Title"},{"id":928,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.title.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Title"},{"id":929,"kind":128,"name":"Subject","url":"classes/_file_core_properties_components_.subject.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":930,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.subject.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Subject"},{"id":931,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.subject.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Subject"},{"id":932,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.subject.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Subject"},{"id":933,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.subject.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Subject"},{"id":934,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.subject.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Subject"},{"id":935,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.subject.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Subject"},{"id":936,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.subject.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Subject"},{"id":937,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.subject.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Subject"},{"id":938,"kind":128,"name":"Creator","url":"classes/_file_core_properties_components_.creator.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":939,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.creator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Creator"},{"id":940,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.creator.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Creator"},{"id":941,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.creator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Creator"},{"id":942,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.creator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Creator"},{"id":943,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.creator.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Creator"},{"id":944,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.creator.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Creator"},{"id":945,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.creator.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Creator"},{"id":946,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.creator.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Creator"},{"id":947,"kind":128,"name":"Keywords","url":"classes/_file_core_properties_components_.keywords.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":948,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.keywords.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Keywords"},{"id":949,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.keywords.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Keywords"},{"id":950,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.keywords.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Keywords"},{"id":951,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.keywords.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Keywords"},{"id":952,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.keywords.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Keywords"},{"id":953,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.keywords.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Keywords"},{"id":954,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.keywords.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Keywords"},{"id":955,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.keywords.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Keywords"},{"id":956,"kind":128,"name":"Description","url":"classes/_file_core_properties_components_.description.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":957,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.description.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Description"},{"id":958,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.description.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Description"},{"id":959,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.description.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Description"},{"id":960,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.description.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Description"},{"id":961,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.description.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Description"},{"id":962,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.description.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Description"},{"id":963,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.description.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Description"},{"id":964,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.description.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Description"},{"id":965,"kind":128,"name":"LastModifiedBy","url":"classes/_file_core_properties_components_.lastmodifiedby.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":966,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.lastmodifiedby.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":967,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.lastmodifiedby.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":968,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.lastmodifiedby.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":969,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.lastmodifiedby.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":970,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.lastmodifiedby.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":971,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.lastmodifiedby.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":972,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.lastmodifiedby.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":973,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.lastmodifiedby.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".LastModifiedBy"},{"id":974,"kind":128,"name":"Revision","url":"classes/_file_core_properties_components_.revision.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":975,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.revision.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Revision"},{"id":976,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.revision.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Revision"},{"id":977,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.revision.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Revision"},{"id":978,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.revision.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Revision"},{"id":979,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.revision.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Revision"},{"id":980,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.revision.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Revision"},{"id":981,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.revision.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Revision"},{"id":982,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.revision.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Revision"},{"id":983,"kind":128,"name":"DateComponent","url":"classes/_file_core_properties_components_.datecomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":984,"kind":2048,"name":"getCurrentDate","url":"classes/_file_core_properties_components_.datecomponent.html#getcurrentdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"\"file/core-properties/components\".DateComponent"},{"id":985,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.datecomponent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".DateComponent"},{"id":986,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.datecomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":987,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.datecomponent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":988,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.datecomponent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":989,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.datecomponent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":990,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.datecomponent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".DateComponent"},{"id":991,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.datecomponent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".DateComponent"},{"id":992,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.datecomponent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".DateComponent"},{"id":993,"kind":128,"name":"Created","url":"classes/_file_core_properties_components_.created.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":994,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.created.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Created"},{"id":995,"kind":2048,"name":"getCurrentDate","url":"classes/_file_core_properties_components_.created.html#getcurrentdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Created"},{"id":996,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.created.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Created"},{"id":997,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.created.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Created"},{"id":998,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.created.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Created"},{"id":999,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.created.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Created"},{"id":1000,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.created.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Created"},{"id":1001,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.created.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Created"},{"id":1002,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.created.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Created"},{"id":1003,"kind":128,"name":"Modified","url":"classes/_file_core_properties_components_.modified.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/components\""},{"id":1004,"kind":512,"name":"constructor","url":"classes/_file_core_properties_components_.modified.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/components\".Modified"},{"id":1005,"kind":2048,"name":"getCurrentDate","url":"classes/_file_core_properties_components_.modified.html#getcurrentdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Modified"},{"id":1006,"kind":1024,"name":"root","url":"classes/_file_core_properties_components_.modified.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Modified"},{"id":1007,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_components_.modified.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/components\".Modified"},{"id":1008,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_components_.modified.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Modified"},{"id":1009,"kind":2048,"name":"delete","url":"classes/_file_core_properties_components_.modified.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Modified"},{"id":1010,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_components_.modified.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Modified"},{"id":1011,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_components_.modified.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/components\".Modified"},{"id":1012,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_components_.modified.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/components\".Modified"},{"id":1013,"kind":1,"name":"\"file/core-properties/properties\"","url":"modules/_file_core_properties_properties_.html","classes":"tsd-kind-external-module"},{"id":1014,"kind":256,"name":"IPropertiesOptions","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/core-properties/properties\""},{"id":1015,"kind":1024,"name":"title","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1016,"kind":1024,"name":"subject","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#subject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1017,"kind":1024,"name":"creator","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#creator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1018,"kind":1024,"name":"keywords","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#keywords","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1019,"kind":1024,"name":"description","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#description","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1020,"kind":1024,"name":"lastModifiedBy","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#lastmodifiedby","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1021,"kind":1024,"name":"revision","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#revision","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1022,"kind":1024,"name":"externalStyles","url":"interfaces/_file_core_properties_properties_.ipropertiesoptions.html#externalstyles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/core-properties/properties\".IPropertiesOptions"},{"id":1023,"kind":128,"name":"CoreProperties","url":"classes/_file_core_properties_properties_.coreproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/core-properties/properties\""},{"id":1024,"kind":512,"name":"constructor","url":"classes/_file_core_properties_properties_.coreproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1025,"kind":1024,"name":"root","url":"classes/_file_core_properties_properties_.coreproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1026,"kind":2048,"name":"prepForXml","url":"classes/_file_core_properties_properties_.coreproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1027,"kind":2048,"name":"addChildElement","url":"classes/_file_core_properties_properties_.coreproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1028,"kind":2048,"name":"delete","url":"classes/_file_core_properties_properties_.coreproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1029,"kind":1024,"name":"rootKey","url":"classes/_file_core_properties_properties_.coreproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1030,"kind":1024,"name":"deleted","url":"classes/_file_core_properties_properties_.coreproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1031,"kind":262144,"name":"isDeleted","url":"classes/_file_core_properties_properties_.coreproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/core-properties/properties\".CoreProperties"},{"id":1032,"kind":1,"name":"\"file/core-properties/index\"","url":"modules/_file_core_properties_index_.html","classes":"tsd-kind-external-module"},{"id":1033,"kind":1,"name":"\"file/table/table-cell\"","url":"modules/_file_table_table_cell_.html","classes":"tsd-kind-external-module"},{"id":1034,"kind":4,"name":"BorderStyle","url":"enums/_file_table_table_cell_.borderstyle.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1035,"kind":16,"name":"SINGLE","url":"enums/_file_table_table_cell_.borderstyle.html#single","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1036,"kind":16,"name":"DASH_DOT_STROKED","url":"enums/_file_table_table_cell_.borderstyle.html#dash_dot_stroked","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1037,"kind":16,"name":"DASHED","url":"enums/_file_table_table_cell_.borderstyle.html#dashed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1038,"kind":16,"name":"DASH_SMALL_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#dash_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1039,"kind":16,"name":"DOT_DASH","url":"enums/_file_table_table_cell_.borderstyle.html#dot_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1040,"kind":16,"name":"DOT_DOT_DASH","url":"enums/_file_table_table_cell_.borderstyle.html#dot_dot_dash","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1041,"kind":16,"name":"DOTTED","url":"enums/_file_table_table_cell_.borderstyle.html#dotted","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1042,"kind":16,"name":"DOUBLE","url":"enums/_file_table_table_cell_.borderstyle.html#double","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1043,"kind":16,"name":"DOUBLE_WAVE","url":"enums/_file_table_table_cell_.borderstyle.html#double_wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1044,"kind":16,"name":"INSET","url":"enums/_file_table_table_cell_.borderstyle.html#inset","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1045,"kind":16,"name":"NIL","url":"enums/_file_table_table_cell_.borderstyle.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1046,"kind":16,"name":"NONE","url":"enums/_file_table_table_cell_.borderstyle.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1047,"kind":16,"name":"OUTSET","url":"enums/_file_table_table_cell_.borderstyle.html#outset","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1048,"kind":16,"name":"THICK","url":"enums/_file_table_table_cell_.borderstyle.html#thick","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1049,"kind":16,"name":"THICK_THIN_LARGE_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thick_thin_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1050,"kind":16,"name":"THICK_THIN_MEDIUM_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thick_thin_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1051,"kind":16,"name":"THICK_THIN_SMALL_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thick_thin_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1052,"kind":16,"name":"THIN_THICK_LARGE_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1053,"kind":16,"name":"THIN_THICK_MEDIUM_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1054,"kind":16,"name":"THIN_THICK_SMALL_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1055,"kind":16,"name":"THIN_THICK_THIN_LARGE_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_thin_large_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1056,"kind":16,"name":"THIN_THICK_THIN_MEDIUM_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_thin_medium_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1057,"kind":16,"name":"THIN_THICK_THIN_SMALL_GAP","url":"enums/_file_table_table_cell_.borderstyle.html#thin_thick_thin_small_gap","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1058,"kind":16,"name":"THREE_D_EMBOSS","url":"enums/_file_table_table_cell_.borderstyle.html#three_d_emboss","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1059,"kind":16,"name":"THREE_D_ENGRAVE","url":"enums/_file_table_table_cell_.borderstyle.html#three_d_engrave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1060,"kind":16,"name":"TRIPLE","url":"enums/_file_table_table_cell_.borderstyle.html#triple","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1061,"kind":16,"name":"WAVE","url":"enums/_file_table_table_cell_.borderstyle.html#wave","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".BorderStyle"},{"id":1062,"kind":256,"name":"ICellBorder","url":"interfaces/_file_table_table_cell_.icellborder.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1063,"kind":1024,"name":"style","url":"interfaces/_file_table_table_cell_.icellborder.html#style","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ICellBorder"},{"id":1064,"kind":1024,"name":"size","url":"interfaces/_file_table_table_cell_.icellborder.html#size","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ICellBorder"},{"id":1065,"kind":1024,"name":"color","url":"interfaces/_file_table_table_cell_.icellborder.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ICellBorder"},{"id":1066,"kind":128,"name":"CellBorderAttributes","url":"classes/_file_table_table_cell_.cellborderattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1067,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.cellborderattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1068,"kind":32,"name":"style","url":"classes/_file_table_table_cell_.cellborderattributes.html#xmlkeys.style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes.xmlKeys"},{"id":1069,"kind":32,"name":"size","url":"classes/_file_table_table_cell_.cellborderattributes.html#xmlkeys.size","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes.xmlKeys"},{"id":1070,"kind":32,"name":"color","url":"classes/_file_table_table_cell_.cellborderattributes.html#xmlkeys.color","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes.xmlKeys"},{"id":1071,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.cellborderattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1072,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.cellborderattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1073,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.cellborderattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1074,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.cellborderattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1075,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.cellborderattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1076,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.cellborderattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1077,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.cellborderattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".CellBorderAttributes"},{"id":1078,"kind":128,"name":"BaseTableCellBorder","url":"classes/_file_table_table_cell_.basetablecellborder.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1079,"kind":2048,"name":"setProperties","url":"classes/_file_table_table_cell_.basetablecellborder.html#setproperties","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1080,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.basetablecellborder.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1081,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.basetablecellborder.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1082,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.basetablecellborder.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1083,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.basetablecellborder.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1084,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.basetablecellborder.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1085,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.basetablecellborder.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1086,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.basetablecellborder.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1087,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.basetablecellborder.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".BaseTableCellBorder"},{"id":1088,"kind":128,"name":"TableCellBorders","url":"classes/_file_table_table_cell_.tablecellborders.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1089,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1090,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1091,"kind":2048,"name":"addTopBorder","url":"classes/_file_table_table_cell_.tablecellborders.html#addtopborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1092,"kind":2048,"name":"addStartBorder","url":"classes/_file_table_table_cell_.tablecellborders.html#addstartborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1093,"kind":2048,"name":"addBottomBorder","url":"classes/_file_table_table_cell_.tablecellborders.html#addbottomborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1094,"kind":2048,"name":"addEndBorder","url":"classes/_file_table_table_cell_.tablecellborders.html#addendborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1095,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellborders.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1096,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.tablecellborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1097,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.tablecellborders.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1098,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellborders.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1099,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellborders.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1100,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellborders.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellBorders"},{"id":1101,"kind":128,"name":"GridSpanAttributes","url":"classes/_file_table_table_cell_.gridspanattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1102,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.gridspanattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1103,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.gridspanattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes.xmlKeys"},{"id":1104,"kind":65536,"name":"__type","url":"classes/_file_table_table_cell_.gridspanattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1105,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.gridspanattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes.__type"},{"id":1106,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.gridspanattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1107,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.gridspanattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1108,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.gridspanattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1109,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.gridspanattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1110,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.gridspanattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1111,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.gridspanattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1112,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.gridspanattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".GridSpanAttributes"},{"id":1113,"kind":128,"name":"GridSpan","url":"classes/_file_table_table_cell_.gridspan.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1114,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.gridspan.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".GridSpan"},{"id":1115,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.gridspan.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".GridSpan"},{"id":1116,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.gridspan.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".GridSpan"},{"id":1117,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.gridspan.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".GridSpan"},{"id":1118,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.gridspan.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".GridSpan"},{"id":1119,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.gridspan.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".GridSpan"},{"id":1120,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.gridspan.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".GridSpan"},{"id":1121,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.gridspan.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".GridSpan"},{"id":1122,"kind":4,"name":"VMergeType","url":"enums/_file_table_table_cell_.vmergetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1123,"kind":16,"name":"CONTINUE","url":"enums/_file_table_table_cell_.vmergetype.html#continue","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VMergeType"},{"id":1124,"kind":16,"name":"RESTART","url":"enums/_file_table_table_cell_.vmergetype.html#restart","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VMergeType"},{"id":1125,"kind":128,"name":"VMergeAttributes","url":"classes/_file_table_table_cell_.vmergeattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1126,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.vmergeattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1127,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.vmergeattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes.xmlKeys"},{"id":1128,"kind":65536,"name":"__type","url":"classes/_file_table_table_cell_.vmergeattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1129,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.vmergeattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes.__type"},{"id":1130,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.vmergeattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1131,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.vmergeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1132,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.vmergeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1133,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.vmergeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1134,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.vmergeattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1135,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.vmergeattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1136,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.vmergeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VMergeAttributes"},{"id":1137,"kind":128,"name":"VMerge","url":"classes/_file_table_table_cell_.vmerge.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1138,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.vmerge.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".VMerge"},{"id":1139,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.vmerge.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VMerge"},{"id":1140,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.vmerge.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".VMerge"},{"id":1141,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.vmerge.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VMerge"},{"id":1142,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.vmerge.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VMerge"},{"id":1143,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.vmerge.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VMerge"},{"id":1144,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.vmerge.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VMerge"},{"id":1145,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.vmerge.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VMerge"},{"id":1146,"kind":4,"name":"VerticalAlign","url":"enums/_file_table_table_cell_.verticalalign.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1147,"kind":16,"name":"BOTTOM","url":"enums/_file_table_table_cell_.verticalalign.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VerticalAlign"},{"id":1148,"kind":16,"name":"CENTER","url":"enums/_file_table_table_cell_.verticalalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VerticalAlign"},{"id":1149,"kind":16,"name":"TOP","url":"enums/_file_table_table_cell_.verticalalign.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".VerticalAlign"},{"id":1150,"kind":128,"name":"VAlignAttributes","url":"classes/_file_table_table_cell_.valignattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1151,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.valignattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1152,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.valignattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes.xmlKeys"},{"id":1153,"kind":65536,"name":"__type","url":"classes/_file_table_table_cell_.valignattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1154,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.valignattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes.__type"},{"id":1155,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.valignattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1156,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.valignattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1157,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.valignattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1158,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.valignattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1159,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.valignattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1160,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.valignattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1161,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.valignattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".VAlignAttributes"},{"id":1162,"kind":128,"name":"VAlign","url":"classes/_file_table_table_cell_.valign.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1163,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.valign.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".VAlign"},{"id":1164,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.valign.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VAlign"},{"id":1165,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.valign.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".VAlign"},{"id":1166,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.valign.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VAlign"},{"id":1167,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.valign.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VAlign"},{"id":1168,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.valign.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VAlign"},{"id":1169,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.valign.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".VAlign"},{"id":1170,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.valign.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".VAlign"},{"id":1171,"kind":4,"name":"WidthType","url":"enums/_file_table_table_cell_.widthtype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1172,"kind":16,"name":"AUTO","url":"enums/_file_table_table_cell_.widthtype.html#auto","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".WidthType"},{"id":1173,"kind":16,"name":"DXA","url":"enums/_file_table_table_cell_.widthtype.html#dxa","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".WidthType"},{"id":1174,"kind":16,"name":"NIL","url":"enums/_file_table_table_cell_.widthtype.html#nil","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".WidthType"},{"id":1175,"kind":16,"name":"PERCENTAGE","url":"enums/_file_table_table_cell_.widthtype.html#percentage","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/table/table-cell\".WidthType"},{"id":1176,"kind":128,"name":"TableCellWidthAttributes","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1177,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1178,"kind":32,"name":"width","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#xmlkeys.width-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes.xmlKeys"},{"id":1179,"kind":32,"name":"type","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#xmlkeys.type-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes.xmlKeys"},{"id":1180,"kind":65536,"name":"__type","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1181,"kind":32,"name":"type","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#__type.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes.__type"},{"id":1182,"kind":32,"name":"width","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#__type.width","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes.__type"},{"id":1183,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1184,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1185,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1186,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1187,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1188,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1189,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellwidthattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellWidthAttributes"},{"id":1190,"kind":128,"name":"TableCellWidth","url":"classes/_file_table_table_cell_.tablecellwidth.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1191,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellwidth.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1192,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellwidth.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1193,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellwidth.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1194,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.tablecellwidth.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1195,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.tablecellwidth.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1196,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellwidth.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1197,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellwidth.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1198,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellwidth.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellWidth"},{"id":1199,"kind":256,"name":"ITableCellShadingAttributesProperties","url":"interfaces/_file_table_table_cell_.itablecellshadingattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1200,"kind":1024,"name":"fill","url":"interfaces/_file_table_table_cell_.itablecellshadingattributesproperties.html#fill","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ITableCellShadingAttributesProperties"},{"id":1201,"kind":1024,"name":"color","url":"interfaces/_file_table_table_cell_.itablecellshadingattributesproperties.html#color","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ITableCellShadingAttributesProperties"},{"id":1202,"kind":1024,"name":"val","url":"interfaces/_file_table_table_cell_.itablecellshadingattributesproperties.html#val","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/table-cell\".ITableCellShadingAttributesProperties"},{"id":1203,"kind":128,"name":"TableCellShadingAttributes","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/table-cell\""},{"id":1204,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1205,"kind":32,"name":"fill","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#xmlkeys.fill","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes.xmlKeys"},{"id":1206,"kind":32,"name":"color","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#xmlkeys.color","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes.xmlKeys"},{"id":1207,"kind":32,"name":"val","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#xmlkeys.val","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes.xmlKeys"},{"id":1208,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1209,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1210,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1211,"kind":2048,"name":"set","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1212,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1213,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1214,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellshadingattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/table-cell\".TableCellShadingAttributes"},{"id":1215,"kind":128,"name":"TableCellShading","url":"classes/_file_table_table_cell_.tablecellshading.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table-cell\""},{"id":1216,"kind":512,"name":"constructor","url":"classes/_file_table_table_cell_.tablecellshading.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1217,"kind":1024,"name":"root","url":"classes/_file_table_table_cell_.tablecellshading.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1218,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_cell_.tablecellshading.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1219,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_cell_.tablecellshading.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1220,"kind":2048,"name":"delete","url":"classes/_file_table_table_cell_.tablecellshading.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1221,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_cell_.tablecellshading.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1222,"kind":1024,"name":"deleted","url":"classes/_file_table_table_cell_.tablecellshading.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1223,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_cell_.tablecellshading.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table-cell\".TableCellShading"},{"id":1224,"kind":1,"name":"\"file/table/grid\"","url":"modules/_file_table_grid_.html","classes":"tsd-kind-external-module"},{"id":1225,"kind":128,"name":"TableGrid","url":"classes/_file_table_grid_.tablegrid.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/grid\""},{"id":1226,"kind":512,"name":"constructor","url":"classes/_file_table_grid_.tablegrid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/grid\".TableGrid"},{"id":1227,"kind":1024,"name":"root","url":"classes/_file_table_grid_.tablegrid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".TableGrid"},{"id":1228,"kind":2048,"name":"prepForXml","url":"classes/_file_table_grid_.tablegrid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/grid\".TableGrid"},{"id":1229,"kind":2048,"name":"addChildElement","url":"classes/_file_table_grid_.tablegrid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".TableGrid"},{"id":1230,"kind":2048,"name":"delete","url":"classes/_file_table_grid_.tablegrid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".TableGrid"},{"id":1231,"kind":1024,"name":"rootKey","url":"classes/_file_table_grid_.tablegrid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".TableGrid"},{"id":1232,"kind":1024,"name":"deleted","url":"classes/_file_table_grid_.tablegrid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".TableGrid"},{"id":1233,"kind":262144,"name":"isDeleted","url":"classes/_file_table_grid_.tablegrid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".TableGrid"},{"id":1234,"kind":128,"name":"GridColAttributes","url":"classes/_file_table_grid_.gridcolattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/grid\""},{"id":1235,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_grid_.gridcolattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1236,"kind":32,"name":"w","url":"classes/_file_table_grid_.gridcolattributes.html#xmlkeys.w-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes.xmlKeys"},{"id":1237,"kind":65536,"name":"__type","url":"classes/_file_table_grid_.gridcolattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1238,"kind":32,"name":"w","url":"classes/_file_table_grid_.gridcolattributes.html#__type.w","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes.__type"},{"id":1239,"kind":1024,"name":"root","url":"classes/_file_table_grid_.gridcolattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1240,"kind":512,"name":"constructor","url":"classes/_file_table_grid_.gridcolattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1241,"kind":2048,"name":"prepForXml","url":"classes/_file_table_grid_.gridcolattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1242,"kind":2048,"name":"set","url":"classes/_file_table_grid_.gridcolattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1243,"kind":1024,"name":"rootKey","url":"classes/_file_table_grid_.gridcolattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1244,"kind":1024,"name":"deleted","url":"classes/_file_table_grid_.gridcolattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1245,"kind":262144,"name":"isDeleted","url":"classes/_file_table_grid_.gridcolattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/grid\".GridColAttributes"},{"id":1246,"kind":128,"name":"GridCol","url":"classes/_file_table_grid_.gridcol.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/grid\""},{"id":1247,"kind":512,"name":"constructor","url":"classes/_file_table_grid_.gridcol.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/grid\".GridCol"},{"id":1248,"kind":1024,"name":"root","url":"classes/_file_table_grid_.gridcol.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".GridCol"},{"id":1249,"kind":2048,"name":"prepForXml","url":"classes/_file_table_grid_.gridcol.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/grid\".GridCol"},{"id":1250,"kind":2048,"name":"addChildElement","url":"classes/_file_table_grid_.gridcol.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".GridCol"},{"id":1251,"kind":2048,"name":"delete","url":"classes/_file_table_grid_.gridcol.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".GridCol"},{"id":1252,"kind":1024,"name":"rootKey","url":"classes/_file_table_grid_.gridcol.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".GridCol"},{"id":1253,"kind":1024,"name":"deleted","url":"classes/_file_table_grid_.gridcol.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/grid\".GridCol"},{"id":1254,"kind":262144,"name":"isDeleted","url":"classes/_file_table_grid_.gridcol.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/grid\".GridCol"},{"id":1255,"kind":1,"name":"\"file/table/properties\"","url":"modules/_file_table_properties_.html","classes":"tsd-kind-external-module"},{"id":1256,"kind":128,"name":"TableProperties","url":"classes/_file_table_properties_.tableproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/properties\""},{"id":1257,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tableproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/properties\".TableProperties"},{"id":1258,"kind":2048,"name":"setWidth","url":"classes/_file_table_properties_.tableproperties.html#setwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/properties\".TableProperties"},{"id":1259,"kind":2048,"name":"fixedWidthLayout","url":"classes/_file_table_properties_.tableproperties.html#fixedwidthlayout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/properties\".TableProperties"},{"id":1260,"kind":2048,"name":"setBorder","url":"classes/_file_table_properties_.tableproperties.html#setborder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/properties\".TableProperties"},{"id":1261,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tableproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/properties\".TableProperties"},{"id":1262,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tableproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/properties\".TableProperties"},{"id":1263,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.tableproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/properties\".TableProperties"},{"id":1264,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.tableproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/properties\".TableProperties"},{"id":1265,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tableproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/properties\".TableProperties"},{"id":1266,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tableproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/properties\".TableProperties"},{"id":1267,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tableproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/properties\".TableProperties"},{"id":1268,"kind":256,"name":"ITableWidth","url":"interfaces/_file_table_properties_.itablewidth.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1269,"kind":1024,"name":"type","url":"interfaces/_file_table_properties_.itablewidth.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/properties\".ITableWidth"},{"id":1270,"kind":1024,"name":"w","url":"interfaces/_file_table_properties_.itablewidth.html#w","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/table/properties\".ITableWidth"},{"id":1271,"kind":128,"name":"TableWidthAttributes","url":"classes/_file_table_properties_.tablewidthattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1272,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_properties_.tablewidthattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1273,"kind":32,"name":"type","url":"classes/_file_table_properties_.tablewidthattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes.xmlKeys"},{"id":1274,"kind":32,"name":"w","url":"classes/_file_table_properties_.tablewidthattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes.xmlKeys"},{"id":1275,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tablewidthattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1276,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tablewidthattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1277,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tablewidthattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1278,"kind":2048,"name":"set","url":"classes/_file_table_properties_.tablewidthattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1279,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tablewidthattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1280,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tablewidthattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1281,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tablewidthattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableWidthAttributes"},{"id":1282,"kind":128,"name":"PreferredTableWidth","url":"classes/_file_table_properties_.preferredtablewidth.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1283,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.preferredtablewidth.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1284,"kind":1024,"name":"root","url":"classes/_file_table_properties_.preferredtablewidth.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1285,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.preferredtablewidth.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1286,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.preferredtablewidth.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1287,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.preferredtablewidth.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1288,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.preferredtablewidth.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1289,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.preferredtablewidth.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1290,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.preferredtablewidth.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".PreferredTableWidth"},{"id":1291,"kind":128,"name":"TableLayoutAttributes","url":"classes/_file_table_properties_.tablelayoutattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1292,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_properties_.tablelayoutattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1293,"kind":32,"name":"type","url":"classes/_file_table_properties_.tablelayoutattributes.html#xmlkeys.type-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes.xmlKeys"},{"id":1294,"kind":65536,"name":"__type","url":"classes/_file_table_properties_.tablelayoutattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1295,"kind":32,"name":"type","url":"classes/_file_table_properties_.tablelayoutattributes.html#__type.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes.__type"},{"id":1296,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tablelayoutattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1297,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tablelayoutattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1298,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tablelayoutattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1299,"kind":2048,"name":"set","url":"classes/_file_table_properties_.tablelayoutattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1300,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tablelayoutattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1301,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tablelayoutattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1302,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tablelayoutattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayoutAttributes"},{"id":1303,"kind":128,"name":"TableLayout","url":"classes/_file_table_properties_.tablelayout.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1304,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tablelayout.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1305,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tablelayout.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1306,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tablelayout.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1307,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.tablelayout.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1308,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.tablelayout.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1309,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tablelayout.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1310,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tablelayout.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1311,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tablelayout.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableLayout"},{"id":1312,"kind":128,"name":"TableBorders","url":"classes/_file_table_properties_.tableborders.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1313,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tableborders.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1314,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tableborders.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1315,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tableborders.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1316,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.tableborders.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1317,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.tableborders.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1318,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tableborders.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1319,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tableborders.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1320,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tableborders.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBorders"},{"id":1321,"kind":128,"name":"TableBordersElement","url":"classes/_file_table_properties_.tableborderselement.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1322,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tableborderselement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1323,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tableborderselement.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1324,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tableborderselement.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1325,"kind":2048,"name":"addChildElement","url":"classes/_file_table_properties_.tableborderselement.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1326,"kind":2048,"name":"delete","url":"classes/_file_table_properties_.tableborderselement.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1327,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tableborderselement.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1328,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tableborderselement.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1329,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tableborderselement.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersElement"},{"id":1330,"kind":128,"name":"TableBordersAttributes","url":"classes/_file_table_properties_.tablebordersattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1331,"kind":2097152,"name":"xmlKeys","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1332,"kind":32,"name":"value","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys.value-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.xmlKeys"},{"id":1333,"kind":32,"name":"size","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys.size-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.xmlKeys"},{"id":1334,"kind":32,"name":"space","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys.space-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.xmlKeys"},{"id":1335,"kind":32,"name":"color","url":"classes/_file_table_properties_.tablebordersattributes.html#xmlkeys.color-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.xmlKeys"},{"id":1336,"kind":65536,"name":"__type","url":"classes/_file_table_properties_.tablebordersattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1337,"kind":32,"name":"value","url":"classes/_file_table_properties_.tablebordersattributes.html#__type.value","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.__type"},{"id":1338,"kind":32,"name":"size","url":"classes/_file_table_properties_.tablebordersattributes.html#__type.size","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.__type"},{"id":1339,"kind":32,"name":"space","url":"classes/_file_table_properties_.tablebordersattributes.html#__type.space","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.__type"},{"id":1340,"kind":32,"name":"color","url":"classes/_file_table_properties_.tablebordersattributes.html#__type.color","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes.__type"},{"id":1341,"kind":1024,"name":"root","url":"classes/_file_table_properties_.tablebordersattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1342,"kind":512,"name":"constructor","url":"classes/_file_table_properties_.tablebordersattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1343,"kind":2048,"name":"prepForXml","url":"classes/_file_table_properties_.tablebordersattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1344,"kind":2048,"name":"set","url":"classes/_file_table_properties_.tablebordersattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1345,"kind":1024,"name":"rootKey","url":"classes/_file_table_properties_.tablebordersattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1346,"kind":1024,"name":"deleted","url":"classes/_file_table_properties_.tablebordersattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1347,"kind":262144,"name":"isDeleted","url":"classes/_file_table_properties_.tablebordersattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/table/properties\".TableBordersAttributes"},{"id":1348,"kind":4194304,"name":"WidthTypes","url":"modules/_file_table_properties_.html#widthtypes","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/table/properties\""},{"id":1349,"kind":4194304,"name":"TableLayoutOptions","url":"modules/_file_table_properties_.html#tablelayoutoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/table/properties\""},{"id":1350,"kind":1,"name":"\"file/table/table\"","url":"modules/_file_table_table_.html","classes":"tsd-kind-external-module"},{"id":1351,"kind":128,"name":"Table","url":"classes/_file_table_table_.table.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1352,"kind":512,"name":"constructor","url":"classes/_file_table_table_.table.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".Table"},{"id":1353,"kind":2048,"name":"getRow","url":"classes/_file_table_table_.table.html#getrow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".Table"},{"id":1354,"kind":2048,"name":"getCell","url":"classes/_file_table_table_.table.html#getcell","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".Table"},{"id":1355,"kind":2048,"name":"setWidth","url":"classes/_file_table_table_.table.html#setwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".Table"},{"id":1356,"kind":2048,"name":"fixedWidthLayout","url":"classes/_file_table_table_.table.html#fixedwidthlayout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".Table"},{"id":1357,"kind":1024,"name":"root","url":"classes/_file_table_table_.table.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".Table"},{"id":1358,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.table.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table\".Table"},{"id":1359,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.table.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".Table"},{"id":1360,"kind":2048,"name":"delete","url":"classes/_file_table_table_.table.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".Table"},{"id":1361,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.table.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".Table"},{"id":1362,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.table.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".Table"},{"id":1363,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.table.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".Table"},{"id":1364,"kind":128,"name":"TableRow","url":"classes/_file_table_table_.tablerow.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1365,"kind":512,"name":"constructor","url":"classes/_file_table_table_.tablerow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableRow"},{"id":1366,"kind":2048,"name":"getCell","url":"classes/_file_table_table_.tablerow.html#getcell","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableRow"},{"id":1367,"kind":2048,"name":"addGridSpan","url":"classes/_file_table_table_.tablerow.html#addgridspan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableRow"},{"id":1368,"kind":1024,"name":"root","url":"classes/_file_table_table_.tablerow.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRow"},{"id":1369,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.tablerow.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table\".TableRow"},{"id":1370,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.tablerow.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRow"},{"id":1371,"kind":2048,"name":"delete","url":"classes/_file_table_table_.tablerow.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRow"},{"id":1372,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.tablerow.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRow"},{"id":1373,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.tablerow.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRow"},{"id":1374,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.tablerow.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRow"},{"id":1375,"kind":128,"name":"TableRowProperties","url":"classes/_file_table_table_.tablerowproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1376,"kind":512,"name":"constructor","url":"classes/_file_table_table_.tablerowproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableRowProperties"},{"id":1377,"kind":1024,"name":"root","url":"classes/_file_table_table_.tablerowproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRowProperties"},{"id":1378,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.tablerowproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table\".TableRowProperties"},{"id":1379,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.tablerowproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRowProperties"},{"id":1380,"kind":2048,"name":"delete","url":"classes/_file_table_table_.tablerowproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRowProperties"},{"id":1381,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.tablerowproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRowProperties"},{"id":1382,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.tablerowproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableRowProperties"},{"id":1383,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.tablerowproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableRowProperties"},{"id":1384,"kind":128,"name":"TableCell","url":"classes/_file_table_table_.tablecell.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1385,"kind":512,"name":"constructor","url":"classes/_file_table_table_.tablecell.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableCell"},{"id":1386,"kind":2048,"name":"addContent","url":"classes/_file_table_table_.tablecell.html#addcontent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCell"},{"id":1387,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.tablecell.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableCell"},{"id":1388,"kind":2048,"name":"createParagraph","url":"classes/_file_table_table_.tablecell.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCell"},{"id":1389,"kind":262144,"name":"cellProperties","url":"classes/_file_table_table_.tablecell.html#cellproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/table/table\".TableCell"},{"id":1390,"kind":1024,"name":"root","url":"classes/_file_table_table_.tablecell.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCell"},{"id":1391,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.tablecell.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCell"},{"id":1392,"kind":2048,"name":"delete","url":"classes/_file_table_table_.tablecell.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCell"},{"id":1393,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.tablecell.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCell"},{"id":1394,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.tablecell.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCell"},{"id":1395,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.tablecell.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCell"},{"id":1396,"kind":128,"name":"TableCellProperties","url":"classes/_file_table_table_.tablecellproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/table/table\""},{"id":1397,"kind":512,"name":"constructor","url":"classes/_file_table_table_.tablecellproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/table/table\".TableCellProperties"},{"id":1398,"kind":262144,"name":"borders","url":"classes/_file_table_table_.tablecellproperties.html#borders","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1399,"kind":2048,"name":"addGridSpan","url":"classes/_file_table_table_.tablecellproperties.html#addgridspan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1400,"kind":2048,"name":"addVerticalMerge","url":"classes/_file_table_table_.tablecellproperties.html#addverticalmerge","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1401,"kind":2048,"name":"setVerticalAlign","url":"classes/_file_table_table_.tablecellproperties.html#setverticalalign","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1402,"kind":2048,"name":"setWidth","url":"classes/_file_table_table_.tablecellproperties.html#setwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1403,"kind":2048,"name":"setShading","url":"classes/_file_table_table_.tablecellproperties.html#setshading","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/table/table\".TableCellProperties"},{"id":1404,"kind":1024,"name":"root","url":"classes/_file_table_table_.tablecellproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCellProperties"},{"id":1405,"kind":2048,"name":"prepForXml","url":"classes/_file_table_table_.tablecellproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/table/table\".TableCellProperties"},{"id":1406,"kind":2048,"name":"addChildElement","url":"classes/_file_table_table_.tablecellproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCellProperties"},{"id":1407,"kind":2048,"name":"delete","url":"classes/_file_table_table_.tablecellproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCellProperties"},{"id":1408,"kind":1024,"name":"rootKey","url":"classes/_file_table_table_.tablecellproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCellProperties"},{"id":1409,"kind":1024,"name":"deleted","url":"classes/_file_table_table_.tablecellproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/table/table\".TableCellProperties"},{"id":1410,"kind":262144,"name":"isDeleted","url":"classes/_file_table_table_.tablecellproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/table/table\".TableCellProperties"},{"id":1411,"kind":1,"name":"\"file/table/index\"","url":"modules/_file_table_index_.html","classes":"tsd-kind-external-module"},{"id":1412,"kind":1,"name":"\"file/document/body/section-properties/columns/columns-attributes\"","url":"modules/_file_document_body_section_properties_columns_columns_attributes_.html","classes":"tsd-kind-external-module"},{"id":1413,"kind":256,"name":"IColumnsAttributes","url":"interfaces/_file_document_body_section_properties_columns_columns_attributes_.icolumnsattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/columns/columns-attributes\""},{"id":1414,"kind":1024,"name":"space","url":"interfaces/_file_document_body_section_properties_columns_columns_attributes_.icolumnsattributes.html#space","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/columns/columns-attributes\".IColumnsAttributes"},{"id":1415,"kind":128,"name":"ColumnsAttributes","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/columns/columns-attributes\""},{"id":1416,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1417,"kind":32,"name":"space","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#xmlkeys.space","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes.xmlKeys"},{"id":1418,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1419,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1420,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1421,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1422,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1423,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1424,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_columns_columns_attributes_.columnsattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns-attributes\".ColumnsAttributes"},{"id":1425,"kind":1,"name":"\"file/document/body/section-properties/columns/columns\"","url":"modules/_file_document_body_section_properties_columns_columns_.html","classes":"tsd-kind-external-module"},{"id":1426,"kind":128,"name":"Columns","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/columns/columns\""},{"id":1427,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1428,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1429,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1430,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1431,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1432,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1433,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1434,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_columns_columns_.columns.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/columns/columns\".Columns"},{"id":1435,"kind":1,"name":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\"","url":"modules/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.html","classes":"tsd-kind-external-module"},{"id":1436,"kind":256,"name":"IDocGridAttributesProperties","url":"interfaces/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.idocgridattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\""},{"id":1437,"kind":1024,"name":"linePitch","url":"interfaces/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.idocgridattributesproperties.html#linepitch","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".IDocGridAttributesProperties"},{"id":1438,"kind":128,"name":"DocGridAttributes","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\""},{"id":1439,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1440,"kind":32,"name":"linePitch","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#xmlkeys.linepitch","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes.xmlKeys"},{"id":1441,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1442,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1443,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1444,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1445,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1446,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1447,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_attributes_.docgridattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid-attributes\".DocGridAttributes"},{"id":1448,"kind":1,"name":"\"file/document/body/section-properties/doc-grid/doc-grid\"","url":"modules/_file_document_body_section_properties_doc_grid_doc_grid_.html","classes":"tsd-kind-external-module"},{"id":1449,"kind":128,"name":"DocumentGrid","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\""},{"id":1450,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1451,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1452,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1453,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1454,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1455,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1456,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1457,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_doc_grid_doc_grid_.documentgrid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/doc-grid/doc-grid\".DocumentGrid"},{"id":1458,"kind":1,"name":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\"","url":"modules/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.html","classes":"tsd-kind-external-module"},{"id":1459,"kind":4,"name":"FooterReferenceType","url":"enums/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\""},{"id":1460,"kind":16,"name":"DEFAULT","url":"enums/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#default","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceType"},{"id":1461,"kind":16,"name":"FIRST","url":"enums/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#first","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceType"},{"id":1462,"kind":16,"name":"EVEN","url":"enums/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferencetype.html#even","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceType"},{"id":1463,"kind":256,"name":"IFooterReferenceAttributes","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.ifooterreferenceattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\""},{"id":1464,"kind":1024,"name":"type","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.ifooterreferenceattributes.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".IFooterReferenceAttributes"},{"id":1465,"kind":1024,"name":"id","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.ifooterreferenceattributes.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".IFooterReferenceAttributes"},{"id":1466,"kind":128,"name":"FooterReferenceAttributes","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\""},{"id":1467,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1468,"kind":32,"name":"type","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes.xmlKeys"},{"id":1469,"kind":32,"name":"id","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes.xmlKeys"},{"id":1470,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1471,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1472,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1473,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1474,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1475,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1476,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_attributes_.footerreferenceattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference-attributes\".FooterReferenceAttributes"},{"id":1477,"kind":1,"name":"\"file/document/body/section-properties/footer-reference/footer-reference\"","url":"modules/_file_document_body_section_properties_footer_reference_footer_reference_.html","classes":"tsd-kind-external-module"},{"id":1478,"kind":256,"name":"IFooterOptions","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_.ifooteroptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\""},{"id":1479,"kind":1024,"name":"footerType","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_.ifooteroptions.html#footertype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".IFooterOptions"},{"id":1480,"kind":1024,"name":"footerId","url":"interfaces/_file_document_body_section_properties_footer_reference_footer_reference_.ifooteroptions.html#footerid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".IFooterOptions"},{"id":1481,"kind":128,"name":"FooterReference","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\""},{"id":1482,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1483,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1484,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1485,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1486,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1487,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1488,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1489,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_footer_reference_footer_reference_.footerreference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/footer-reference/footer-reference\".FooterReference"},{"id":1490,"kind":1,"name":"\"file/document/body/section-properties/header-reference/header-reference-attributes\"","url":"modules/_file_document_body_section_properties_header_reference_header_reference_attributes_.html","classes":"tsd-kind-external-module"},{"id":1491,"kind":4,"name":"HeaderReferenceType","url":"enums/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\""},{"id":1492,"kind":16,"name":"DEFAULT","url":"enums/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#default","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceType"},{"id":1493,"kind":16,"name":"FIRST","url":"enums/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#first","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceType"},{"id":1494,"kind":16,"name":"EVEN","url":"enums/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferencetype.html#even","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceType"},{"id":1495,"kind":256,"name":"IHeaderReferenceAttributes","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_attributes_.iheaderreferenceattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\""},{"id":1496,"kind":1024,"name":"type","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_attributes_.iheaderreferenceattributes.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".IHeaderReferenceAttributes"},{"id":1497,"kind":1024,"name":"id","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_attributes_.iheaderreferenceattributes.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".IHeaderReferenceAttributes"},{"id":1498,"kind":128,"name":"HeaderReferenceAttributes","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\""},{"id":1499,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1500,"kind":32,"name":"type","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes.xmlKeys"},{"id":1501,"kind":32,"name":"id","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes.xmlKeys"},{"id":1502,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1503,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1504,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1505,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1506,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1507,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1508,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_header_reference_header_reference_attributes_.headerreferenceattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference-attributes\".HeaderReferenceAttributes"},{"id":1509,"kind":1,"name":"\"file/document/body/section-properties/header-reference/header-reference\"","url":"modules/_file_document_body_section_properties_header_reference_header_reference_.html","classes":"tsd-kind-external-module"},{"id":1510,"kind":256,"name":"IHeaderOptions","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_.iheaderoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference\""},{"id":1511,"kind":1024,"name":"headerType","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_.iheaderoptions.html#headertype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/header-reference/header-reference\".IHeaderOptions"},{"id":1512,"kind":1024,"name":"headerId","url":"interfaces/_file_document_body_section_properties_header_reference_header_reference_.iheaderoptions.html#headerid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/header-reference/header-reference\".IHeaderOptions"},{"id":1513,"kind":128,"name":"HeaderReference","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/header-reference/header-reference\""},{"id":1514,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1515,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1516,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1517,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1518,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1519,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1520,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1521,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_header_reference_header_reference_.headerreference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/header-reference/header-reference\".HeaderReference"},{"id":1522,"kind":1,"name":"\"file/document/body/section-properties/page-margin/page-margin-attributes\"","url":"modules/_file_document_body_section_properties_page_margin_page_margin_attributes_.html","classes":"tsd-kind-external-module"},{"id":1523,"kind":256,"name":"IPageMarginAttributes","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\""},{"id":1524,"kind":1024,"name":"top","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#top","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1525,"kind":1024,"name":"right","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#right","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1526,"kind":1024,"name":"bottom","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#bottom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1527,"kind":1024,"name":"left","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#left","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1528,"kind":1024,"name":"header","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1529,"kind":1024,"name":"footer","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1530,"kind":1024,"name":"gutter","url":"interfaces/_file_document_body_section_properties_page_margin_page_margin_attributes_.ipagemarginattributes.html#gutter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".IPageMarginAttributes"},{"id":1531,"kind":128,"name":"PageMarginAttributes","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\""},{"id":1532,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1533,"kind":32,"name":"top","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.top","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1534,"kind":32,"name":"right","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.right","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1535,"kind":32,"name":"bottom","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.bottom","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1536,"kind":32,"name":"left","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.left","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1537,"kind":32,"name":"header","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.header","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1538,"kind":32,"name":"footer","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.footer","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1539,"kind":32,"name":"gutter","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#xmlkeys.gutter","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes.xmlKeys"},{"id":1540,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1541,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1542,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1543,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1544,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1545,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1546,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_margin_page_margin_attributes_.pagemarginattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin-attributes\".PageMarginAttributes"},{"id":1547,"kind":1,"name":"\"file/document/body/section-properties/page-margin/page-margin\"","url":"modules/_file_document_body_section_properties_page_margin_page_margin_.html","classes":"tsd-kind-external-module"},{"id":1548,"kind":128,"name":"PageMargin","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-margin/page-margin\""},{"id":1549,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1550,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1551,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1552,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1553,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1554,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1555,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1556,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_margin_page_margin_.pagemargin.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-margin/page-margin\".PageMargin"},{"id":1557,"kind":1,"name":"\"file/document/body/section-properties/page-size/page-size-attributes\"","url":"modules/_file_document_body_section_properties_page_size_page_size_attributes_.html","classes":"tsd-kind-external-module"},{"id":1558,"kind":4,"name":"PageOrientation","url":"enums/_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\""},{"id":1559,"kind":16,"name":"PORTRAIT","url":"enums/_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html#portrait","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageOrientation"},{"id":1560,"kind":16,"name":"LANDSCAPE","url":"enums/_file_document_body_section_properties_page_size_page_size_attributes_.pageorientation.html#landscape","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageOrientation"},{"id":1561,"kind":256,"name":"IPageSizeAttributes","url":"interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\""},{"id":1562,"kind":1024,"name":"width","url":"interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".IPageSizeAttributes"},{"id":1563,"kind":1024,"name":"height","url":"interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".IPageSizeAttributes"},{"id":1564,"kind":1024,"name":"orientation","url":"interfaces/_file_document_body_section_properties_page_size_page_size_attributes_.ipagesizeattributes.html#orientation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".IPageSizeAttributes"},{"id":1565,"kind":128,"name":"PageSizeAttributes","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\""},{"id":1566,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1567,"kind":32,"name":"width","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#xmlkeys.width","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes.xmlKeys"},{"id":1568,"kind":32,"name":"height","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#xmlkeys.height","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes.xmlKeys"},{"id":1569,"kind":32,"name":"orientation","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#xmlkeys.orientation","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes.xmlKeys"},{"id":1570,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1571,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1572,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1573,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1574,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1575,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1576,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_size_page_size_attributes_.pagesizeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size-attributes\".PageSizeAttributes"},{"id":1577,"kind":1,"name":"\"file/document/body/section-properties/page-size/page-size\"","url":"modules/_file_document_body_section_properties_page_size_page_size_.html","classes":"tsd-kind-external-module"},{"id":1578,"kind":128,"name":"PageSize","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-size/page-size\""},{"id":1579,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1580,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1581,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1582,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1583,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1584,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1585,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1586,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_size_page_size_.pagesize.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-size/page-size\".PageSize"},{"id":1587,"kind":1,"name":"\"file/document/body/section-properties/section-properties\"","url":"modules/_file_document_body_section_properties_section_properties_.html","classes":"tsd-kind-external-module"},{"id":1588,"kind":128,"name":"SectionProperties","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/section-properties\""},{"id":1589,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1590,"kind":262144,"name":"Options","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#options","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1591,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1592,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1593,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1594,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1595,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1596,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1597,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_section_properties_.sectionproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/section-properties\".SectionProperties"},{"id":1598,"kind":4194304,"name":"SectionPropertiesOptions","url":"modules/_file_document_body_section_properties_section_properties_.html#sectionpropertiesoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/section-properties\""},{"id":1599,"kind":1,"name":"\"file/document/body/section-properties/footer-reference/index\"","url":"modules/_file_document_body_section_properties_footer_reference_index_.html","classes":"tsd-kind-external-module"},{"id":1600,"kind":1,"name":"\"file/document/body/section-properties/header-reference/index\"","url":"modules/_file_document_body_section_properties_header_reference_index_.html","classes":"tsd-kind-external-module"},{"id":1601,"kind":1,"name":"\"file/document/body/section-properties/page-size/index\"","url":"modules/_file_document_body_section_properties_page_size_index_.html","classes":"tsd-kind-external-module"},{"id":1602,"kind":1,"name":"\"file/document/body/section-properties/page-number/page-number\"","url":"modules/_file_document_body_section_properties_page_number_page_number_.html","classes":"tsd-kind-external-module"},{"id":1603,"kind":4,"name":"PageNumberFormat","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-number/page-number\""},{"id":1604,"kind":16,"name":"CARDINAL_TEXT","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#cardinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1605,"kind":16,"name":"DECIMAL","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1606,"kind":16,"name":"DECIMAL_ENCLOSED_CIRCLE","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_circle","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1607,"kind":16,"name":"DECIMAL_ENCLOSED_FULL_STOP","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_full_stop","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1608,"kind":16,"name":"DECIMAL_ENCLOSED_PAREN","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_enclosed_paren","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1609,"kind":16,"name":"DECIMAL_ZERO","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#decimal_zero","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1610,"kind":16,"name":"LOWER_LETTER","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#lower_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1611,"kind":16,"name":"LOWER_ROMAN","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#lower_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1612,"kind":16,"name":"NONE","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1613,"kind":16,"name":"ORDINAL_TEXT","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#ordinal_text","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1614,"kind":16,"name":"UPPER_LETTER","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#upper_letter","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1615,"kind":16,"name":"UPPER_ROMAN","url":"enums/_file_document_body_section_properties_page_number_page_number_.pagenumberformat.html#upper_roman","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberFormat"},{"id":1616,"kind":256,"name":"IPageNumberTypeAttributes","url":"interfaces/_file_document_body_section_properties_page_number_page_number_.ipagenumbertypeattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-number/page-number\""},{"id":1617,"kind":1024,"name":"pageNumberStart","url":"interfaces/_file_document_body_section_properties_page_number_page_number_.ipagenumbertypeattributes.html#pagenumberstart","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-number/page-number\".IPageNumberTypeAttributes"},{"id":1618,"kind":1024,"name":"pageNumberFormatType","url":"interfaces/_file_document_body_section_properties_page_number_page_number_.ipagenumbertypeattributes.html#pagenumberformattype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/page-number/page-number\".IPageNumberTypeAttributes"},{"id":1619,"kind":128,"name":"PageNumberTypeAttributes","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-number/page-number\""},{"id":1620,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1621,"kind":32,"name":"pageNumberStart","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#xmlkeys.pagenumberstart","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes.xmlKeys"},{"id":1622,"kind":32,"name":"pageNumberFormatType","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#xmlkeys.pagenumberformattype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes.xmlKeys"},{"id":1623,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1624,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1625,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1626,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1627,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1628,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1629,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertypeattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberTypeAttributes"},{"id":1630,"kind":128,"name":"PageNumberType","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/page-number/page-number\""},{"id":1631,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1632,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1633,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1634,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1635,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1636,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1637,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1638,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_page_number_page_number_.pagenumbertype.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/page-number/page-number\".PageNumberType"},{"id":1639,"kind":1,"name":"\"file/document/body/section-properties/page-number/index\"","url":"modules/_file_document_body_section_properties_page_number_index_.html","classes":"tsd-kind-external-module"},{"id":1640,"kind":1,"name":"\"file/document/body/section-properties/index\"","url":"modules/_file_document_body_section_properties_index_.html","classes":"tsd-kind-external-module"},{"id":1641,"kind":1,"name":"\"file/document/body/body\"","url":"modules/_file_document_body_body_.html","classes":"tsd-kind-external-module"},{"id":1642,"kind":128,"name":"Body","url":"classes/_file_document_body_body_.body.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/body\""},{"id":1643,"kind":512,"name":"constructor","url":"classes/_file_document_body_body_.body.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/body\".Body"},{"id":1644,"kind":2048,"name":"addSection","url":"classes/_file_document_body_body_.body.html#addsection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/body/body\".Body"},{"id":1645,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_body_.body.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/body\".Body"},{"id":1646,"kind":2048,"name":"push","url":"classes/_file_document_body_body_.body.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/body/body\".Body"},{"id":1647,"kind":262144,"name":"DefaultSection","url":"classes/_file_document_body_body_.body.html#defaultsection","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/document/body/body\".Body"},{"id":1648,"kind":1024,"name":"root","url":"classes/_file_document_body_body_.body.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/body\".Body"},{"id":1649,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_body_.body.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/body\".Body"},{"id":1650,"kind":2048,"name":"delete","url":"classes/_file_document_body_body_.body.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/body\".Body"},{"id":1651,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_body_.body.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/body\".Body"},{"id":1652,"kind":1024,"name":"deleted","url":"classes/_file_document_body_body_.body.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/body\".Body"},{"id":1653,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_body_.body.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/body\".Body"},{"id":1654,"kind":1,"name":"\"file/document/body/index\"","url":"modules/_file_document_body_index_.html","classes":"tsd-kind-external-module"},{"id":1655,"kind":1,"name":"\"file/document/document\"","url":"modules/_file_document_document_.html","classes":"tsd-kind-external-module"},{"id":1656,"kind":128,"name":"Document","url":"classes/_file_document_document_.document.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/document\""},{"id":1657,"kind":512,"name":"constructor","url":"classes/_file_document_document_.document.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/document\".Document"},{"id":1658,"kind":2048,"name":"addParagraph","url":"classes/_file_document_document_.document.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1659,"kind":2048,"name":"createParagraph","url":"classes/_file_document_document_.document.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1660,"kind":2048,"name":"addTable","url":"classes/_file_document_document_.document.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1661,"kind":2048,"name":"createTable","url":"classes/_file_document_document_.document.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1662,"kind":262144,"name":"Body","url":"classes/_file_document_document_.document.html#body","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/document/document\".Document"},{"id":1663,"kind":1024,"name":"root","url":"classes/_file_document_document_.document.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document\".Document"},{"id":1664,"kind":2048,"name":"prepForXml","url":"classes/_file_document_document_.document.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/document\".Document"},{"id":1665,"kind":2048,"name":"addChildElement","url":"classes/_file_document_document_.document.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document\".Document"},{"id":1666,"kind":2048,"name":"delete","url":"classes/_file_document_document_.document.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document\".Document"},{"id":1667,"kind":1024,"name":"rootKey","url":"classes/_file_document_document_.document.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document\".Document"},{"id":1668,"kind":1024,"name":"deleted","url":"classes/_file_document_document_.document.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/document\".Document"},{"id":1669,"kind":262144,"name":"isDeleted","url":"classes/_file_document_document_.document.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/document\".Document"},{"id":1670,"kind":1,"name":"\"file/document/index\"","url":"modules/_file_document_index_.html","classes":"tsd-kind-external-module"},{"id":1671,"kind":1,"name":"\"file/footer/footer-attributes\"","url":"modules/_file_footer_footer_attributes_.html","classes":"tsd-kind-external-module"},{"id":1672,"kind":256,"name":"IFooterAttributesProperties","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/footer/footer-attributes\""},{"id":1673,"kind":1024,"name":"wpc","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1674,"kind":1024,"name":"mc","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1675,"kind":1024,"name":"o","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1676,"kind":1024,"name":"r","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1677,"kind":1024,"name":"m","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1678,"kind":1024,"name":"v","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1679,"kind":1024,"name":"wp14","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1680,"kind":1024,"name":"wp","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1681,"kind":1024,"name":"w10","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1682,"kind":1024,"name":"w","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1683,"kind":1024,"name":"w14","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1684,"kind":1024,"name":"w15","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1685,"kind":1024,"name":"wpg","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1686,"kind":1024,"name":"wpi","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1687,"kind":1024,"name":"wne","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1688,"kind":1024,"name":"wps","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1689,"kind":1024,"name":"cp","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1690,"kind":1024,"name":"dc","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1691,"kind":1024,"name":"dcterms","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1692,"kind":1024,"name":"dcmitype","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1693,"kind":1024,"name":"xsi","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1694,"kind":1024,"name":"type","url":"interfaces/_file_footer_footer_attributes_.ifooterattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footer/footer-attributes\".IFooterAttributesProperties"},{"id":1695,"kind":128,"name":"FooterAttributes","url":"classes/_file_footer_footer_attributes_.footerattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footer/footer-attributes\""},{"id":1696,"kind":2097152,"name":"xmlKeys","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1697,"kind":32,"name":"wpc","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wpc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1698,"kind":32,"name":"mc","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.mc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1699,"kind":32,"name":"o","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.o","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1700,"kind":32,"name":"r","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1701,"kind":32,"name":"m","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.m","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1702,"kind":32,"name":"v","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.v","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1703,"kind":32,"name":"wp14","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wp14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1704,"kind":32,"name":"wp","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1705,"kind":32,"name":"w10","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.w10","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1706,"kind":32,"name":"w","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1707,"kind":32,"name":"w14","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.w14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1708,"kind":32,"name":"w15","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.w15","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1709,"kind":32,"name":"wpg","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wpg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1710,"kind":32,"name":"wpi","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wpi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1711,"kind":32,"name":"wne","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wne","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1712,"kind":32,"name":"wps","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.wps","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1713,"kind":32,"name":"cp","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.cp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1714,"kind":32,"name":"dc","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.dc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1715,"kind":32,"name":"dcterms","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.dcterms","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1716,"kind":32,"name":"dcmitype","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.dcmitype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1717,"kind":32,"name":"xsi","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.xsi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1718,"kind":32,"name":"type","url":"classes/_file_footer_footer_attributes_.footerattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footer/footer-attributes\".FooterAttributes.xmlKeys"},{"id":1719,"kind":1024,"name":"root","url":"classes/_file_footer_footer_attributes_.footerattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1720,"kind":512,"name":"constructor","url":"classes/_file_footer_footer_attributes_.footerattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1721,"kind":2048,"name":"prepForXml","url":"classes/_file_footer_footer_attributes_.footerattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1722,"kind":2048,"name":"set","url":"classes/_file_footer_footer_attributes_.footerattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1723,"kind":1024,"name":"rootKey","url":"classes/_file_footer_footer_attributes_.footerattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1724,"kind":1024,"name":"deleted","url":"classes/_file_footer_footer_attributes_.footerattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1725,"kind":262144,"name":"isDeleted","url":"classes/_file_footer_footer_attributes_.footerattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer-attributes\".FooterAttributes"},{"id":1726,"kind":1,"name":"\"file/footer/footer\"","url":"modules/_file_footer_footer_.html","classes":"tsd-kind-external-module"},{"id":1727,"kind":128,"name":"Footer","url":"classes/_file_footer_footer_.footer.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footer/footer\""},{"id":1728,"kind":512,"name":"constructor","url":"classes/_file_footer_footer_.footer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footer/footer\".Footer"},{"id":1729,"kind":262144,"name":"referenceId","url":"classes/_file_footer_footer_.footer.html#referenceid","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1730,"kind":2048,"name":"addParagraph","url":"classes/_file_footer_footer_.footer.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1731,"kind":2048,"name":"createParagraph","url":"classes/_file_footer_footer_.footer.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1732,"kind":2048,"name":"addTable","url":"classes/_file_footer_footer_.footer.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1733,"kind":2048,"name":"createTable","url":"classes/_file_footer_footer_.footer.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer/footer\".Footer"},{"id":1734,"kind":1024,"name":"root","url":"classes/_file_footer_footer_.footer.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer\".Footer"},{"id":1735,"kind":2048,"name":"prepForXml","url":"classes/_file_footer_footer_.footer.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footer/footer\".Footer"},{"id":1736,"kind":2048,"name":"addChildElement","url":"classes/_file_footer_footer_.footer.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer\".Footer"},{"id":1737,"kind":2048,"name":"delete","url":"classes/_file_footer_footer_.footer.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer\".Footer"},{"id":1738,"kind":1024,"name":"rootKey","url":"classes/_file_footer_footer_.footer.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer\".Footer"},{"id":1739,"kind":1024,"name":"deleted","url":"classes/_file_footer_footer_.footer.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footer/footer\".Footer"},{"id":1740,"kind":262144,"name":"isDeleted","url":"classes/_file_footer_footer_.footer.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footer/footer\".Footer"},{"id":1741,"kind":1,"name":"\"file/relationships/attributes\"","url":"modules/_file_relationships_attributes_.html","classes":"tsd-kind-external-module"},{"id":1742,"kind":256,"name":"IRelationshipsAttributesProperties","url":"interfaces/_file_relationships_attributes_.irelationshipsattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/relationships/attributes\""},{"id":1743,"kind":1024,"name":"xmlns","url":"interfaces/_file_relationships_attributes_.irelationshipsattributesproperties.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/attributes\".IRelationshipsAttributesProperties"},{"id":1744,"kind":128,"name":"RelationshipsAttributes","url":"classes/_file_relationships_attributes_.relationshipsattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/relationships/attributes\""},{"id":1745,"kind":2097152,"name":"xmlKeys","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1746,"kind":32,"name":"xmlns","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/attributes\".RelationshipsAttributes.xmlKeys"},{"id":1747,"kind":1024,"name":"root","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1748,"kind":512,"name":"constructor","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1749,"kind":2048,"name":"prepForXml","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1750,"kind":2048,"name":"set","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1751,"kind":1024,"name":"rootKey","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1752,"kind":1024,"name":"deleted","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1753,"kind":262144,"name":"isDeleted","url":"classes/_file_relationships_attributes_.relationshipsattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/attributes\".RelationshipsAttributes"},{"id":1754,"kind":1,"name":"\"file/relationships/relationship/relationship-attributes\"","url":"modules/_file_relationships_relationship_relationship_attributes_.html","classes":"tsd-kind-external-module"},{"id":1755,"kind":256,"name":"IRelationshipAttributesProperties","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship-attributes\""},{"id":1756,"kind":1024,"name":"id","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/relationship/relationship-attributes\".IRelationshipAttributesProperties"},{"id":1757,"kind":1024,"name":"type","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/relationship/relationship-attributes\".IRelationshipAttributesProperties"},{"id":1758,"kind":1024,"name":"target","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html#target","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/relationship/relationship-attributes\".IRelationshipAttributesProperties"},{"id":1759,"kind":1024,"name":"targetMode","url":"interfaces/_file_relationships_relationship_relationship_attributes_.irelationshipattributesproperties.html#targetmode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/relationships/relationship/relationship-attributes\".IRelationshipAttributesProperties"},{"id":1760,"kind":128,"name":"RelationshipAttributes","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship-attributes\""},{"id":1761,"kind":2097152,"name":"xmlKeys","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1762,"kind":32,"name":"id","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes.xmlKeys"},{"id":1763,"kind":32,"name":"type","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes.xmlKeys"},{"id":1764,"kind":32,"name":"target","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys.target","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes.xmlKeys"},{"id":1765,"kind":32,"name":"targetMode","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#xmlkeys.targetmode","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes.xmlKeys"},{"id":1766,"kind":1024,"name":"root","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1767,"kind":512,"name":"constructor","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1768,"kind":2048,"name":"prepForXml","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1769,"kind":2048,"name":"set","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1770,"kind":1024,"name":"rootKey","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1771,"kind":1024,"name":"deleted","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1772,"kind":262144,"name":"isDeleted","url":"classes/_file_relationships_relationship_relationship_attributes_.relationshipattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship-attributes\".RelationshipAttributes"},{"id":1773,"kind":1,"name":"\"file/relationships/relationship/relationship\"","url":"modules/_file_relationships_relationship_relationship_.html","classes":"tsd-kind-external-module"},{"id":1774,"kind":128,"name":"Relationship","url":"classes/_file_relationships_relationship_relationship_.relationship.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship\""},{"id":1775,"kind":512,"name":"constructor","url":"classes/_file_relationships_relationship_relationship_.relationship.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1776,"kind":1024,"name":"root","url":"classes/_file_relationships_relationship_relationship_.relationship.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1777,"kind":2048,"name":"prepForXml","url":"classes/_file_relationships_relationship_relationship_.relationship.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1778,"kind":2048,"name":"addChildElement","url":"classes/_file_relationships_relationship_relationship_.relationship.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1779,"kind":2048,"name":"delete","url":"classes/_file_relationships_relationship_relationship_.relationship.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1780,"kind":1024,"name":"rootKey","url":"classes/_file_relationships_relationship_relationship_.relationship.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1781,"kind":1024,"name":"deleted","url":"classes/_file_relationships_relationship_relationship_.relationship.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1782,"kind":262144,"name":"isDeleted","url":"classes/_file_relationships_relationship_relationship_.relationship.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationship/relationship\".Relationship"},{"id":1783,"kind":4194304,"name":"RelationshipType","url":"modules/_file_relationships_relationship_relationship_.html#relationshiptype","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship\""},{"id":1784,"kind":4194304,"name":"TargetModeType","url":"modules/_file_relationships_relationship_relationship_.html#targetmodetype","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/relationships/relationship/relationship\""},{"id":1785,"kind":1,"name":"\"file/relationships/relationships\"","url":"modules/_file_relationships_relationships_.html","classes":"tsd-kind-external-module"},{"id":1786,"kind":128,"name":"Relationships","url":"classes/_file_relationships_relationships_.relationships.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/relationships/relationships\""},{"id":1787,"kind":512,"name":"constructor","url":"classes/_file_relationships_relationships_.relationships.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/relationships/relationships\".Relationships"},{"id":1788,"kind":2048,"name":"addRelationship","url":"classes/_file_relationships_relationships_.relationships.html#addrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/relationships/relationships\".Relationships"},{"id":1789,"kind":2048,"name":"createRelationship","url":"classes/_file_relationships_relationships_.relationships.html#createrelationship","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/relationships/relationships\".Relationships"},{"id":1790,"kind":262144,"name":"RelationshipCount","url":"classes/_file_relationships_relationships_.relationships.html#relationshipcount","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/relationships/relationships\".Relationships"},{"id":1791,"kind":1024,"name":"root","url":"classes/_file_relationships_relationships_.relationships.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationships\".Relationships"},{"id":1792,"kind":2048,"name":"prepForXml","url":"classes/_file_relationships_relationships_.relationships.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/relationships/relationships\".Relationships"},{"id":1793,"kind":2048,"name":"addChildElement","url":"classes/_file_relationships_relationships_.relationships.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationships\".Relationships"},{"id":1794,"kind":2048,"name":"delete","url":"classes/_file_relationships_relationships_.relationships.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationships\".Relationships"},{"id":1795,"kind":1024,"name":"rootKey","url":"classes/_file_relationships_relationships_.relationships.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationships\".Relationships"},{"id":1796,"kind":1024,"name":"deleted","url":"classes/_file_relationships_relationships_.relationships.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/relationships/relationships\".Relationships"},{"id":1797,"kind":262144,"name":"isDeleted","url":"classes/_file_relationships_relationships_.relationships.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/relationships/relationships\".Relationships"},{"id":1798,"kind":1,"name":"\"file/relationships/index\"","url":"modules/_file_relationships_index_.html","classes":"tsd-kind-external-module"},{"id":1799,"kind":1,"name":"\"file/footer-wrapper\"","url":"modules/_file_footer_wrapper_.html","classes":"tsd-kind-external-module"},{"id":1800,"kind":128,"name":"FooterWrapper","url":"classes/_file_footer_wrapper_.footerwrapper.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footer-wrapper\""},{"id":1801,"kind":512,"name":"constructor","url":"classes/_file_footer_wrapper_.footerwrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1802,"kind":2048,"name":"addParagraph","url":"classes/_file_footer_wrapper_.footerwrapper.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1803,"kind":2048,"name":"createParagraph","url":"classes/_file_footer_wrapper_.footerwrapper.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1804,"kind":2048,"name":"addTable","url":"classes/_file_footer_wrapper_.footerwrapper.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1805,"kind":2048,"name":"createTable","url":"classes/_file_footer_wrapper_.footerwrapper.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1806,"kind":2048,"name":"addChildElement","url":"classes/_file_footer_wrapper_.footerwrapper.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1807,"kind":2048,"name":"createImage","url":"classes/_file_footer_wrapper_.footerwrapper.html#createimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1808,"kind":2048,"name":"insertImage","url":"classes/_file_footer_wrapper_.footerwrapper.html#insertimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1809,"kind":262144,"name":"Footer","url":"classes/_file_footer_wrapper_.footerwrapper.html#footer","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1810,"kind":262144,"name":"Relationships","url":"classes/_file_footer_wrapper_.footerwrapper.html#relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/footer-wrapper\".FooterWrapper"},{"id":1811,"kind":1,"name":"\"file/footnotes/footnote/footnote-attributes\"","url":"modules/_file_footnotes_footnote_footnote_attributes_.html","classes":"tsd-kind-external-module"},{"id":1812,"kind":256,"name":"IFootnoteAttributesProperties","url":"interfaces/_file_footnotes_footnote_footnote_attributes_.ifootnoteattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/footnote-attributes\""},{"id":1813,"kind":1024,"name":"type","url":"interfaces/_file_footnotes_footnote_footnote_attributes_.ifootnoteattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnote/footnote-attributes\".IFootnoteAttributesProperties"},{"id":1814,"kind":1024,"name":"id","url":"interfaces/_file_footnotes_footnote_footnote_attributes_.ifootnoteattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnote/footnote-attributes\".IFootnoteAttributesProperties"},{"id":1815,"kind":128,"name":"FootnoteAttributes","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/footnote-attributes\""},{"id":1816,"kind":2097152,"name":"xmlKeys","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1817,"kind":32,"name":"type","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes.xmlKeys"},{"id":1818,"kind":32,"name":"id","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes.xmlKeys"},{"id":1819,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1820,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1821,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1822,"kind":2048,"name":"set","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1823,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1824,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1825,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_footnote_attributes_.footnoteattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote-attributes\".FootnoteAttributes"},{"id":1826,"kind":1,"name":"\"file/footnotes/footnote/run/footnote-ref\"","url":"modules/_file_footnotes_footnote_run_footnote_ref_.html","classes":"tsd-kind-external-module"},{"id":1827,"kind":128,"name":"FootnoteRef","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/footnote-ref\""},{"id":1828,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1829,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1830,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1831,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1832,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1833,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1834,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1835,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_footnote_ref_.footnoteref.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref\".FootnoteRef"},{"id":1836,"kind":1,"name":"\"file/footnotes/footnote/run/footnote-ref-run\"","url":"modules/_file_footnotes_footnote_run_footnote_ref_run_.html","classes":"tsd-kind-external-module"},{"id":1837,"kind":128,"name":"FootnoteRefRun","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/footnote-ref-run\""},{"id":1838,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1839,"kind":1024,"name":"properties","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1840,"kind":2048,"name":"bold","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1841,"kind":2048,"name":"italic","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1842,"kind":2048,"name":"underline","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1843,"kind":2048,"name":"color","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1844,"kind":2048,"name":"size","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1845,"kind":2048,"name":"rtl","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1846,"kind":2048,"name":"break","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1847,"kind":2048,"name":"tab","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1848,"kind":2048,"name":"pageNumber","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1849,"kind":2048,"name":"smallCaps","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1850,"kind":2048,"name":"allCaps","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1851,"kind":2048,"name":"strike","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1852,"kind":2048,"name":"doubleStrike","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1853,"kind":2048,"name":"subScript","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1854,"kind":2048,"name":"superScript","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1855,"kind":2048,"name":"font","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1856,"kind":2048,"name":"style","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1857,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1858,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1859,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1860,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1861,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1862,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1863,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_footnote_ref_run_.footnoterefrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/footnote-ref-run\".FootnoteRefRun"},{"id":1864,"kind":1,"name":"\"file/footnotes/footnote/footnote\"","url":"modules/_file_footnotes_footnote_footnote_.html","classes":"tsd-kind-external-module"},{"id":1865,"kind":4,"name":"FootnoteType","url":"enums/_file_footnotes_footnote_footnote_.footnotetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/footnote\""},{"id":1866,"kind":16,"name":"SEPERATOR","url":"enums/_file_footnotes_footnote_footnote_.footnotetype.html#seperator","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/footnotes/footnote/footnote\".FootnoteType"},{"id":1867,"kind":16,"name":"CONTINUATION_SEPERATOR","url":"enums/_file_footnotes_footnote_footnote_.footnotetype.html#continuation_seperator","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/footnotes/footnote/footnote\".FootnoteType"},{"id":1868,"kind":128,"name":"Footnote","url":"classes/_file_footnotes_footnote_footnote_.footnote.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/footnote\""},{"id":1869,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1870,"kind":2048,"name":"addParagraph","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1871,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1872,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1873,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1874,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1875,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1876,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1877,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_footnote_.footnote.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/footnote\".Footnote"},{"id":1878,"kind":1,"name":"\"file/footnotes/footnote/run/continuation-seperator\"","url":"modules/_file_footnotes_footnote_run_continuation_seperator_.html","classes":"tsd-kind-external-module"},{"id":1879,"kind":128,"name":"ContinuationSeperator","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/continuation-seperator\""},{"id":1880,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1881,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1882,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1883,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1884,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1885,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1886,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1887,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_continuation_seperator_.continuationseperator.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator\".ContinuationSeperator"},{"id":1888,"kind":1,"name":"\"file/footnotes/footnote/run/continuation-seperator-run\"","url":"modules/_file_footnotes_footnote_run_continuation_seperator_run_.html","classes":"tsd-kind-external-module"},{"id":1889,"kind":128,"name":"ContinuationSeperatorRun","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\""},{"id":1890,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1891,"kind":1024,"name":"properties","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1892,"kind":2048,"name":"bold","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1893,"kind":2048,"name":"italic","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1894,"kind":2048,"name":"underline","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1895,"kind":2048,"name":"color","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1896,"kind":2048,"name":"size","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1897,"kind":2048,"name":"rtl","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1898,"kind":2048,"name":"break","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1899,"kind":2048,"name":"tab","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1900,"kind":2048,"name":"pageNumber","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1901,"kind":2048,"name":"smallCaps","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1902,"kind":2048,"name":"allCaps","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1903,"kind":2048,"name":"strike","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1904,"kind":2048,"name":"doubleStrike","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1905,"kind":2048,"name":"subScript","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1906,"kind":2048,"name":"superScript","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1907,"kind":2048,"name":"font","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1908,"kind":2048,"name":"style","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1909,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1910,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1911,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1912,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1913,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1914,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1915,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_continuation_seperator_run_.continuationseperatorrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/continuation-seperator-run\".ContinuationSeperatorRun"},{"id":1916,"kind":1,"name":"\"file/footnotes/footnote/run/seperator\"","url":"modules/_file_footnotes_footnote_run_seperator_.html","classes":"tsd-kind-external-module"},{"id":1917,"kind":128,"name":"Seperator","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/seperator\""},{"id":1918,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1919,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1920,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1921,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1922,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1923,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1924,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1925,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_seperator_.seperator.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator\".Seperator"},{"id":1926,"kind":1,"name":"\"file/footnotes/footnote/run/seperator-run\"","url":"modules/_file_footnotes_footnote_run_seperator_run_.html","classes":"tsd-kind-external-module"},{"id":1927,"kind":128,"name":"SeperatorRun","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/seperator-run\""},{"id":1928,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1929,"kind":1024,"name":"properties","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1930,"kind":2048,"name":"bold","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1931,"kind":2048,"name":"italic","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1932,"kind":2048,"name":"underline","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1933,"kind":2048,"name":"color","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1934,"kind":2048,"name":"size","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1935,"kind":2048,"name":"rtl","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1936,"kind":2048,"name":"break","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1937,"kind":2048,"name":"tab","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1938,"kind":2048,"name":"pageNumber","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1939,"kind":2048,"name":"smallCaps","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1940,"kind":2048,"name":"allCaps","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1941,"kind":2048,"name":"strike","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1942,"kind":2048,"name":"doubleStrike","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1943,"kind":2048,"name":"subScript","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1944,"kind":2048,"name":"superScript","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1945,"kind":2048,"name":"font","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1946,"kind":2048,"name":"style","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1947,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1948,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1949,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1950,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1951,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1952,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1953,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_seperator_run_.seperatorrun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/seperator-run\".SeperatorRun"},{"id":1954,"kind":1,"name":"\"file/footnotes/footnotes-attributes\"","url":"modules/_file_footnotes_footnotes_attributes_.html","classes":"tsd-kind-external-module"},{"id":1955,"kind":256,"name":"IFootnotesAttributesProperties","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/footnotes/footnotes-attributes\""},{"id":1956,"kind":1024,"name":"wpc","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1957,"kind":1024,"name":"mc","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1958,"kind":1024,"name":"o","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1959,"kind":1024,"name":"r","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1960,"kind":1024,"name":"m","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1961,"kind":1024,"name":"v","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1962,"kind":1024,"name":"wp14","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1963,"kind":1024,"name":"wp","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1964,"kind":1024,"name":"w10","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1965,"kind":1024,"name":"w","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1966,"kind":1024,"name":"w14","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1967,"kind":1024,"name":"w15","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1968,"kind":1024,"name":"wpg","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1969,"kind":1024,"name":"wpi","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1970,"kind":1024,"name":"wne","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1971,"kind":1024,"name":"wps","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1972,"kind":1024,"name":"Ignorable","url":"interfaces/_file_footnotes_footnotes_attributes_.ifootnotesattributesproperties.html#ignorable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnotes-attributes\".IFootnotesAttributesProperties"},{"id":1973,"kind":128,"name":"FootnotesAttributes","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnotes-attributes\""},{"id":1974,"kind":2097152,"name":"xmlKeys","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1975,"kind":32,"name":"wpc","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wpc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1976,"kind":32,"name":"mc","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.mc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1977,"kind":32,"name":"o","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.o","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1978,"kind":32,"name":"r","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1979,"kind":32,"name":"m","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.m","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1980,"kind":32,"name":"v","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.v","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1981,"kind":32,"name":"wp14","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wp14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1982,"kind":32,"name":"wp","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1983,"kind":32,"name":"w10","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.w10","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1984,"kind":32,"name":"w","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1985,"kind":32,"name":"w14","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.w14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1986,"kind":32,"name":"w15","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.w15","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1987,"kind":32,"name":"wpg","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wpg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1988,"kind":32,"name":"wpi","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wpi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1989,"kind":32,"name":"wne","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wne","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1990,"kind":32,"name":"wps","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.wps","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1991,"kind":32,"name":"Ignorable","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#xmlkeys.ignorable","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes.xmlKeys"},{"id":1992,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1993,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1994,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1995,"kind":2048,"name":"set","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1996,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1997,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1998,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnotes_attributes_.footnotesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes-attributes\".FootnotesAttributes"},{"id":1999,"kind":1,"name":"\"file/footnotes/footnotes\"","url":"modules/_file_footnotes_footnotes_.html","classes":"tsd-kind-external-module"},{"id":2000,"kind":128,"name":"FootNotes","url":"classes/_file_footnotes_footnotes_.footnotes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnotes\""},{"id":2001,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnotes_.footnotes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2002,"kind":2048,"name":"createFootNote","url":"classes/_file_footnotes_footnotes_.footnotes.html#createfootnote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2003,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnotes_.footnotes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2004,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnotes_.footnotes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2005,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnotes_.footnotes.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2006,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnotes_.footnotes.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2007,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnotes_.footnotes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2008,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnotes_.footnotes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2009,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnotes_.footnotes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnotes\".FootNotes"},{"id":2010,"kind":1,"name":"\"file/footnotes/index\"","url":"modules/_file_footnotes_index_.html","classes":"tsd-kind-external-module"},{"id":2011,"kind":1,"name":"\"file/header/header-attributes\"","url":"modules/_file_header_header_attributes_.html","classes":"tsd-kind-external-module"},{"id":2012,"kind":256,"name":"IHeaderAttributesProperties","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/header/header-attributes\""},{"id":2013,"kind":1024,"name":"wpc","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wpc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2014,"kind":1024,"name":"mc","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#mc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2015,"kind":1024,"name":"o","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2016,"kind":1024,"name":"r","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2017,"kind":1024,"name":"m","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2018,"kind":1024,"name":"v","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#v","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2019,"kind":1024,"name":"wp14","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wp14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2020,"kind":1024,"name":"wp","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2021,"kind":1024,"name":"w10","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#w10","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2022,"kind":1024,"name":"w","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#w","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2023,"kind":1024,"name":"w14","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#w14","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2024,"kind":1024,"name":"w15","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#w15","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2025,"kind":1024,"name":"wpg","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wpg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2026,"kind":1024,"name":"wpi","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wpi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2027,"kind":1024,"name":"wne","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wne","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2028,"kind":1024,"name":"wps","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#wps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2029,"kind":1024,"name":"cp","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#cp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2030,"kind":1024,"name":"dc","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#dc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2031,"kind":1024,"name":"dcterms","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#dcterms","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2032,"kind":1024,"name":"dcmitype","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#dcmitype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2033,"kind":1024,"name":"xsi","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#xsi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2034,"kind":1024,"name":"type","url":"interfaces/_file_header_header_attributes_.iheaderattributesproperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/header/header-attributes\".IHeaderAttributesProperties"},{"id":2035,"kind":128,"name":"HeaderAttributes","url":"classes/_file_header_header_attributes_.headerattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/header/header-attributes\""},{"id":2036,"kind":2097152,"name":"xmlKeys","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2037,"kind":32,"name":"wpc","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wpc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2038,"kind":32,"name":"mc","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.mc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2039,"kind":32,"name":"o","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.o","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2040,"kind":32,"name":"r","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2041,"kind":32,"name":"m","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.m","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2042,"kind":32,"name":"v","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.v","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2043,"kind":32,"name":"wp14","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wp14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2044,"kind":32,"name":"wp","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2045,"kind":32,"name":"w10","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.w10","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2046,"kind":32,"name":"w","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.w","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2047,"kind":32,"name":"w14","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.w14","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2048,"kind":32,"name":"w15","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.w15","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2049,"kind":32,"name":"wpg","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wpg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2050,"kind":32,"name":"wpi","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wpi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2051,"kind":32,"name":"wne","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wne","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2052,"kind":32,"name":"wps","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.wps","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2053,"kind":32,"name":"cp","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.cp","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2054,"kind":32,"name":"dc","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.dc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2055,"kind":32,"name":"dcterms","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.dcterms","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2056,"kind":32,"name":"dcmitype","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.dcmitype","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2057,"kind":32,"name":"xsi","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.xsi","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2058,"kind":32,"name":"type","url":"classes/_file_header_header_attributes_.headerattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/header/header-attributes\".HeaderAttributes.xmlKeys"},{"id":2059,"kind":1024,"name":"root","url":"classes/_file_header_header_attributes_.headerattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2060,"kind":512,"name":"constructor","url":"classes/_file_header_header_attributes_.headerattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2061,"kind":2048,"name":"prepForXml","url":"classes/_file_header_header_attributes_.headerattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2062,"kind":2048,"name":"set","url":"classes/_file_header_header_attributes_.headerattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2063,"kind":1024,"name":"rootKey","url":"classes/_file_header_header_attributes_.headerattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2064,"kind":1024,"name":"deleted","url":"classes/_file_header_header_attributes_.headerattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2065,"kind":262144,"name":"isDeleted","url":"classes/_file_header_header_attributes_.headerattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header-attributes\".HeaderAttributes"},{"id":2066,"kind":1,"name":"\"file/header/header\"","url":"modules/_file_header_header_.html","classes":"tsd-kind-external-module"},{"id":2067,"kind":128,"name":"Header","url":"classes/_file_header_header_.header.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/header/header\""},{"id":2068,"kind":512,"name":"constructor","url":"classes/_file_header_header_.header.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/header/header\".Header"},{"id":2069,"kind":262144,"name":"referenceId","url":"classes/_file_header_header_.header.html#referenceid","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2070,"kind":2048,"name":"addParagraph","url":"classes/_file_header_header_.header.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2071,"kind":2048,"name":"createParagraph","url":"classes/_file_header_header_.header.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2072,"kind":2048,"name":"addTable","url":"classes/_file_header_header_.header.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2073,"kind":2048,"name":"createTable","url":"classes/_file_header_header_.header.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header/header\".Header"},{"id":2074,"kind":1024,"name":"root","url":"classes/_file_header_header_.header.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header\".Header"},{"id":2075,"kind":2048,"name":"prepForXml","url":"classes/_file_header_header_.header.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/header/header\".Header"},{"id":2076,"kind":2048,"name":"addChildElement","url":"classes/_file_header_header_.header.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header\".Header"},{"id":2077,"kind":2048,"name":"delete","url":"classes/_file_header_header_.header.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header\".Header"},{"id":2078,"kind":1024,"name":"rootKey","url":"classes/_file_header_header_.header.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header\".Header"},{"id":2079,"kind":1024,"name":"deleted","url":"classes/_file_header_header_.header.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/header/header\".Header"},{"id":2080,"kind":262144,"name":"isDeleted","url":"classes/_file_header_header_.header.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/header/header\".Header"},{"id":2081,"kind":1,"name":"\"file/header-wrapper\"","url":"modules/_file_header_wrapper_.html","classes":"tsd-kind-external-module"},{"id":2082,"kind":128,"name":"HeaderWrapper","url":"classes/_file_header_wrapper_.headerwrapper.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/header-wrapper\""},{"id":2083,"kind":512,"name":"constructor","url":"classes/_file_header_wrapper_.headerwrapper.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2084,"kind":2048,"name":"addParagraph","url":"classes/_file_header_wrapper_.headerwrapper.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2085,"kind":2048,"name":"createParagraph","url":"classes/_file_header_wrapper_.headerwrapper.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2086,"kind":2048,"name":"addTable","url":"classes/_file_header_wrapper_.headerwrapper.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2087,"kind":2048,"name":"createTable","url":"classes/_file_header_wrapper_.headerwrapper.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2088,"kind":2048,"name":"addChildElement","url":"classes/_file_header_wrapper_.headerwrapper.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2089,"kind":2048,"name":"createImage","url":"classes/_file_header_wrapper_.headerwrapper.html#createimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2090,"kind":2048,"name":"insertImage","url":"classes/_file_header_wrapper_.headerwrapper.html#insertimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2091,"kind":262144,"name":"Header","url":"classes/_file_header_wrapper_.headerwrapper.html#header","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2092,"kind":262144,"name":"Relationships","url":"classes/_file_header_wrapper_.headerwrapper.html#relationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/header-wrapper\".HeaderWrapper"},{"id":2093,"kind":1,"name":"\"file/paragraph/properties\"","url":"modules/_file_paragraph_properties_.html","classes":"tsd-kind-external-module"},{"id":2094,"kind":128,"name":"ParagraphProperties","url":"classes/_file_paragraph_properties_.paragraphproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/properties\""},{"id":2095,"kind":512,"name":"constructor","url":"classes/_file_paragraph_properties_.paragraphproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2096,"kind":2048,"name":"push","url":"classes/_file_paragraph_properties_.paragraphproperties.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2097,"kind":1024,"name":"root","url":"classes/_file_paragraph_properties_.paragraphproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2098,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_properties_.paragraphproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2099,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_properties_.paragraphproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2100,"kind":2048,"name":"delete","url":"classes/_file_paragraph_properties_.paragraphproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2101,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_properties_.paragraphproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2102,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_properties_.paragraphproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2103,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_properties_.paragraphproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/properties\".ParagraphProperties"},{"id":2104,"kind":1,"name":"\"file/numbering/level\"","url":"modules/_file_numbering_level_.html","classes":"tsd-kind-external-module"},{"id":2105,"kind":256,"name":"ILevelAttributesProperties","url":"interfaces/_file_numbering_level_.ilevelattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2106,"kind":1024,"name":"ilvl","url":"interfaces/_file_numbering_level_.ilevelattributesproperties.html#ilvl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/level\".ILevelAttributesProperties"},{"id":2107,"kind":1024,"name":"tentative","url":"interfaces/_file_numbering_level_.ilevelattributesproperties.html#tentative","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/level\".ILevelAttributesProperties"},{"id":2108,"kind":128,"name":"LevelAttributes","url":"classes/_file_numbering_level_.levelattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2109,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_level_.levelattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2110,"kind":32,"name":"ilvl","url":"classes/_file_numbering_level_.levelattributes.html#xmlkeys.ilvl","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes.xmlKeys"},{"id":2111,"kind":32,"name":"tentative","url":"classes/_file_numbering_level_.levelattributes.html#xmlkeys.tentative","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes.xmlKeys"},{"id":2112,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.levelattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2113,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.levelattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2114,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.levelattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2115,"kind":2048,"name":"set","url":"classes/_file_numbering_level_.levelattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2116,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.levelattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2117,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.levelattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2118,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.levelattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelAttributes"},{"id":2119,"kind":128,"name":"Start","url":"classes/_file_numbering_level_.start.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2120,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.start.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2121,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.start.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2122,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.start.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2123,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.start.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2124,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.start.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2125,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.start.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2126,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.start.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2127,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.start.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".Start"},{"id":2128,"kind":128,"name":"NumberFormat","url":"classes/_file_numbering_level_.numberformat.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2129,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.numberformat.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2130,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.numberformat.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2131,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.numberformat.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2132,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.numberformat.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2133,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.numberformat.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2134,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.numberformat.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2135,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.numberformat.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2136,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.numberformat.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".NumberFormat"},{"id":2137,"kind":128,"name":"LevelText","url":"classes/_file_numbering_level_.leveltext.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2138,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.leveltext.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2139,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.leveltext.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2140,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.leveltext.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2141,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.leveltext.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2142,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.leveltext.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2143,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.leveltext.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2144,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.leveltext.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2145,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.leveltext.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelText"},{"id":2146,"kind":128,"name":"LevelJc","url":"classes/_file_numbering_level_.leveljc.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/level\""},{"id":2147,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.leveljc.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2148,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.leveljc.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2149,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.leveljc.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2150,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.leveljc.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2151,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.leveljc.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2152,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.leveljc.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2153,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.leveljc.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2154,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.leveljc.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/level\".LevelJc"},{"id":2155,"kind":128,"name":"LevelBase","url":"classes/_file_numbering_level_.levelbase.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/level\""},{"id":2156,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.levelbase.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/level\".LevelBase"},{"id":2157,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_numbering_level_.levelbase.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2158,"kind":2048,"name":"addRunProperty","url":"classes/_file_numbering_level_.levelbase.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2159,"kind":2048,"name":"size","url":"classes/_file_numbering_level_.levelbase.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2160,"kind":2048,"name":"bold","url":"classes/_file_numbering_level_.levelbase.html#bold","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2161,"kind":2048,"name":"italics","url":"classes/_file_numbering_level_.levelbase.html#italics","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2162,"kind":2048,"name":"smallCaps","url":"classes/_file_numbering_level_.levelbase.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2163,"kind":2048,"name":"allCaps","url":"classes/_file_numbering_level_.levelbase.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2164,"kind":2048,"name":"strike","url":"classes/_file_numbering_level_.levelbase.html#strike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2165,"kind":2048,"name":"doubleStrike","url":"classes/_file_numbering_level_.levelbase.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2166,"kind":2048,"name":"subScript","url":"classes/_file_numbering_level_.levelbase.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2167,"kind":2048,"name":"superScript","url":"classes/_file_numbering_level_.levelbase.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2168,"kind":2048,"name":"underline","url":"classes/_file_numbering_level_.levelbase.html#underline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2169,"kind":2048,"name":"color","url":"classes/_file_numbering_level_.levelbase.html#color","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2170,"kind":2048,"name":"font","url":"classes/_file_numbering_level_.levelbase.html#font","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2171,"kind":2048,"name":"center","url":"classes/_file_numbering_level_.levelbase.html#center","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2172,"kind":2048,"name":"left","url":"classes/_file_numbering_level_.levelbase.html#left","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2173,"kind":2048,"name":"right","url":"classes/_file_numbering_level_.levelbase.html#right","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2174,"kind":2048,"name":"justified","url":"classes/_file_numbering_level_.levelbase.html#justified","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2175,"kind":2048,"name":"thematicBreak","url":"classes/_file_numbering_level_.levelbase.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2176,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_numbering_level_.levelbase.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2177,"kind":2048,"name":"leftTabStop","url":"classes/_file_numbering_level_.levelbase.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2178,"kind":2048,"name":"indent","url":"classes/_file_numbering_level_.levelbase.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2179,"kind":2048,"name":"spacing","url":"classes/_file_numbering_level_.levelbase.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2180,"kind":2048,"name":"keepNext","url":"classes/_file_numbering_level_.levelbase.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2181,"kind":2048,"name":"keepLines","url":"classes/_file_numbering_level_.levelbase.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/level\".LevelBase"},{"id":2182,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.levelbase.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelBase"},{"id":2183,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.levelbase.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/level\".LevelBase"},{"id":2184,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.levelbase.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelBase"},{"id":2185,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.levelbase.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelBase"},{"id":2186,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.levelbase.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelBase"},{"id":2187,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.levelbase.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelBase"},{"id":2188,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.levelbase.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelBase"},{"id":2189,"kind":128,"name":"Level","url":"classes/_file_numbering_level_.level.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/level\""},{"id":2190,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.level.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/level\".Level"},{"id":2191,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_numbering_level_.level.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2192,"kind":2048,"name":"addRunProperty","url":"classes/_file_numbering_level_.level.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2193,"kind":2048,"name":"size","url":"classes/_file_numbering_level_.level.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2194,"kind":2048,"name":"bold","url":"classes/_file_numbering_level_.level.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2195,"kind":2048,"name":"italics","url":"classes/_file_numbering_level_.level.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2196,"kind":2048,"name":"smallCaps","url":"classes/_file_numbering_level_.level.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2197,"kind":2048,"name":"allCaps","url":"classes/_file_numbering_level_.level.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2198,"kind":2048,"name":"strike","url":"classes/_file_numbering_level_.level.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2199,"kind":2048,"name":"doubleStrike","url":"classes/_file_numbering_level_.level.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2200,"kind":2048,"name":"subScript","url":"classes/_file_numbering_level_.level.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2201,"kind":2048,"name":"superScript","url":"classes/_file_numbering_level_.level.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2202,"kind":2048,"name":"underline","url":"classes/_file_numbering_level_.level.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2203,"kind":2048,"name":"color","url":"classes/_file_numbering_level_.level.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2204,"kind":2048,"name":"font","url":"classes/_file_numbering_level_.level.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2205,"kind":2048,"name":"center","url":"classes/_file_numbering_level_.level.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2206,"kind":2048,"name":"left","url":"classes/_file_numbering_level_.level.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2207,"kind":2048,"name":"right","url":"classes/_file_numbering_level_.level.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2208,"kind":2048,"name":"justified","url":"classes/_file_numbering_level_.level.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2209,"kind":2048,"name":"thematicBreak","url":"classes/_file_numbering_level_.level.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2210,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_numbering_level_.level.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2211,"kind":2048,"name":"leftTabStop","url":"classes/_file_numbering_level_.level.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2212,"kind":2048,"name":"indent","url":"classes/_file_numbering_level_.level.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2213,"kind":2048,"name":"spacing","url":"classes/_file_numbering_level_.level.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2214,"kind":2048,"name":"keepNext","url":"classes/_file_numbering_level_.level.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2215,"kind":2048,"name":"keepLines","url":"classes/_file_numbering_level_.level.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2216,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.level.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".Level"},{"id":2217,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.level.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2218,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.level.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2219,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.level.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2220,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.level.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".Level"},{"id":2221,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.level.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".Level"},{"id":2222,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.level.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".Level"},{"id":2223,"kind":128,"name":"LevelForOverride","url":"classes/_file_numbering_level_.levelforoverride.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/level\""},{"id":2224,"kind":512,"name":"constructor","url":"classes/_file_numbering_level_.levelforoverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2225,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_numbering_level_.levelforoverride.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2226,"kind":2048,"name":"addRunProperty","url":"classes/_file_numbering_level_.levelforoverride.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2227,"kind":2048,"name":"size","url":"classes/_file_numbering_level_.levelforoverride.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2228,"kind":2048,"name":"bold","url":"classes/_file_numbering_level_.levelforoverride.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2229,"kind":2048,"name":"italics","url":"classes/_file_numbering_level_.levelforoverride.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2230,"kind":2048,"name":"smallCaps","url":"classes/_file_numbering_level_.levelforoverride.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2231,"kind":2048,"name":"allCaps","url":"classes/_file_numbering_level_.levelforoverride.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2232,"kind":2048,"name":"strike","url":"classes/_file_numbering_level_.levelforoverride.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2233,"kind":2048,"name":"doubleStrike","url":"classes/_file_numbering_level_.levelforoverride.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2234,"kind":2048,"name":"subScript","url":"classes/_file_numbering_level_.levelforoverride.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2235,"kind":2048,"name":"superScript","url":"classes/_file_numbering_level_.levelforoverride.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2236,"kind":2048,"name":"underline","url":"classes/_file_numbering_level_.levelforoverride.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2237,"kind":2048,"name":"color","url":"classes/_file_numbering_level_.levelforoverride.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2238,"kind":2048,"name":"font","url":"classes/_file_numbering_level_.levelforoverride.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2239,"kind":2048,"name":"center","url":"classes/_file_numbering_level_.levelforoverride.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2240,"kind":2048,"name":"left","url":"classes/_file_numbering_level_.levelforoverride.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2241,"kind":2048,"name":"right","url":"classes/_file_numbering_level_.levelforoverride.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2242,"kind":2048,"name":"justified","url":"classes/_file_numbering_level_.levelforoverride.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2243,"kind":2048,"name":"thematicBreak","url":"classes/_file_numbering_level_.levelforoverride.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2244,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_numbering_level_.levelforoverride.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2245,"kind":2048,"name":"leftTabStop","url":"classes/_file_numbering_level_.levelforoverride.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2246,"kind":2048,"name":"indent","url":"classes/_file_numbering_level_.levelforoverride.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2247,"kind":2048,"name":"spacing","url":"classes/_file_numbering_level_.levelforoverride.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2248,"kind":2048,"name":"keepNext","url":"classes/_file_numbering_level_.levelforoverride.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2249,"kind":2048,"name":"keepLines","url":"classes/_file_numbering_level_.levelforoverride.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2250,"kind":1024,"name":"root","url":"classes/_file_numbering_level_.levelforoverride.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2251,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_level_.levelforoverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2252,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_level_.levelforoverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2253,"kind":2048,"name":"delete","url":"classes/_file_numbering_level_.levelforoverride.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2254,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_level_.levelforoverride.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2255,"kind":1024,"name":"deleted","url":"classes/_file_numbering_level_.levelforoverride.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2256,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_level_.levelforoverride.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/level\".LevelForOverride"},{"id":2257,"kind":1,"name":"\"file/numbering/multi-level-type\"","url":"modules/_file_numbering_multi_level_type_.html","classes":"tsd-kind-external-module"},{"id":2258,"kind":128,"name":"MultiLevelType","url":"classes/_file_numbering_multi_level_type_.multileveltype.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/multi-level-type\""},{"id":2259,"kind":512,"name":"constructor","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2260,"kind":1024,"name":"root","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2261,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2262,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2263,"kind":2048,"name":"delete","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2264,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2265,"kind":1024,"name":"deleted","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2266,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_multi_level_type_.multileveltype.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/multi-level-type\".MultiLevelType"},{"id":2267,"kind":1,"name":"\"file/numbering/abstract-numbering\"","url":"modules/_file_numbering_abstract_numbering_.html","classes":"tsd-kind-external-module"},{"id":2268,"kind":256,"name":"IAbstractNumberingAttributesProperties","url":"interfaces/_file_numbering_abstract_numbering_.iabstractnumberingattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\""},{"id":2269,"kind":1024,"name":"abstractNumId","url":"interfaces/_file_numbering_abstract_numbering_.iabstractnumberingattributesproperties.html#abstractnumid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".IAbstractNumberingAttributesProperties"},{"id":2270,"kind":1024,"name":"restartNumberingAfterBreak","url":"interfaces/_file_numbering_abstract_numbering_.iabstractnumberingattributesproperties.html#restartnumberingafterbreak","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".IAbstractNumberingAttributesProperties"},{"id":2271,"kind":128,"name":"AbstractNumberingAttributes","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\""},{"id":2272,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2273,"kind":32,"name":"abstractNumId","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#xmlkeys.abstractnumid","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes.xmlKeys"},{"id":2274,"kind":32,"name":"restartNumberingAfterBreak","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#xmlkeys.restartnumberingafterbreak","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes.xmlKeys"},{"id":2275,"kind":1024,"name":"root","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2276,"kind":512,"name":"constructor","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2277,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2278,"kind":2048,"name":"set","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2279,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2280,"kind":1024,"name":"deleted","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2281,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_abstract_numbering_.abstractnumberingattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/abstract-numbering\".AbstractNumberingAttributes"},{"id":2282,"kind":128,"name":"AbstractNumbering","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/abstract-numbering\""},{"id":2283,"kind":1024,"name":"id","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2284,"kind":512,"name":"constructor","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2285,"kind":2048,"name":"addLevel","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#addlevel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2286,"kind":2048,"name":"createLevel","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#createlevel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2287,"kind":1024,"name":"root","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2288,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2289,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2290,"kind":2048,"name":"delete","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2291,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2292,"kind":1024,"name":"deleted","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2293,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_abstract_numbering_.abstractnumbering.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/abstract-numbering\".AbstractNumbering"},{"id":2294,"kind":1,"name":"\"file/numbering/num\"","url":"modules/_file_numbering_num_.html","classes":"tsd-kind-external-module"},{"id":2295,"kind":128,"name":"AbstractNumId","url":"classes/_file_numbering_num_.abstractnumid.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2296,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.abstractnumid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2297,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.abstractnumid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2298,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.abstractnumid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2299,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_num_.abstractnumid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2300,"kind":2048,"name":"delete","url":"classes/_file_numbering_num_.abstractnumid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2301,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.abstractnumid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2302,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.abstractnumid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2303,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.abstractnumid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".AbstractNumId"},{"id":2304,"kind":256,"name":"INumAttributesProperties","url":"interfaces/_file_numbering_num_.inumattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2305,"kind":1024,"name":"numId","url":"interfaces/_file_numbering_num_.inumattributesproperties.html#numid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/numbering/num\".INumAttributesProperties"},{"id":2306,"kind":128,"name":"NumAttributes","url":"classes/_file_numbering_num_.numattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2307,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_num_.numattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2308,"kind":32,"name":"numId","url":"classes/_file_numbering_num_.numattributes.html#xmlkeys.numid","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes.xmlKeys"},{"id":2309,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.numattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2310,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.numattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2311,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.numattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2312,"kind":2048,"name":"set","url":"classes/_file_numbering_num_.numattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2313,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.numattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2314,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.numattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2315,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.numattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".NumAttributes"},{"id":2316,"kind":128,"name":"Num","url":"classes/_file_numbering_num_.num.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/num\""},{"id":2317,"kind":1024,"name":"id","url":"classes/_file_numbering_num_.num.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/numbering/num\".Num"},{"id":2318,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.num.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/num\".Num"},{"id":2319,"kind":2048,"name":"overrideLevel","url":"classes/_file_numbering_num_.num.html#overridelevel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/num\".Num"},{"id":2320,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.num.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".Num"},{"id":2321,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.num.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/num\".Num"},{"id":2322,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_num_.num.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".Num"},{"id":2323,"kind":2048,"name":"delete","url":"classes/_file_numbering_num_.num.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".Num"},{"id":2324,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.num.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".Num"},{"id":2325,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.num.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".Num"},{"id":2326,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.num.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".Num"},{"id":2327,"kind":128,"name":"LevelOverrideAttributes","url":"classes/_file_numbering_num_.leveloverrideattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2328,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_num_.leveloverrideattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2329,"kind":32,"name":"ilvl","url":"classes/_file_numbering_num_.leveloverrideattributes.html#xmlkeys.ilvl-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes.xmlKeys"},{"id":2330,"kind":65536,"name":"__type","url":"classes/_file_numbering_num_.leveloverrideattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2331,"kind":32,"name":"ilvl","url":"classes/_file_numbering_num_.leveloverrideattributes.html#__type.ilvl","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes.__type"},{"id":2332,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.leveloverrideattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2333,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.leveloverrideattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2334,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.leveloverrideattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2335,"kind":2048,"name":"set","url":"classes/_file_numbering_num_.leveloverrideattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2336,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.leveloverrideattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2337,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.leveloverrideattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2338,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.leveloverrideattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".LevelOverrideAttributes"},{"id":2339,"kind":128,"name":"LevelOverride","url":"classes/_file_numbering_num_.leveloverride.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/num\""},{"id":2340,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.leveloverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/num\".LevelOverride"},{"id":2341,"kind":262144,"name":"level","url":"classes/_file_numbering_num_.leveloverride.html#level","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/numbering/num\".LevelOverride"},{"id":2342,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.leveloverride.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".LevelOverride"},{"id":2343,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.leveloverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/numbering/num\".LevelOverride"},{"id":2344,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_num_.leveloverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".LevelOverride"},{"id":2345,"kind":2048,"name":"delete","url":"classes/_file_numbering_num_.leveloverride.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".LevelOverride"},{"id":2346,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.leveloverride.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".LevelOverride"},{"id":2347,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.leveloverride.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/num\".LevelOverride"},{"id":2348,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.leveloverride.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/num\".LevelOverride"},{"id":2349,"kind":128,"name":"StartOverrideAttributes","url":"classes/_file_numbering_num_.startoverrideattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2350,"kind":2097152,"name":"xmlKeys","url":"classes/_file_numbering_num_.startoverrideattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2351,"kind":32,"name":"val","url":"classes/_file_numbering_num_.startoverrideattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes.xmlKeys"},{"id":2352,"kind":65536,"name":"__type","url":"classes/_file_numbering_num_.startoverrideattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2353,"kind":32,"name":"val","url":"classes/_file_numbering_num_.startoverrideattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes.__type"},{"id":2354,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.startoverrideattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2355,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.startoverrideattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2356,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.startoverrideattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2357,"kind":2048,"name":"set","url":"classes/_file_numbering_num_.startoverrideattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2358,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.startoverrideattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2359,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.startoverrideattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2360,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.startoverrideattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverrideAttributes"},{"id":2361,"kind":128,"name":"StartOverride","url":"classes/_file_numbering_num_.startoverride.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/numbering/num\""},{"id":2362,"kind":512,"name":"constructor","url":"classes/_file_numbering_num_.startoverride.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2363,"kind":1024,"name":"root","url":"classes/_file_numbering_num_.startoverride.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2364,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_num_.startoverride.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2365,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_num_.startoverride.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2366,"kind":2048,"name":"delete","url":"classes/_file_numbering_num_.startoverride.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2367,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_num_.startoverride.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2368,"kind":1024,"name":"deleted","url":"classes/_file_numbering_num_.startoverride.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2369,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_num_.startoverride.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/numbering/num\".StartOverride"},{"id":2370,"kind":1,"name":"\"file/numbering/numbering\"","url":"modules/_file_numbering_numbering_.html","classes":"tsd-kind-external-module"},{"id":2371,"kind":128,"name":"Numbering","url":"classes/_file_numbering_numbering_.numbering.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/numbering/numbering\""},{"id":2372,"kind":512,"name":"constructor","url":"classes/_file_numbering_numbering_.numbering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/numbering\".Numbering"},{"id":2373,"kind":2048,"name":"createAbstractNumbering","url":"classes/_file_numbering_numbering_.numbering.html#createabstractnumbering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/numbering\".Numbering"},{"id":2374,"kind":2048,"name":"createConcreteNumbering","url":"classes/_file_numbering_numbering_.numbering.html#createconcretenumbering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/numbering/numbering\".Numbering"},{"id":2375,"kind":2048,"name":"prepForXml","url":"classes/_file_numbering_numbering_.numbering.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/numbering/numbering\".Numbering"},{"id":2376,"kind":1024,"name":"root","url":"classes/_file_numbering_numbering_.numbering.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/numbering\".Numbering"},{"id":2377,"kind":2048,"name":"addChildElement","url":"classes/_file_numbering_numbering_.numbering.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/numbering\".Numbering"},{"id":2378,"kind":2048,"name":"delete","url":"classes/_file_numbering_numbering_.numbering.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/numbering\".Numbering"},{"id":2379,"kind":1024,"name":"rootKey","url":"classes/_file_numbering_numbering_.numbering.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/numbering\".Numbering"},{"id":2380,"kind":1024,"name":"deleted","url":"classes/_file_numbering_numbering_.numbering.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/numbering/numbering\".Numbering"},{"id":2381,"kind":262144,"name":"isDeleted","url":"classes/_file_numbering_numbering_.numbering.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/numbering/numbering\".Numbering"},{"id":2382,"kind":1,"name":"\"file/numbering/index\"","url":"modules/_file_numbering_index_.html","classes":"tsd-kind-external-module"},{"id":2383,"kind":1,"name":"\"file/styles/defaults/paragraph-properties\"","url":"modules/_file_styles_defaults_paragraph_properties_.html","classes":"tsd-kind-external-module"},{"id":2384,"kind":128,"name":"ParagraphPropertiesDefaults","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/defaults/paragraph-properties\""},{"id":2385,"kind":512,"name":"constructor","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2386,"kind":1024,"name":"root","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2387,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2388,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2389,"kind":2048,"name":"delete","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2390,"kind":1024,"name":"rootKey","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2391,"kind":1024,"name":"deleted","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2392,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_defaults_paragraph_properties_.paragraphpropertiesdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/paragraph-properties\".ParagraphPropertiesDefaults"},{"id":2393,"kind":1,"name":"\"file/styles/defaults/run-properties\"","url":"modules/_file_styles_defaults_run_properties_.html","classes":"tsd-kind-external-module"},{"id":2394,"kind":128,"name":"RunPropertiesDefaults","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/defaults/run-properties\""},{"id":2395,"kind":512,"name":"constructor","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2396,"kind":2048,"name":"size","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2397,"kind":2048,"name":"font","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#font","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2398,"kind":1024,"name":"root","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2399,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2400,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2401,"kind":2048,"name":"delete","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2402,"kind":1024,"name":"rootKey","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2403,"kind":1024,"name":"deleted","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2404,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_defaults_run_properties_.runpropertiesdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/run-properties\".RunPropertiesDefaults"},{"id":2405,"kind":1,"name":"\"file/styles/defaults/index\"","url":"modules/_file_styles_defaults_index_.html","classes":"tsd-kind-external-module"},{"id":2406,"kind":128,"name":"DocumentDefaults","url":"classes/_file_styles_defaults_index_.documentdefaults.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/defaults/index\""},{"id":2407,"kind":512,"name":"constructor","url":"classes/_file_styles_defaults_index_.documentdefaults.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2408,"kind":1024,"name":"root","url":"classes/_file_styles_defaults_index_.documentdefaults.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2409,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_defaults_index_.documentdefaults.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2410,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_defaults_index_.documentdefaults.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2411,"kind":2048,"name":"delete","url":"classes/_file_styles_defaults_index_.documentdefaults.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2412,"kind":1024,"name":"rootKey","url":"classes/_file_styles_defaults_index_.documentdefaults.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2413,"kind":1024,"name":"deleted","url":"classes/_file_styles_defaults_index_.documentdefaults.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2414,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_defaults_index_.documentdefaults.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/defaults/index\".DocumentDefaults"},{"id":2415,"kind":1,"name":"\"file/styles/style/components\"","url":"modules/_file_styles_style_components_.html","classes":"tsd-kind-external-module"},{"id":2416,"kind":256,"name":"IComponentAttributes","url":"interfaces/_file_styles_style_components_.icomponentattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/styles/style/components\""},{"id":2417,"kind":1024,"name":"val","url":"interfaces/_file_styles_style_components_.icomponentattributes.html#val","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/styles/style/components\".IComponentAttributes"},{"id":2418,"kind":128,"name":"ComponentAttributes","url":"classes/_file_styles_style_components_.componentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/styles/style/components\""},{"id":2419,"kind":2097152,"name":"xmlKeys","url":"classes/_file_styles_style_components_.componentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2420,"kind":32,"name":"val","url":"classes/_file_styles_style_components_.componentattributes.html#xmlkeys.val","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes.xmlKeys"},{"id":2421,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.componentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2422,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.componentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2423,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.componentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2424,"kind":2048,"name":"set","url":"classes/_file_styles_style_components_.componentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2425,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.componentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2426,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.componentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2427,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.componentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/components\".ComponentAttributes"},{"id":2428,"kind":128,"name":"Name","url":"classes/_file_styles_style_components_.name.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2429,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.name.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".Name"},{"id":2430,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.name.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Name"},{"id":2431,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.name.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".Name"},{"id":2432,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.name.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Name"},{"id":2433,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.name.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Name"},{"id":2434,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.name.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Name"},{"id":2435,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.name.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Name"},{"id":2436,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.name.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Name"},{"id":2437,"kind":128,"name":"BasedOn","url":"classes/_file_styles_style_components_.basedon.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2438,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.basedon.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".BasedOn"},{"id":2439,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.basedon.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".BasedOn"},{"id":2440,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.basedon.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".BasedOn"},{"id":2441,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.basedon.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".BasedOn"},{"id":2442,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.basedon.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".BasedOn"},{"id":2443,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.basedon.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".BasedOn"},{"id":2444,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.basedon.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".BasedOn"},{"id":2445,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.basedon.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".BasedOn"},{"id":2446,"kind":128,"name":"Next","url":"classes/_file_styles_style_components_.next.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2447,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.next.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".Next"},{"id":2448,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.next.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Next"},{"id":2449,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.next.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".Next"},{"id":2450,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.next.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Next"},{"id":2451,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.next.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Next"},{"id":2452,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.next.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Next"},{"id":2453,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.next.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Next"},{"id":2454,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.next.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Next"},{"id":2455,"kind":128,"name":"Link","url":"classes/_file_styles_style_components_.link.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2456,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.link.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".Link"},{"id":2457,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.link.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Link"},{"id":2458,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.link.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".Link"},{"id":2459,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.link.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Link"},{"id":2460,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.link.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Link"},{"id":2461,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.link.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Link"},{"id":2462,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.link.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".Link"},{"id":2463,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.link.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".Link"},{"id":2464,"kind":128,"name":"UiPriority","url":"classes/_file_styles_style_components_.uipriority.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2465,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.uipriority.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".UiPriority"},{"id":2466,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.uipriority.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UiPriority"},{"id":2467,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.uipriority.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".UiPriority"},{"id":2468,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.uipriority.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UiPriority"},{"id":2469,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.uipriority.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UiPriority"},{"id":2470,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.uipriority.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UiPriority"},{"id":2471,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.uipriority.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UiPriority"},{"id":2472,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.uipriority.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UiPriority"},{"id":2473,"kind":128,"name":"UnhideWhenUsed","url":"classes/_file_styles_style_components_.unhidewhenused.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2474,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.unhidewhenused.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2475,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.unhidewhenused.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2476,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.unhidewhenused.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2477,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.unhidewhenused.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2478,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.unhidewhenused.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2479,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.unhidewhenused.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2480,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.unhidewhenused.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2481,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.unhidewhenused.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".UnhideWhenUsed"},{"id":2482,"kind":128,"name":"QuickFormat","url":"classes/_file_styles_style_components_.quickformat.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2483,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.quickformat.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2484,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.quickformat.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2485,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.quickformat.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2486,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.quickformat.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2487,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.quickformat.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2488,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.quickformat.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2489,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.quickformat.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2490,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.quickformat.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".QuickFormat"},{"id":2491,"kind":128,"name":"TableProperties","url":"classes/_file_styles_style_components_.tableproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2492,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.tableproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".TableProperties"},{"id":2493,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.tableproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2494,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.tableproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2495,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.tableproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2496,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.tableproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2497,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.tableproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".TableProperties"},{"id":2498,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.tableproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".TableProperties"},{"id":2499,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.tableproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".TableProperties"},{"id":2500,"kind":128,"name":"RsId","url":"classes/_file_styles_style_components_.rsid.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2501,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.rsid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".RsId"},{"id":2502,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.rsid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2503,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.rsid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2504,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.rsid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2505,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.rsid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2506,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.rsid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".RsId"},{"id":2507,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.rsid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".RsId"},{"id":2508,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.rsid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".RsId"},{"id":2509,"kind":128,"name":"SemiHidden","url":"classes/_file_styles_style_components_.semihidden.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/components\""},{"id":2510,"kind":512,"name":"constructor","url":"classes/_file_styles_style_components_.semihidden.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2511,"kind":1024,"name":"root","url":"classes/_file_styles_style_components_.semihidden.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2512,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_components_.semihidden.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2513,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_components_.semihidden.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2514,"kind":2048,"name":"delete","url":"classes/_file_styles_style_components_.semihidden.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2515,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_components_.semihidden.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2516,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_components_.semihidden.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2517,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_components_.semihidden.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/components\".SemiHidden"},{"id":2518,"kind":1,"name":"\"file/styles/style/index\"","url":"modules/_file_styles_style_index_.html","classes":"tsd-kind-external-module"},{"id":2519,"kind":256,"name":"IStyleAttributes","url":"interfaces/_file_styles_style_index_.istyleattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2520,"kind":1024,"name":"type","url":"interfaces/_file_styles_style_index_.istyleattributes.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/style/index\".IStyleAttributes"},{"id":2521,"kind":1024,"name":"styleId","url":"interfaces/_file_styles_style_index_.istyleattributes.html#styleid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/style/index\".IStyleAttributes"},{"id":2522,"kind":1024,"name":"default","url":"interfaces/_file_styles_style_index_.istyleattributes.html#default","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/style/index\".IStyleAttributes"},{"id":2523,"kind":1024,"name":"customStyle","url":"interfaces/_file_styles_style_index_.istyleattributes.html#customstyle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/style/index\".IStyleAttributes"},{"id":2524,"kind":128,"name":"StyleAttributes","url":"classes/_file_styles_style_index_.styleattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/styles/style/index\""},{"id":2525,"kind":2097152,"name":"xmlKeys","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2526,"kind":32,"name":"type","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys.type","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes.xmlKeys"},{"id":2527,"kind":32,"name":"styleId","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys.styleid","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes.xmlKeys"},{"id":2528,"kind":32,"name":"default","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys.default","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes.xmlKeys"},{"id":2529,"kind":32,"name":"customStyle","url":"classes/_file_styles_style_index_.styleattributes.html#xmlkeys.customstyle","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes.xmlKeys"},{"id":2530,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.styleattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2531,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.styleattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2532,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.styleattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2533,"kind":2048,"name":"set","url":"classes/_file_styles_style_index_.styleattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2534,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.styleattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2535,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.styleattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2536,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.styleattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/styles/style/index\".StyleAttributes"},{"id":2537,"kind":128,"name":"Style","url":"classes/_file_styles_style_index_.style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2538,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Style"},{"id":2539,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.style.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".Style"},{"id":2540,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Style"},{"id":2541,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Style"},{"id":2542,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Style"},{"id":2543,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Style"},{"id":2544,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Style"},{"id":2545,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Style"},{"id":2546,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Style"},{"id":2547,"kind":128,"name":"ParagraphStyle","url":"classes/_file_styles_style_index_.paragraphstyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2548,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.paragraphstyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2549,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.paragraphstyle.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2550,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.paragraphstyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2551,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.paragraphstyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2552,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.paragraphstyle.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2553,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.paragraphstyle.html#next","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2554,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.paragraphstyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2555,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.paragraphstyle.html#bold","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2556,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.paragraphstyle.html#italics","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2557,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.paragraphstyle.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2558,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.paragraphstyle.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2559,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.paragraphstyle.html#strike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2560,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.paragraphstyle.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2561,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.paragraphstyle.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2562,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.paragraphstyle.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2563,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.paragraphstyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2564,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.paragraphstyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2565,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.paragraphstyle.html#font","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2566,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.paragraphstyle.html#center","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2567,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.paragraphstyle.html#left","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2568,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.paragraphstyle.html#right","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2569,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.paragraphstyle.html#justified","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2570,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.paragraphstyle.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2571,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.paragraphstyle.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2572,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.paragraphstyle.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2573,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.paragraphstyle.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2574,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.paragraphstyle.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2575,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.paragraphstyle.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2576,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.paragraphstyle.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2577,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.paragraphstyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2578,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.paragraphstyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2579,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.paragraphstyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2580,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.paragraphstyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2581,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.paragraphstyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2582,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.paragraphstyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2583,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.paragraphstyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2584,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.paragraphstyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ParagraphStyle"},{"id":2585,"kind":128,"name":"HeadingStyle","url":"classes/_file_styles_style_index_.headingstyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2586,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.headingstyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2587,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.headingstyle.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2588,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.headingstyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2589,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.headingstyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2590,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.headingstyle.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2591,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.headingstyle.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2592,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.headingstyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2593,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.headingstyle.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2594,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.headingstyle.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2595,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.headingstyle.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2596,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.headingstyle.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2597,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.headingstyle.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2598,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.headingstyle.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2599,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.headingstyle.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2600,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.headingstyle.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2601,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.headingstyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2602,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.headingstyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2603,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.headingstyle.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2604,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.headingstyle.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2605,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.headingstyle.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2606,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.headingstyle.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2607,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.headingstyle.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2608,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.headingstyle.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2609,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.headingstyle.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2610,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.headingstyle.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2611,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.headingstyle.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2612,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.headingstyle.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2613,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.headingstyle.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2614,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.headingstyle.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2615,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.headingstyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2616,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.headingstyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2617,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.headingstyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2618,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.headingstyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2619,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.headingstyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2620,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.headingstyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2621,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.headingstyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2622,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.headingstyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HeadingStyle"},{"id":2623,"kind":128,"name":"TitleStyle","url":"classes/_file_styles_style_index_.titlestyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2624,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.titlestyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2625,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.titlestyle.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2626,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.titlestyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2627,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.titlestyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2628,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.titlestyle.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2629,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.titlestyle.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2630,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.titlestyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2631,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.titlestyle.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2632,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.titlestyle.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2633,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.titlestyle.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2634,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.titlestyle.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2635,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.titlestyle.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2636,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.titlestyle.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2637,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.titlestyle.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2638,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.titlestyle.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2639,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.titlestyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2640,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.titlestyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2641,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.titlestyle.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2642,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.titlestyle.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2643,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.titlestyle.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2644,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.titlestyle.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2645,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.titlestyle.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2646,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.titlestyle.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2647,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.titlestyle.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2648,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.titlestyle.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2649,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.titlestyle.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2650,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.titlestyle.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2651,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.titlestyle.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2652,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.titlestyle.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2653,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.titlestyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2654,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.titlestyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2655,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.titlestyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2656,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.titlestyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2657,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.titlestyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2658,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.titlestyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2659,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.titlestyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2660,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.titlestyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".TitleStyle"},{"id":2661,"kind":128,"name":"Heading1Style","url":"classes/_file_styles_style_index_.heading1style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2662,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading1style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2663,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading1style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2664,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading1style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2665,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading1style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2666,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading1style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2667,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading1style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2668,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading1style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2669,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading1style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2670,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading1style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2671,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading1style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2672,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading1style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2673,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading1style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2674,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading1style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2675,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading1style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2676,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading1style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2677,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading1style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2678,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading1style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2679,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading1style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2680,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading1style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2681,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading1style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2682,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading1style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2683,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading1style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2684,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading1style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2685,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading1style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2686,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading1style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2687,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading1style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2688,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading1style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2689,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading1style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2690,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading1style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2691,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading1style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2692,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading1style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2693,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading1style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2694,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading1style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2695,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading1style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2696,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading1style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2697,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading1style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2698,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading1style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading1Style"},{"id":2699,"kind":128,"name":"Heading2Style","url":"classes/_file_styles_style_index_.heading2style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2700,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading2style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2701,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading2style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2702,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading2style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2703,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading2style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2704,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading2style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2705,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading2style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2706,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading2style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2707,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading2style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2708,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading2style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2709,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading2style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2710,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading2style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2711,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading2style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2712,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading2style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2713,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading2style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2714,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading2style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2715,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading2style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2716,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading2style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2717,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading2style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2718,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading2style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2719,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading2style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2720,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading2style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2721,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading2style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2722,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading2style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2723,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading2style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2724,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading2style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2725,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading2style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2726,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading2style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2727,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading2style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2728,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading2style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2729,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading2style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2730,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading2style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2731,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading2style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2732,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading2style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2733,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading2style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2734,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading2style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2735,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading2style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2736,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading2style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading2Style"},{"id":2737,"kind":128,"name":"Heading3Style","url":"classes/_file_styles_style_index_.heading3style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2738,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading3style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2739,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading3style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2740,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading3style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2741,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading3style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2742,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading3style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2743,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading3style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2744,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading3style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2745,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading3style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2746,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading3style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2747,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading3style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2748,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading3style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2749,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading3style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2750,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading3style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2751,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading3style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2752,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading3style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2753,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading3style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2754,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading3style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2755,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading3style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2756,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading3style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2757,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading3style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2758,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading3style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2759,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading3style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2760,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading3style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2761,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading3style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2762,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading3style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2763,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading3style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2764,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading3style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2765,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading3style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2766,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading3style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2767,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading3style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2768,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading3style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2769,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading3style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2770,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading3style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2771,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading3style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2772,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading3style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2773,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading3style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2774,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading3style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading3Style"},{"id":2775,"kind":128,"name":"Heading4Style","url":"classes/_file_styles_style_index_.heading4style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2776,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading4style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2777,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading4style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2778,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading4style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2779,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading4style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2780,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading4style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2781,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading4style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2782,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading4style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2783,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading4style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2784,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading4style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2785,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading4style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2786,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading4style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2787,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading4style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2788,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading4style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2789,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading4style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2790,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading4style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2791,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading4style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2792,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading4style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2793,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading4style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2794,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading4style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2795,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading4style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2796,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading4style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2797,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading4style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2798,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading4style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2799,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading4style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2800,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading4style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2801,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading4style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2802,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading4style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2803,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading4style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2804,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading4style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2805,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading4style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2806,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading4style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2807,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading4style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2808,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading4style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2809,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading4style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2810,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading4style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2811,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading4style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2812,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading4style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading4Style"},{"id":2813,"kind":128,"name":"Heading5Style","url":"classes/_file_styles_style_index_.heading5style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2814,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading5style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2815,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading5style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2816,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading5style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2817,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading5style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2818,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading5style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2819,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading5style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2820,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading5style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2821,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading5style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2822,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading5style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2823,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading5style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2824,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading5style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2825,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading5style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2826,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading5style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2827,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading5style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2828,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading5style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2829,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading5style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2830,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading5style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2831,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading5style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2832,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading5style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2833,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading5style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2834,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading5style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2835,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading5style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2836,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading5style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2837,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading5style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2838,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading5style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2839,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading5style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2840,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading5style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2841,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading5style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2842,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading5style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2843,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading5style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2844,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading5style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2845,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading5style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2846,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading5style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2847,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading5style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2848,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading5style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2849,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading5style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2850,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading5style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading5Style"},{"id":2851,"kind":128,"name":"Heading6Style","url":"classes/_file_styles_style_index_.heading6style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2852,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.heading6style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2853,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.heading6style.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2854,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.heading6style.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2855,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.heading6style.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2856,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.heading6style.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2857,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.heading6style.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2858,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.heading6style.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2859,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.heading6style.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2860,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.heading6style.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2861,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.heading6style.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2862,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.heading6style.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2863,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.heading6style.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2864,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.heading6style.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2865,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.heading6style.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2866,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.heading6style.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2867,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.heading6style.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2868,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.heading6style.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2869,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.heading6style.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2870,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.heading6style.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2871,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.heading6style.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2872,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.heading6style.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2873,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.heading6style.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2874,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.heading6style.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2875,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.heading6style.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2876,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.heading6style.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2877,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.heading6style.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2878,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.heading6style.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2879,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.heading6style.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2880,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.heading6style.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2881,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.heading6style.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2882,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.heading6style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2883,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.heading6style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2884,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.heading6style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2885,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.heading6style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2886,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.heading6style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2887,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.heading6style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2888,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.heading6style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".Heading6Style"},{"id":2889,"kind":128,"name":"ListParagraph","url":"classes/_file_styles_style_index_.listparagraph.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2890,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.listparagraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2891,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.listparagraph.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2892,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.listparagraph.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2893,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.listparagraph.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2894,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.listparagraph.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2895,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.listparagraph.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2896,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.listparagraph.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2897,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.listparagraph.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2898,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.listparagraph.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2899,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.listparagraph.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2900,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.listparagraph.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2901,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.listparagraph.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2902,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.listparagraph.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2903,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.listparagraph.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2904,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.listparagraph.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2905,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.listparagraph.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2906,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.listparagraph.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2907,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.listparagraph.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2908,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.listparagraph.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2909,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.listparagraph.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2910,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.listparagraph.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2911,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.listparagraph.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2912,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.listparagraph.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2913,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.listparagraph.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2914,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.listparagraph.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2915,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.listparagraph.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2916,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.listparagraph.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2917,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.listparagraph.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2918,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.listparagraph.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2919,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.listparagraph.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2920,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.listparagraph.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2921,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.listparagraph.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2922,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.listparagraph.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2923,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.listparagraph.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2924,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.listparagraph.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2925,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.listparagraph.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2926,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.listparagraph.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".ListParagraph"},{"id":2927,"kind":128,"name":"CharacterStyle","url":"classes/_file_styles_style_index_.characterstyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2928,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.characterstyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2929,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.characterstyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2930,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.characterstyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2931,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.characterstyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2932,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.characterstyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2933,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.characterstyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2934,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.characterstyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2935,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.characterstyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2936,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.characterstyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2937,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.characterstyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2938,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.characterstyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2939,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.characterstyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2940,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.characterstyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2941,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.characterstyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".CharacterStyle"},{"id":2942,"kind":128,"name":"HyperlinkStyle","url":"classes/_file_styles_style_index_.hyperlinkstyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2943,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2944,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2945,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2946,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2947,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2948,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2949,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2950,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2951,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2952,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2953,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2954,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2955,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2956,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.hyperlinkstyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".HyperlinkStyle"},{"id":2957,"kind":128,"name":"FootnoteReferenceStyle","url":"classes/_file_styles_style_index_.footnotereferencestyle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2958,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2959,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2960,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2961,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2962,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2963,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2964,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2965,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2966,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.footnotereferencestyle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteReferenceStyle"},{"id":2967,"kind":128,"name":"FootnoteText","url":"classes/_file_styles_style_index_.footnotetext.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":2968,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.footnotetext.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2969,"kind":2048,"name":"addParagraphProperty","url":"classes/_file_styles_style_index_.footnotetext.html#addparagraphproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2970,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.footnotetext.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2971,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.footnotetext.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2972,"kind":2048,"name":"quickFormat","url":"classes/_file_styles_style_index_.footnotetext.html#quickformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2973,"kind":2048,"name":"next","url":"classes/_file_styles_style_index_.footnotetext.html#next","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2974,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.footnotetext.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2975,"kind":2048,"name":"bold","url":"classes/_file_styles_style_index_.footnotetext.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2976,"kind":2048,"name":"italics","url":"classes/_file_styles_style_index_.footnotetext.html#italics","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2977,"kind":2048,"name":"smallCaps","url":"classes/_file_styles_style_index_.footnotetext.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2978,"kind":2048,"name":"allCaps","url":"classes/_file_styles_style_index_.footnotetext.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2979,"kind":2048,"name":"strike","url":"classes/_file_styles_style_index_.footnotetext.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2980,"kind":2048,"name":"doubleStrike","url":"classes/_file_styles_style_index_.footnotetext.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2981,"kind":2048,"name":"subScript","url":"classes/_file_styles_style_index_.footnotetext.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2982,"kind":2048,"name":"superScript","url":"classes/_file_styles_style_index_.footnotetext.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2983,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.footnotetext.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2984,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.footnotetext.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2985,"kind":2048,"name":"font","url":"classes/_file_styles_style_index_.footnotetext.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2986,"kind":2048,"name":"center","url":"classes/_file_styles_style_index_.footnotetext.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2987,"kind":2048,"name":"left","url":"classes/_file_styles_style_index_.footnotetext.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2988,"kind":2048,"name":"right","url":"classes/_file_styles_style_index_.footnotetext.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2989,"kind":2048,"name":"justified","url":"classes/_file_styles_style_index_.footnotetext.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2990,"kind":2048,"name":"thematicBreak","url":"classes/_file_styles_style_index_.footnotetext.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2991,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_styles_style_index_.footnotetext.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2992,"kind":2048,"name":"leftTabStop","url":"classes/_file_styles_style_index_.footnotetext.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2993,"kind":2048,"name":"indent","url":"classes/_file_styles_style_index_.footnotetext.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2994,"kind":2048,"name":"spacing","url":"classes/_file_styles_style_index_.footnotetext.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2995,"kind":2048,"name":"keepNext","url":"classes/_file_styles_style_index_.footnotetext.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2996,"kind":2048,"name":"keepLines","url":"classes/_file_styles_style_index_.footnotetext.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2997,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.footnotetext.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2998,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.footnotetext.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteText"},{"id":2999,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.footnotetext.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3000,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.footnotetext.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3001,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.footnotetext.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3002,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.footnotetext.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3003,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.footnotetext.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3004,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.footnotetext.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteText"},{"id":3005,"kind":128,"name":"FootnoteTextChar","url":"classes/_file_styles_style_index_.footnotetextchar.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/style/index\""},{"id":3006,"kind":512,"name":"constructor","url":"classes/_file_styles_style_index_.footnotetextchar.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3007,"kind":2048,"name":"basedOn","url":"classes/_file_styles_style_index_.footnotetextchar.html#basedon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3008,"kind":2048,"name":"addRunProperty","url":"classes/_file_styles_style_index_.footnotetextchar.html#addrunproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3009,"kind":2048,"name":"color","url":"classes/_file_styles_style_index_.footnotetextchar.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3010,"kind":2048,"name":"underline","url":"classes/_file_styles_style_index_.footnotetextchar.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3011,"kind":2048,"name":"size","url":"classes/_file_styles_style_index_.footnotetextchar.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3012,"kind":2048,"name":"push","url":"classes/_file_styles_style_index_.footnotetextchar.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3013,"kind":1024,"name":"root","url":"classes/_file_styles_style_index_.footnotetextchar.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3014,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_style_index_.footnotetextchar.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3015,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_style_index_.footnotetextchar.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3016,"kind":2048,"name":"delete","url":"classes/_file_styles_style_index_.footnotetextchar.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3017,"kind":1024,"name":"rootKey","url":"classes/_file_styles_style_index_.footnotetextchar.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3018,"kind":1024,"name":"deleted","url":"classes/_file_styles_style_index_.footnotetextchar.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3019,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_style_index_.footnotetextchar.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/style/index\".FootnoteTextChar"},{"id":3020,"kind":1,"name":"\"file/styles/index\"","url":"modules/_file_styles_index_.html","classes":"tsd-kind-external-module"},{"id":3021,"kind":128,"name":"Styles","url":"classes/_file_styles_index_.styles.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/index\""},{"id":3022,"kind":512,"name":"constructor","url":"classes/_file_styles_index_.styles.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/index\".Styles"},{"id":3023,"kind":2048,"name":"push","url":"classes/_file_styles_index_.styles.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/index\".Styles"},{"id":3024,"kind":2048,"name":"createDocumentDefaults","url":"classes/_file_styles_index_.styles.html#createdocumentdefaults","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/index\".Styles"},{"id":3025,"kind":2048,"name":"createParagraphStyle","url":"classes/_file_styles_index_.styles.html#createparagraphstyle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/index\".Styles"},{"id":3026,"kind":1024,"name":"root","url":"classes/_file_styles_index_.styles.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/index\".Styles"},{"id":3027,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_index_.styles.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/index\".Styles"},{"id":3028,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_index_.styles.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/index\".Styles"},{"id":3029,"kind":2048,"name":"delete","url":"classes/_file_styles_index_.styles.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/index\".Styles"},{"id":3030,"kind":1024,"name":"rootKey","url":"classes/_file_styles_index_.styles.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/index\".Styles"},{"id":3031,"kind":1024,"name":"deleted","url":"classes/_file_styles_index_.styles.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/index\".Styles"},{"id":3032,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_index_.styles.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/index\".Styles"},{"id":3033,"kind":1,"name":"\"file/styles/external-styles-factory\"","url":"modules/_file_styles_external_styles_factory_.html","classes":"tsd-kind-external-module"},{"id":3034,"kind":128,"name":"ExternalStylesFactory","url":"classes/_file_styles_external_styles_factory_.externalstylesfactory.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/external-styles-factory\""},{"id":3035,"kind":2048,"name":"newInstance","url":"classes/_file_styles_external_styles_factory_.externalstylesfactory.html#newinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/external-styles-factory\".ExternalStylesFactory"},{"id":3036,"kind":1,"name":"\"file/styles/factory\"","url":"modules/_file_styles_factory_.html","classes":"tsd-kind-external-module"},{"id":3037,"kind":128,"name":"DefaultStylesFactory","url":"classes/_file_styles_factory_.defaultstylesfactory.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/factory\""},{"id":3038,"kind":2048,"name":"newInstance","url":"classes/_file_styles_factory_.defaultstylesfactory.html#newinstance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/factory\".DefaultStylesFactory"},{"id":3039,"kind":1,"name":"\"file/file\"","url":"modules/_file_file_.html","classes":"tsd-kind-external-module"},{"id":3040,"kind":128,"name":"File","url":"classes/_file_file_.file.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/file\""},{"id":3041,"kind":512,"name":"constructor","url":"classes/_file_file_.file.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3042,"kind":2048,"name":"addParagraph","url":"classes/_file_file_.file.html#addparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3043,"kind":2048,"name":"createParagraph","url":"classes/_file_file_.file.html#createparagraph","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3044,"kind":2048,"name":"addTable","url":"classes/_file_file_.file.html#addtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3045,"kind":2048,"name":"createTable","url":"classes/_file_file_.file.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3046,"kind":2048,"name":"createImage","url":"classes/_file_file_.file.html#createimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3047,"kind":2048,"name":"insertImage","url":"classes/_file_file_.file.html#insertimage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3048,"kind":2048,"name":"createImageFromBuffer","url":"classes/_file_file_.file.html#createimagefrombuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3049,"kind":2048,"name":"createHyperlink","url":"classes/_file_file_.file.html#createhyperlink","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3050,"kind":2048,"name":"createInternalHyperLink","url":"classes/_file_file_.file.html#createinternalhyperlink","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3051,"kind":2048,"name":"createBookmark","url":"classes/_file_file_.file.html#createbookmark","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3052,"kind":2048,"name":"addSection","url":"classes/_file_file_.file.html#addsection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3053,"kind":2048,"name":"createFootnote","url":"classes/_file_file_.file.html#createfootnote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3054,"kind":2048,"name":"createHeader","url":"classes/_file_file_.file.html#createheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3055,"kind":2048,"name":"createFooter","url":"classes/_file_file_.file.html#createfooter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3056,"kind":2048,"name":"createFirstPageHeader","url":"classes/_file_file_.file.html#createfirstpageheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3057,"kind":262144,"name":"Document","url":"classes/_file_file_.file.html#document","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3058,"kind":262144,"name":"Styles","url":"classes/_file_file_.file.html#styles","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3059,"kind":262144,"name":"CoreProperties","url":"classes/_file_file_.file.html#coreproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3060,"kind":262144,"name":"Numbering","url":"classes/_file_file_.file.html#numbering","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3061,"kind":262144,"name":"Media","url":"classes/_file_file_.file.html#media","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3062,"kind":262144,"name":"DocumentRelationships","url":"classes/_file_file_.file.html#documentrelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3063,"kind":262144,"name":"FileRelationships","url":"classes/_file_file_.file.html#filerelationships","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3064,"kind":262144,"name":"Header","url":"classes/_file_file_.file.html#header","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3065,"kind":262144,"name":"Headers","url":"classes/_file_file_.file.html#headers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3066,"kind":2048,"name":"HeaderByRefNumber","url":"classes/_file_file_.file.html#headerbyrefnumber","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3067,"kind":262144,"name":"Footer","url":"classes/_file_file_.file.html#footer","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3068,"kind":262144,"name":"Footers","url":"classes/_file_file_.file.html#footers","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3069,"kind":2048,"name":"FooterByRefNumber","url":"classes/_file_file_.file.html#footerbyrefnumber","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3070,"kind":262144,"name":"ContentTypes","url":"classes/_file_file_.file.html#contenttypes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3071,"kind":262144,"name":"AppProperties","url":"classes/_file_file_.file.html#appproperties","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3072,"kind":262144,"name":"FootNotes","url":"classes/_file_file_.file.html#footnotes","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/file\".File"},{"id":3073,"kind":1,"name":"\"file/media/data\"","url":"modules/_file_media_data_.html","classes":"tsd-kind-external-module"},{"id":3074,"kind":256,"name":"IMediaDataDimensions","url":"interfaces/_file_media_data_.imediadatadimensions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/media/data\""},{"id":3075,"kind":1024,"name":"pixels","url":"interfaces/_file_media_data_.imediadatadimensions.html#pixels","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaDataDimensions"},{"id":3076,"kind":65536,"name":"__type","url":"interfaces/_file_media_data_.imediadatadimensions.html#pixels.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.pixels"},{"id":3077,"kind":32,"name":"x","url":"interfaces/_file_media_data_.imediadatadimensions.html#pixels.__type-1.x-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.pixels.__type"},{"id":3078,"kind":32,"name":"y","url":"interfaces/_file_media_data_.imediadatadimensions.html#pixels.__type-1.y-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.pixels.__type"},{"id":3079,"kind":1024,"name":"emus","url":"interfaces/_file_media_data_.imediadatadimensions.html#emus","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaDataDimensions"},{"id":3080,"kind":65536,"name":"__type","url":"interfaces/_file_media_data_.imediadatadimensions.html#emus.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.emus"},{"id":3081,"kind":32,"name":"x","url":"interfaces/_file_media_data_.imediadatadimensions.html#emus.__type.x","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.emus.__type"},{"id":3082,"kind":32,"name":"y","url":"interfaces/_file_media_data_.imediadatadimensions.html#emus.__type.y","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/media/data\".IMediaDataDimensions.emus.__type"},{"id":3083,"kind":256,"name":"IMediaData","url":"interfaces/_file_media_data_.imediadata.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/media/data\""},{"id":3084,"kind":1024,"name":"referenceId","url":"interfaces/_file_media_data_.imediadata.html#referenceid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3085,"kind":1024,"name":"stream","url":"interfaces/_file_media_data_.imediadata.html#stream","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3086,"kind":1024,"name":"path","url":"interfaces/_file_media_data_.imediadata.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3087,"kind":1024,"name":"fileName","url":"interfaces/_file_media_data_.imediadata.html#filename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3088,"kind":1024,"name":"dimensions","url":"interfaces/_file_media_data_.imediadata.html#dimensions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/media/data\".IMediaData"},{"id":3089,"kind":32,"name":"WORKAROUND2","url":"modules/_file_media_data_.html#workaround2","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"file/media/data\""},{"id":3090,"kind":1,"name":"\"file/media/media\"","url":"modules/_file_media_media_.html","classes":"tsd-kind-external-module"},{"id":3091,"kind":256,"name":"IHackedFile","url":"interfaces/_file_media_media_.ihackedfile.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/media/media\""},{"id":3092,"kind":1024,"name":"currentRelationshipId","url":"interfaces/_file_media_media_.ihackedfile.html#currentrelationshipid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/media/media\".IHackedFile"},{"id":3093,"kind":128,"name":"Media","url":"classes/_file_media_media_.media.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/media/media\""},{"id":3094,"kind":2048,"name":"addImage","url":"classes/_file_media_media_.media.html#addimage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"file/media/media\".Media"},{"id":3095,"kind":2048,"name":"addImageFromBuffer","url":"classes/_file_media_media_.media.html#addimagefrombuffer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"file/media/media\".Media"},{"id":3096,"kind":512,"name":"constructor","url":"classes/_file_media_media_.media.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3097,"kind":2048,"name":"getMedia","url":"classes/_file_media_media_.media.html#getmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3098,"kind":2048,"name":"addMedia","url":"classes/_file_media_media_.media.html#addmedia","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3099,"kind":2048,"name":"addMediaFromBuffer","url":"classes/_file_media_media_.media.html#addmediafrombuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3100,"kind":262144,"name":"array","url":"classes/_file_media_media_.media.html#array","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"file/media/media\".Media"},{"id":3101,"kind":1,"name":"\"file/media/index\"","url":"modules/_file_media_index_.html","classes":"tsd-kind-external-module"},{"id":3102,"kind":1,"name":"\"file/drawing/floating/floating-position\"","url":"modules/_file_drawing_floating_floating_position_.html","classes":"tsd-kind-external-module"},{"id":3103,"kind":4,"name":"HorizontalPositionRelativeFrom","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3104,"kind":16,"name":"CHARACTER","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#character","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3105,"kind":16,"name":"COLUMN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#column","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3106,"kind":16,"name":"INSIDE_MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#inside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3107,"kind":16,"name":"LEFT_MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#left_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3108,"kind":16,"name":"MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3109,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#outside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3110,"kind":16,"name":"PAGE","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3111,"kind":16,"name":"RIGHT_MARGIN","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionrelativefrom.html#right_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionRelativeFrom"},{"id":3112,"kind":4,"name":"VerticalPositionRelativeFrom","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3113,"kind":16,"name":"BOTTOM_MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#bottom_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3114,"kind":16,"name":"INSIDE_MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#inside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3115,"kind":16,"name":"LINE","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#line","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3116,"kind":16,"name":"MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3117,"kind":16,"name":"OUTSIDE_MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#outside_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3118,"kind":16,"name":"PAGE","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#page","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3119,"kind":16,"name":"PARAGRAPH","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#paragraph","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3120,"kind":16,"name":"TOP_MARGIN","url":"enums/_file_drawing_floating_floating_position_.verticalpositionrelativefrom.html#top_margin","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionRelativeFrom"},{"id":3121,"kind":4,"name":"HorizontalPositionAlign","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3122,"kind":16,"name":"CENTER","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3123,"kind":16,"name":"INSIDE","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3124,"kind":16,"name":"LEFT","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3125,"kind":16,"name":"OUTSIDE","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3126,"kind":16,"name":"RIGHT","url":"enums/_file_drawing_floating_floating_position_.horizontalpositionalign.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".HorizontalPositionAlign"},{"id":3127,"kind":4,"name":"VerticalPositionAlign","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3128,"kind":16,"name":"BOTTOM","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3129,"kind":16,"name":"CENTER","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#center","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3130,"kind":16,"name":"INSIDE","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#inside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3131,"kind":16,"name":"OUTSIDE","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#outside","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3132,"kind":16,"name":"TOP","url":"enums/_file_drawing_floating_floating_position_.verticalpositionalign.html#top","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/floating/floating-position\".VerticalPositionAlign"},{"id":3133,"kind":256,"name":"IHorizontalPositionOptions","url":"interfaces/_file_drawing_floating_floating_position_.ihorizontalpositionoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3134,"kind":1024,"name":"relative","url":"interfaces/_file_drawing_floating_floating_position_.ihorizontalpositionoptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IHorizontalPositionOptions"},{"id":3135,"kind":1024,"name":"align","url":"interfaces/_file_drawing_floating_floating_position_.ihorizontalpositionoptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IHorizontalPositionOptions"},{"id":3136,"kind":1024,"name":"offset","url":"interfaces/_file_drawing_floating_floating_position_.ihorizontalpositionoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IHorizontalPositionOptions"},{"id":3137,"kind":256,"name":"IVerticalPositionOptions","url":"interfaces/_file_drawing_floating_floating_position_.iverticalpositionoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3138,"kind":1024,"name":"relative","url":"interfaces/_file_drawing_floating_floating_position_.iverticalpositionoptions.html#relative","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IVerticalPositionOptions"},{"id":3139,"kind":1024,"name":"align","url":"interfaces/_file_drawing_floating_floating_position_.iverticalpositionoptions.html#align","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IVerticalPositionOptions"},{"id":3140,"kind":1024,"name":"offset","url":"interfaces/_file_drawing_floating_floating_position_.iverticalpositionoptions.html#offset","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IVerticalPositionOptions"},{"id":3141,"kind":256,"name":"IFloating","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/floating/floating-position\""},{"id":3142,"kind":1024,"name":"horizontalPosition","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#horizontalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3143,"kind":1024,"name":"verticalPosition","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#verticalposition","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3144,"kind":1024,"name":"allowOverlap","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#allowoverlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3145,"kind":1024,"name":"lockAnchor","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#lockanchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3146,"kind":1024,"name":"behindDocument","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#behinddocument","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3147,"kind":1024,"name":"layoutInCell","url":"interfaces/_file_drawing_floating_floating_position_.ifloating.html#layoutincell","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/floating/floating-position\".IFloating"},{"id":3148,"kind":1,"name":"\"file/drawing/floating/simple-pos\"","url":"modules/_file_drawing_floating_simple_pos_.html","classes":"tsd-kind-external-module"},{"id":3149,"kind":256,"name":"ISimplePosAttributes","url":"interfaces/_file_drawing_floating_simple_pos_.isimpleposattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\""},{"id":3150,"kind":1024,"name":"x","url":"interfaces/_file_drawing_floating_simple_pos_.isimpleposattributes.html#x","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".ISimplePosAttributes"},{"id":3151,"kind":1024,"name":"y","url":"interfaces/_file_drawing_floating_simple_pos_.isimpleposattributes.html#y","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".ISimplePosAttributes"},{"id":3152,"kind":128,"name":"SimplePosAttributes","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\""},{"id":3153,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3154,"kind":32,"name":"x","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#xmlkeys.x","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes.xmlKeys"},{"id":3155,"kind":32,"name":"y","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#xmlkeys.y","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes.xmlKeys"},{"id":3156,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3157,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3158,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3159,"kind":2048,"name":"set","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3160,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3161,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3162,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_simple_pos_.simpleposattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/simple-pos\".SimplePosAttributes"},{"id":3163,"kind":128,"name":"SimplePos","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/simple-pos\""},{"id":3164,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3165,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3166,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3167,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3168,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3169,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3170,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3171,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_simple_pos_.simplepos.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/simple-pos\".SimplePos"},{"id":3172,"kind":1,"name":"\"file/drawing/floating/align\"","url":"modules/_file_drawing_floating_align_.html","classes":"tsd-kind-external-module"},{"id":3173,"kind":128,"name":"Align","url":"classes/_file_drawing_floating_align_.align.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/align\""},{"id":3174,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_align_.align.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/align\".Align"},{"id":3175,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_align_.align.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/align\".Align"},{"id":3176,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_align_.align.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/align\".Align"},{"id":3177,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_align_.align.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/align\".Align"},{"id":3178,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_align_.align.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/align\".Align"},{"id":3179,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_align_.align.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/align\".Align"},{"id":3180,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_align_.align.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/align\".Align"},{"id":3181,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_align_.align.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/align\".Align"},{"id":3182,"kind":1,"name":"\"file/drawing/floating/position-offset\"","url":"modules/_file_drawing_floating_position_offset_.html","classes":"tsd-kind-external-module"},{"id":3183,"kind":128,"name":"PositionOffset","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/position-offset\""},{"id":3184,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3185,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3186,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3187,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3188,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3189,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3190,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3191,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_position_offset_.positionoffset.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/position-offset\".PositionOffset"},{"id":3192,"kind":1,"name":"\"file/drawing/floating/horizontal-position\"","url":"modules/_file_drawing_floating_horizontal_position_.html","classes":"tsd-kind-external-module"},{"id":3193,"kind":256,"name":"IHorizontalPositionAttributes","url":"interfaces/_file_drawing_floating_horizontal_position_.ihorizontalpositionattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\""},{"id":3194,"kind":1024,"name":"relativeFrom","url":"interfaces/_file_drawing_floating_horizontal_position_.ihorizontalpositionattributes.html#relativefrom","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".IHorizontalPositionAttributes"},{"id":3195,"kind":128,"name":"HorizontalPositionAttributes","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\""},{"id":3196,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3197,"kind":32,"name":"relativeFrom","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#xmlkeys.relativefrom","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes.xmlKeys"},{"id":3198,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3199,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3200,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3201,"kind":2048,"name":"set","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3202,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3203,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3204,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_horizontal_position_.horizontalpositionattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPositionAttributes"},{"id":3205,"kind":128,"name":"HorizontalPosition","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/horizontal-position\""},{"id":3206,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3207,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3208,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3209,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3210,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3211,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3212,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3213,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_horizontal_position_.horizontalposition.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/horizontal-position\".HorizontalPosition"},{"id":3214,"kind":1,"name":"\"file/drawing/floating/vertical-position\"","url":"modules/_file_drawing_floating_vertical_position_.html","classes":"tsd-kind-external-module"},{"id":3215,"kind":256,"name":"IVerticalPositionAttributes","url":"interfaces/_file_drawing_floating_vertical_position_.iverticalpositionattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\""},{"id":3216,"kind":1024,"name":"relativeFrom","url":"interfaces/_file_drawing_floating_vertical_position_.iverticalpositionattributes.html#relativefrom","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".IVerticalPositionAttributes"},{"id":3217,"kind":128,"name":"VerticalPositionAttributes","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\""},{"id":3218,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3219,"kind":32,"name":"relativeFrom","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#xmlkeys.relativefrom","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes.xmlKeys"},{"id":3220,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3221,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3222,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3223,"kind":2048,"name":"set","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3224,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3225,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3226,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_vertical_position_.verticalpositionattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/floating/vertical-position\".VerticalPositionAttributes"},{"id":3227,"kind":128,"name":"VerticalPosition","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/floating/vertical-position\""},{"id":3228,"kind":512,"name":"constructor","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3229,"kind":1024,"name":"root","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3230,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3231,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3232,"kind":2048,"name":"delete","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3233,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3234,"kind":1024,"name":"deleted","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3235,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_floating_vertical_position_.verticalposition.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/floating/vertical-position\".VerticalPosition"},{"id":3236,"kind":1,"name":"\"file/drawing/floating/index\"","url":"modules/_file_drawing_floating_index_.html","classes":"tsd-kind-external-module"},{"id":3237,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\"","url":"modules/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.html","classes":"tsd-kind-external-module"},{"id":3238,"kind":256,"name":"IGraphicDataAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.igraphicdataattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\""},{"id":3239,"kind":1024,"name":"uri","url":"interfaces/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.igraphicdataattributes.html#uri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".IGraphicDataAttributes"},{"id":3240,"kind":128,"name":"GraphicDataAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\""},{"id":3241,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3242,"kind":32,"name":"uri","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#xmlkeys.uri","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes.xmlKeys"},{"id":3243,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3244,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3245,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3246,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3247,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3248,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3249,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_attribute_.graphicdataattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data-attribute\".GraphicDataAttributes"},{"id":3250,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.html","classes":"tsd-kind-external-module"},{"id":3251,"kind":256,"name":"IBlipProperties","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.iblipproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\""},{"id":3252,"kind":1024,"name":"embed","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.iblipproperties.html#embed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".IBlipProperties"},{"id":3253,"kind":1024,"name":"cstate","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.iblipproperties.html#cstate","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".IBlipProperties"},{"id":3254,"kind":128,"name":"BlipAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\""},{"id":3255,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3256,"kind":32,"name":"embed","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#xmlkeys.embed","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes.xmlKeys"},{"id":3257,"kind":32,"name":"cstate","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#xmlkeys.cstate","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes.xmlKeys"},{"id":3258,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3259,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3260,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3261,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3262,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3263,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3264,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blipattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".BlipAttributes"},{"id":3265,"kind":128,"name":"Blip","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\""},{"id":3266,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3267,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3268,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3269,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3270,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3271,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3272,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3273,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_.blip.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip\".Blip"},{"id":3274,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.html","classes":"tsd-kind-external-module"},{"id":3275,"kind":128,"name":"SourceRectangle","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\""},{"id":3276,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3277,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3278,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3279,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3280,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3281,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3282,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3283,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_source_rectangle_.sourcerectangle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle\".SourceRectangle"},{"id":3284,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.html","classes":"tsd-kind-external-module"},{"id":3285,"kind":128,"name":"FillRectangle","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\""},{"id":3286,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3287,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3288,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3289,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3290,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3291,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3292,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3293,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.fillrectangle.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".FillRectangle"},{"id":3294,"kind":128,"name":"Stretch","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\""},{"id":3295,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3296,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3297,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3298,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3299,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3300,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3301,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3302,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_stretch_.stretch.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/stretch\".Stretch"},{"id":3303,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.html","classes":"tsd-kind-external-module"},{"id":3304,"kind":128,"name":"BlipFill","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\""},{"id":3305,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3306,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3307,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3308,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3309,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3310,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3311,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3312,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_blip_blip_fill_.blipfill.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill\".BlipFill"},{"id":3313,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.html","classes":"tsd-kind-external-module"},{"id":3314,"kind":256,"name":"IPicLocksAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.ipiclocksattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\""},{"id":3315,"kind":1024,"name":"noChangeAspect","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.ipiclocksattributes.html#nochangeaspect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".IPicLocksAttributes"},{"id":3316,"kind":1024,"name":"noChangeArrowheads","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.ipiclocksattributes.html#nochangearrowheads","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".IPicLocksAttributes"},{"id":3317,"kind":128,"name":"PicLocksAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\""},{"id":3318,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3319,"kind":32,"name":"noChangeAspect","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#xmlkeys.nochangeaspect","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes.xmlKeys"},{"id":3320,"kind":32,"name":"noChangeArrowheads","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#xmlkeys.nochangearrowheads","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes.xmlKeys"},{"id":3321,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3322,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3323,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3324,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3325,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3326,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3327,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_attributes_.piclocksattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes\".PicLocksAttributes"},{"id":3328,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.html","classes":"tsd-kind-external-module"},{"id":3329,"kind":128,"name":"PicLocks","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\""},{"id":3330,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3331,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3332,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3333,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3334,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3335,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3336,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3337,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_pic_locks_pic_locks_.piclocks.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks\".PicLocks"},{"id":3338,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.html","classes":"tsd-kind-external-module"},{"id":3339,"kind":128,"name":"ChildNonVisualProperties","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\""},{"id":3340,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3341,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3342,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3343,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3344,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3345,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3346,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3347,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_child_non_visual_pic_properties_child_non_visual_pic_properties_.childnonvisualproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties\".ChildNonVisualProperties"},{"id":3348,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.html","classes":"tsd-kind-external-module"},{"id":3349,"kind":256,"name":"INonVisualPropertiesAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.inonvisualpropertiesattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\""},{"id":3350,"kind":1024,"name":"id","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.inonvisualpropertiesattributes.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".INonVisualPropertiesAttributes"},{"id":3351,"kind":1024,"name":"name","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.inonvisualpropertiesattributes.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".INonVisualPropertiesAttributes"},{"id":3352,"kind":1024,"name":"descr","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.inonvisualpropertiesattributes.html#descr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".INonVisualPropertiesAttributes"},{"id":3353,"kind":128,"name":"NonVisualPropertiesAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\""},{"id":3354,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3355,"kind":32,"name":"id","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes.xmlKeys"},{"id":3356,"kind":32,"name":"name","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#xmlkeys.name","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes.xmlKeys"},{"id":3357,"kind":32,"name":"descr","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#xmlkeys.descr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes.xmlKeys"},{"id":3358,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3359,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3360,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3361,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3362,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3363,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3364,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_attributes_.nonvisualpropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes\".NonVisualPropertiesAttributes"},{"id":3365,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.html","classes":"tsd-kind-external-module"},{"id":3366,"kind":128,"name":"NonVisualProperties","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\""},{"id":3367,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3368,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3369,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3370,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3371,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3372,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3373,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3374,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_properties_non_visual_properties_.nonvisualproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties\".NonVisualProperties"},{"id":3375,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.html","classes":"tsd-kind-external-module"},{"id":3376,"kind":128,"name":"NonVisualPicProperties","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\""},{"id":3377,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3378,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3379,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3380,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3381,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3382,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3383,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3384,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_non_visual_pic_properties_non_visual_pic_properties_.nonvisualpicproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties\".NonVisualPicProperties"},{"id":3385,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.html","classes":"tsd-kind-external-module"},{"id":3386,"kind":256,"name":"IPicAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.ipicattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\""},{"id":3387,"kind":1024,"name":"xmlns","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.ipicattributes.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".IPicAttributes"},{"id":3388,"kind":128,"name":"PicAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\""},{"id":3389,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3390,"kind":32,"name":"xmlns","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes.xmlKeys"},{"id":3391,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3392,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3393,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3394,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3395,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3396,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3397,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_attributes_.picattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic-attributes\".PicAttributes"},{"id":3398,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.html","classes":"tsd-kind-external-module"},{"id":3399,"kind":256,"name":"IExtentsAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.iextentsattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\""},{"id":3400,"kind":1024,"name":"cx","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.iextentsattributes.html#cx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".IExtentsAttributes"},{"id":3401,"kind":1024,"name":"cy","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.iextentsattributes.html#cy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".IExtentsAttributes"},{"id":3402,"kind":128,"name":"ExtentsAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\""},{"id":3403,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3404,"kind":32,"name":"cx","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#xmlkeys.cx","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes.xmlKeys"},{"id":3405,"kind":32,"name":"cy","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#xmlkeys.cy","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes.xmlKeys"},{"id":3406,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3407,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3408,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3409,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3410,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3411,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3412,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_attributes_.extentsattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes\".ExtentsAttributes"},{"id":3413,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.html","classes":"tsd-kind-external-module"},{"id":3414,"kind":128,"name":"Extents","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\""},{"id":3415,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3416,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3417,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3418,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3419,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3420,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3421,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3422,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3423,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_extents_extents_.extents.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents\".Extents"},{"id":3424,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.html","classes":"tsd-kind-external-module"},{"id":3425,"kind":256,"name":"IOffsetAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.ioffsetattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\""},{"id":3426,"kind":1024,"name":"x","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.ioffsetattributes.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".IOffsetAttributes"},{"id":3427,"kind":1024,"name":"y","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.ioffsetattributes.html#y","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".IOffsetAttributes"},{"id":3428,"kind":128,"name":"OffsetAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\""},{"id":3429,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3430,"kind":32,"name":"x","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#xmlkeys.x","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes.xmlKeys"},{"id":3431,"kind":32,"name":"y","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#xmlkeys.y","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes.xmlKeys"},{"id":3432,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3433,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3434,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3435,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3436,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3437,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3438,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_attributes_.offsetattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes\".OffsetAttributes"},{"id":3439,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.html","classes":"tsd-kind-external-module"},{"id":3440,"kind":128,"name":"Offset","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\""},{"id":3441,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3442,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3443,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3444,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3445,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3446,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3447,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3448,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_offset_off_.offset.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off\".Offset"},{"id":3449,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.html","classes":"tsd-kind-external-module"},{"id":3450,"kind":128,"name":"Form","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\""},{"id":3451,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3452,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3453,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3454,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3455,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3456,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3457,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3458,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3459,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_form_.form.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form\".Form"},{"id":3460,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/index\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_form_index_.html","classes":"tsd-kind-external-module"},{"id":3461,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.html","classes":"tsd-kind-external-module"},{"id":3462,"kind":128,"name":"AdjustmentValues","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\""},{"id":3463,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3464,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3465,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3466,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3467,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3468,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3469,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3470,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_adjustment_values_adjustment_values_.adjustmentvalues.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values\".AdjustmentValues"},{"id":3471,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.html","classes":"tsd-kind-external-module"},{"id":3472,"kind":256,"name":"IPresetGeometryAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.ipresetgeometryattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\""},{"id":3473,"kind":1024,"name":"prst","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.ipresetgeometryattributes.html#prst","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".IPresetGeometryAttributes"},{"id":3474,"kind":128,"name":"PresetGeometryAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\""},{"id":3475,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3476,"kind":32,"name":"prst","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#xmlkeys.prst","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes.xmlKeys"},{"id":3477,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3478,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3479,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3480,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3481,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3482,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3483,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_attributes_.presetgeometryattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes\".PresetGeometryAttributes"},{"id":3484,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.html","classes":"tsd-kind-external-module"},{"id":3485,"kind":128,"name":"PresetGeometry","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\""},{"id":3486,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3487,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3488,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3489,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3490,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3491,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3492,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3493,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_preset_geometry_preset_geometry_.presetgeometry.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry\".PresetGeometry"},{"id":3494,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.html","classes":"tsd-kind-external-module"},{"id":3495,"kind":256,"name":"IShapePropertiesAttributes","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.ishapepropertiesattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\""},{"id":3496,"kind":1024,"name":"bwMode","url":"interfaces/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.ishapepropertiesattributes.html#bwmode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".IShapePropertiesAttributes"},{"id":3497,"kind":128,"name":"ShapePropertiesAttributes","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\""},{"id":3498,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3499,"kind":32,"name":"bwMode","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#xmlkeys.bwmode","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes.xmlKeys"},{"id":3500,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3501,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3502,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3503,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3504,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3505,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3506,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_attributes_.shapepropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes\".ShapePropertiesAttributes"},{"id":3507,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.html","classes":"tsd-kind-external-module"},{"id":3508,"kind":128,"name":"ShapeProperties","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\""},{"id":3509,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3510,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3511,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3512,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3513,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3514,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3515,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3516,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3517,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_shape_properties_.shapeproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties\".ShapeProperties"},{"id":3518,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/pic\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_pic_.html","classes":"tsd-kind-external-module"},{"id":3519,"kind":128,"name":"Pic","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\""},{"id":3520,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3521,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3522,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3523,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3524,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3525,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3526,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3527,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3528,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_pic_.pic.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/pic\".Pic"},{"id":3529,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/index\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_index_.html","classes":"tsd-kind-external-module"},{"id":3530,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/graphic-data\"","url":"modules/_file_drawing_inline_graphic_graphic_data_graphic_data_.html","classes":"tsd-kind-external-module"},{"id":3531,"kind":128,"name":"GraphicData","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\""},{"id":3532,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3533,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3534,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3535,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3536,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3537,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3538,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3539,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3540,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_graphic_data_.graphicdata.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/graphic-data\".GraphicData"},{"id":3541,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/index\"","url":"modules/_file_drawing_inline_graphic_graphic_data_index_.html","classes":"tsd-kind-external-module"},{"id":3542,"kind":1,"name":"\"file/drawing/inline/graphic/graphic\"","url":"modules/_file_drawing_inline_graphic_graphic_.html","classes":"tsd-kind-external-module"},{"id":3543,"kind":256,"name":"IGraphicProperties","url":"interfaces/_file_drawing_inline_graphic_graphic_.igraphicproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\""},{"id":3544,"kind":1024,"name":"a","url":"interfaces/_file_drawing_inline_graphic_graphic_.igraphicproperties.html#a","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".IGraphicProperties"},{"id":3545,"kind":128,"name":"GraphicAttributes","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\""},{"id":3546,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3547,"kind":32,"name":"a","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#xmlkeys.a","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes.xmlKeys"},{"id":3548,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3549,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3550,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3551,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3552,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3553,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3554,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_.graphicattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/inline/graphic/graphic\".GraphicAttributes"},{"id":3555,"kind":128,"name":"Graphic","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic\""},{"id":3556,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3557,"kind":2048,"name":"setXY","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3558,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3559,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3560,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3561,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3562,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3563,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3564,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_.graphic.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic\".Graphic"},{"id":3565,"kind":1,"name":"\"file/drawing/inline/graphic/index\"","url":"modules/_file_drawing_inline_graphic_index_.html","classes":"tsd-kind-external-module"},{"id":3566,"kind":1,"name":"\"file/drawing/text-wrap/text-wrapping\"","url":"modules/_file_drawing_text_wrap_text_wrapping_.html","classes":"tsd-kind-external-module"},{"id":3567,"kind":4,"name":"TextWrapStyle","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/text-wrapping\""},{"id":3568,"kind":16,"name":"NONE","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html#none","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".TextWrapStyle"},{"id":3569,"kind":16,"name":"SQUARE","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html#square","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".TextWrapStyle"},{"id":3570,"kind":16,"name":"TIGHT","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html#tight","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".TextWrapStyle"},{"id":3571,"kind":16,"name":"TOP_AND_BOTTOM","url":"enums/_file_drawing_text_wrap_text_wrapping_.textwrapstyle.html#top_and_bottom","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".TextWrapStyle"},{"id":3572,"kind":4,"name":"WrapTextOption","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/text-wrapping\""},{"id":3573,"kind":16,"name":"BOTH_SIDES","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html#both_sides","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".WrapTextOption"},{"id":3574,"kind":16,"name":"LEFT","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html#left","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".WrapTextOption"},{"id":3575,"kind":16,"name":"RIGHT","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html#right","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".WrapTextOption"},{"id":3576,"kind":16,"name":"LARGEST","url":"enums/_file_drawing_text_wrap_text_wrapping_.wraptextoption.html#largest","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/text-wrap/text-wrapping\".WrapTextOption"},{"id":3577,"kind":256,"name":"ITextWrapping","url":"interfaces/_file_drawing_text_wrap_text_wrapping_.itextwrapping.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/text-wrapping\""},{"id":3578,"kind":1024,"name":"textWrapStyle","url":"interfaces/_file_drawing_text_wrap_text_wrapping_.itextwrapping.html#textwrapstyle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/text-wrap/text-wrapping\".ITextWrapping"},{"id":3579,"kind":1024,"name":"wrapTextOption","url":"interfaces/_file_drawing_text_wrap_text_wrapping_.itextwrapping.html#wraptextoption","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/text-wrap/text-wrapping\".ITextWrapping"},{"id":3580,"kind":1024,"name":"distanceFromText","url":"interfaces/_file_drawing_text_wrap_text_wrapping_.itextwrapping.html#distancefromtext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/text-wrap/text-wrapping\".ITextWrapping"},{"id":3581,"kind":1,"name":"\"file/drawing/text-wrap/wrap-none\"","url":"modules/_file_drawing_text_wrap_wrap_none_.html","classes":"tsd-kind-external-module"},{"id":3582,"kind":128,"name":"WrapNone","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/wrap-none\""},{"id":3583,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3584,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3585,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3586,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3587,"kind":2048,"name":"delete","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3588,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3589,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3590,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_none_.wrapnone.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-none\".WrapNone"},{"id":3591,"kind":1,"name":"\"file/drawing/text-wrap/wrap-square\"","url":"modules/_file_drawing_text_wrap_wrap_square_.html","classes":"tsd-kind-external-module"},{"id":3592,"kind":256,"name":"IWrapSquareAttributes","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\""},{"id":3593,"kind":1024,"name":"wrapText","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#wraptext","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3594,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3595,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3596,"kind":1024,"name":"distL","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3597,"kind":1024,"name":"distR","url":"interfaces/_file_drawing_text_wrap_wrap_square_.iwrapsquareattributes.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".IWrapSquareAttributes"},{"id":3598,"kind":128,"name":"WrapSquareAttributes","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\""},{"id":3599,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3600,"kind":32,"name":"distT","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3601,"kind":32,"name":"distB","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3602,"kind":32,"name":"distL","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.distl","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3603,"kind":32,"name":"distR","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.distr","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3604,"kind":32,"name":"wrapText","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#xmlkeys.wraptext","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes.xmlKeys"},{"id":3605,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3606,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3607,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3608,"kind":2048,"name":"set","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3609,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3610,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3611,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquareattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquareAttributes"},{"id":3612,"kind":128,"name":"WrapSquare","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/wrap-square\""},{"id":3613,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3614,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3615,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3616,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3617,"kind":2048,"name":"delete","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3618,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3619,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3620,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_square_.wrapsquare.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-square\".WrapSquare"},{"id":3621,"kind":1,"name":"\"file/drawing/text-wrap/wrap-tight\"","url":"modules/_file_drawing_text_wrap_wrap_tight_.html","classes":"tsd-kind-external-module"},{"id":3622,"kind":256,"name":"IWrapTightAttributes","url":"interfaces/_file_drawing_text_wrap_wrap_tight_.iwraptightattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\""},{"id":3623,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_text_wrap_wrap_tight_.iwraptightattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".IWrapTightAttributes"},{"id":3624,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_text_wrap_wrap_tight_.iwraptightattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".IWrapTightAttributes"},{"id":3625,"kind":128,"name":"WrapTightAttributes","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\""},{"id":3626,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3627,"kind":32,"name":"distT","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes.xmlKeys"},{"id":3628,"kind":32,"name":"distB","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes.xmlKeys"},{"id":3629,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3630,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3631,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3632,"kind":2048,"name":"set","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3633,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3634,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3635,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptightattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTightAttributes"},{"id":3636,"kind":128,"name":"WrapTight","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/wrap-tight\""},{"id":3637,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3638,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3639,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3640,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3641,"kind":2048,"name":"delete","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3642,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3643,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3644,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_tight_.wraptight.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-tight\".WrapTight"},{"id":3645,"kind":1,"name":"\"file/drawing/text-wrap/wrap-top-and-bottom\"","url":"modules/_file_drawing_text_wrap_wrap_top_and_bottom_.html","classes":"tsd-kind-external-module"},{"id":3646,"kind":256,"name":"IWrapTopAndBottomAttributes","url":"interfaces/_file_drawing_text_wrap_wrap_top_and_bottom_.iwraptopandbottomattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\""},{"id":3647,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_text_wrap_wrap_top_and_bottom_.iwraptopandbottomattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".IWrapTopAndBottomAttributes"},{"id":3648,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_text_wrap_wrap_top_and_bottom_.iwraptopandbottomattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".IWrapTopAndBottomAttributes"},{"id":3649,"kind":128,"name":"WrapTopAndBottomAttributes","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\""},{"id":3650,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3651,"kind":32,"name":"distT","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes.xmlKeys"},{"id":3652,"kind":32,"name":"distB","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes.xmlKeys"},{"id":3653,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3654,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3655,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3656,"kind":2048,"name":"set","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3657,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3658,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3659,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottomattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottomAttributes"},{"id":3660,"kind":128,"name":"WrapTopAndBottom","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\""},{"id":3661,"kind":512,"name":"constructor","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3662,"kind":1024,"name":"root","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3663,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3664,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3665,"kind":2048,"name":"delete","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3666,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3667,"kind":1024,"name":"deleted","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3668,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_text_wrap_wrap_top_and_bottom_.wraptopandbottom.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/text-wrap/wrap-top-and-bottom\".WrapTopAndBottom"},{"id":3669,"kind":1,"name":"\"file/drawing/text-wrap/index\"","url":"modules/_file_drawing_text_wrap_index_.html","classes":"tsd-kind-external-module"},{"id":3670,"kind":1,"name":"\"file/drawing/doc-properties/doc-properties-attributes\"","url":"modules/_file_drawing_doc_properties_doc_properties_attributes_.html","classes":"tsd-kind-external-module"},{"id":3671,"kind":256,"name":"IDocPropertiesAttributes","url":"interfaces/_file_drawing_doc_properties_doc_properties_attributes_.idocpropertiesattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/doc-properties/doc-properties-attributes\""},{"id":3672,"kind":1024,"name":"id","url":"interfaces/_file_drawing_doc_properties_doc_properties_attributes_.idocpropertiesattributes.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".IDocPropertiesAttributes"},{"id":3673,"kind":1024,"name":"name","url":"interfaces/_file_drawing_doc_properties_doc_properties_attributes_.idocpropertiesattributes.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".IDocPropertiesAttributes"},{"id":3674,"kind":1024,"name":"descr","url":"interfaces/_file_drawing_doc_properties_doc_properties_attributes_.idocpropertiesattributes.html#descr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".IDocPropertiesAttributes"},{"id":3675,"kind":128,"name":"DocPropertiesAttributes","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/doc-properties/doc-properties-attributes\""},{"id":3676,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3677,"kind":32,"name":"id","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes.xmlKeys"},{"id":3678,"kind":32,"name":"name","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#xmlkeys.name","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes.xmlKeys"},{"id":3679,"kind":32,"name":"descr","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#xmlkeys.descr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes.xmlKeys"},{"id":3680,"kind":1024,"name":"root","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3681,"kind":512,"name":"constructor","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3682,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3683,"kind":2048,"name":"set","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3684,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3685,"kind":1024,"name":"deleted","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3686,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_doc_properties_doc_properties_attributes_.docpropertiesattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties-attributes\".DocPropertiesAttributes"},{"id":3687,"kind":1,"name":"\"file/drawing/doc-properties/doc-properties\"","url":"modules/_file_drawing_doc_properties_doc_properties_.html","classes":"tsd-kind-external-module"},{"id":3688,"kind":128,"name":"DocProperties","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/doc-properties/doc-properties\""},{"id":3689,"kind":512,"name":"constructor","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3690,"kind":1024,"name":"root","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3691,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3692,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3693,"kind":2048,"name":"delete","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3694,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3695,"kind":1024,"name":"deleted","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3696,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_doc_properties_doc_properties_.docproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/doc-properties/doc-properties\".DocProperties"},{"id":3697,"kind":1,"name":"\"file/drawing/effect-extent/effect-extent-attributes\"","url":"modules/_file_drawing_effect_extent_effect_extent_attributes_.html","classes":"tsd-kind-external-module"},{"id":3698,"kind":256,"name":"IEffectExtentAttributes","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/effect-extent/effect-extent-attributes\""},{"id":3699,"kind":1024,"name":"b","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html#b","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".IEffectExtentAttributes"},{"id":3700,"kind":1024,"name":"l","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html#l","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".IEffectExtentAttributes"},{"id":3701,"kind":1024,"name":"r","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html#r","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".IEffectExtentAttributes"},{"id":3702,"kind":1024,"name":"t","url":"interfaces/_file_drawing_effect_extent_effect_extent_attributes_.ieffectextentattributes.html#t","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".IEffectExtentAttributes"},{"id":3703,"kind":128,"name":"EffectExtentAttributes","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/effect-extent/effect-extent-attributes\""},{"id":3704,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3705,"kind":32,"name":"b","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys.b","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes.xmlKeys"},{"id":3706,"kind":32,"name":"l","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys.l","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes.xmlKeys"},{"id":3707,"kind":32,"name":"r","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys.r","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes.xmlKeys"},{"id":3708,"kind":32,"name":"t","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#xmlkeys.t","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes.xmlKeys"},{"id":3709,"kind":1024,"name":"root","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3710,"kind":512,"name":"constructor","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3711,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3712,"kind":2048,"name":"set","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3713,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3714,"kind":1024,"name":"deleted","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3715,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_effect_extent_effect_extent_attributes_.effectextentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent-attributes\".EffectExtentAttributes"},{"id":3716,"kind":1,"name":"\"file/drawing/effect-extent/effect-extent\"","url":"modules/_file_drawing_effect_extent_effect_extent_.html","classes":"tsd-kind-external-module"},{"id":3717,"kind":128,"name":"EffectExtent","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/effect-extent/effect-extent\""},{"id":3718,"kind":512,"name":"constructor","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3719,"kind":1024,"name":"root","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3720,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3721,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3722,"kind":2048,"name":"delete","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3723,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3724,"kind":1024,"name":"deleted","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3725,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_effect_extent_effect_extent_.effectextent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/effect-extent/effect-extent\".EffectExtent"},{"id":3726,"kind":1,"name":"\"file/drawing/extent/extent-attributes\"","url":"modules/_file_drawing_extent_extent_attributes_.html","classes":"tsd-kind-external-module"},{"id":3727,"kind":256,"name":"IExtentAttributes","url":"interfaces/_file_drawing_extent_extent_attributes_.iextentattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/extent/extent-attributes\""},{"id":3728,"kind":1024,"name":"cx","url":"interfaces/_file_drawing_extent_extent_attributes_.iextentattributes.html#cx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/extent/extent-attributes\".IExtentAttributes"},{"id":3729,"kind":1024,"name":"cy","url":"interfaces/_file_drawing_extent_extent_attributes_.iextentattributes.html#cy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/extent/extent-attributes\".IExtentAttributes"},{"id":3730,"kind":128,"name":"ExtentAttributes","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/extent/extent-attributes\""},{"id":3731,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3732,"kind":32,"name":"cx","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#xmlkeys.cx","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes.xmlKeys"},{"id":3733,"kind":32,"name":"cy","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#xmlkeys.cy","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes.xmlKeys"},{"id":3734,"kind":1024,"name":"root","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3735,"kind":512,"name":"constructor","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3736,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3737,"kind":2048,"name":"set","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3738,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3739,"kind":1024,"name":"deleted","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3740,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_extent_extent_attributes_.extentattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent-attributes\".ExtentAttributes"},{"id":3741,"kind":1,"name":"\"file/drawing/extent/extent\"","url":"modules/_file_drawing_extent_extent_.html","classes":"tsd-kind-external-module"},{"id":3742,"kind":128,"name":"Extent","url":"classes/_file_drawing_extent_extent_.extent.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/extent/extent\""},{"id":3743,"kind":512,"name":"constructor","url":"classes/_file_drawing_extent_extent_.extent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3744,"kind":2048,"name":"setXY","url":"classes/_file_drawing_extent_extent_.extent.html#setxy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3745,"kind":1024,"name":"root","url":"classes/_file_drawing_extent_extent_.extent.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3746,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_extent_extent_.extent.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3747,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_extent_extent_.extent.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3748,"kind":2048,"name":"delete","url":"classes/_file_drawing_extent_extent_.extent.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3749,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_extent_extent_.extent.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3750,"kind":1024,"name":"deleted","url":"classes/_file_drawing_extent_extent_.extent.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3751,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_extent_extent_.extent.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/extent/extent\".Extent"},{"id":3752,"kind":1,"name":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\"","url":"modules/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.html","classes":"tsd-kind-external-module"},{"id":3753,"kind":256,"name":"IGraphicFrameLockAttributes","url":"interfaces/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.igraphicframelockattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\""},{"id":3754,"kind":1024,"name":"xmlns","url":"interfaces/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.igraphicframelockattributes.html#xmlns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".IGraphicFrameLockAttributes"},{"id":3755,"kind":1024,"name":"noChangeAspect","url":"interfaces/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.igraphicframelockattributes.html#nochangeaspect","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".IGraphicFrameLockAttributes"},{"id":3756,"kind":128,"name":"GraphicFrameLockAttributes","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\""},{"id":3757,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3758,"kind":32,"name":"xmlns","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#xmlkeys.xmlns","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes.xmlKeys"},{"id":3759,"kind":32,"name":"noChangeAspect","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#xmlkeys.nochangeaspect","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes.xmlKeys"},{"id":3760,"kind":1024,"name":"root","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3761,"kind":512,"name":"constructor","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3762,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3763,"kind":2048,"name":"set","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3764,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3765,"kind":1024,"name":"deleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3766,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_lock_attributes_.graphicframelockattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes\".GraphicFrameLockAttributes"},{"id":3767,"kind":1,"name":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\"","url":"modules/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.html","classes":"tsd-kind-external-module"},{"id":3768,"kind":128,"name":"GraphicFrameLocks","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\""},{"id":3769,"kind":512,"name":"constructor","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3770,"kind":1024,"name":"root","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3771,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3772,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3773,"kind":2048,"name":"delete","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3774,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3775,"kind":1024,"name":"deleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3776,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_locks_graphic_frame_locks_.graphicframelocks.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks\".GraphicFrameLocks"},{"id":3777,"kind":1,"name":"\"file/drawing/graphic-frame/graphic-frame-properties\"","url":"modules/_file_drawing_graphic_frame_graphic_frame_properties_.html","classes":"tsd-kind-external-module"},{"id":3778,"kind":128,"name":"GraphicFrameProperties","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\""},{"id":3779,"kind":512,"name":"constructor","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3780,"kind":1024,"name":"root","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3781,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3782,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3783,"kind":2048,"name":"delete","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3784,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3785,"kind":1024,"name":"deleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3786,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_graphic_frame_graphic_frame_properties_.graphicframeproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/graphic-frame/graphic-frame-properties\".GraphicFrameProperties"},{"id":3787,"kind":1,"name":"\"file/drawing/anchor/anchor-attributes\"","url":"modules/_file_drawing_anchor_anchor_attributes_.html","classes":"tsd-kind-external-module"},{"id":3788,"kind":256,"name":"IAnchorAttributes","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/anchor/anchor-attributes\""},{"id":3789,"kind":1024,"name":"allowOverlap","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#allowoverlap","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3790,"kind":1024,"name":"behindDoc","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#behinddoc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3791,"kind":1024,"name":"layoutInCell","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#layoutincell","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3792,"kind":1024,"name":"locked","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#locked","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3793,"kind":1024,"name":"relativeHeight","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#relativeheight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3794,"kind":1024,"name":"simplePos","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#simplepos","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3795,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3796,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3797,"kind":1024,"name":"distL","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3798,"kind":1024,"name":"distR","url":"interfaces/_file_drawing_anchor_anchor_attributes_.ianchorattributes.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".IAnchorAttributes"},{"id":3799,"kind":128,"name":"AnchorAttributes","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/anchor/anchor-attributes\""},{"id":3800,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3801,"kind":32,"name":"distT","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3802,"kind":32,"name":"distB","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3803,"kind":32,"name":"distL","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.distl","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3804,"kind":32,"name":"distR","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.distr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3805,"kind":32,"name":"allowOverlap","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.allowoverlap","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3806,"kind":32,"name":"behindDoc","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.behinddoc","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3807,"kind":32,"name":"layoutInCell","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.layoutincell","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3808,"kind":32,"name":"locked","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.locked","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3809,"kind":32,"name":"relativeHeight","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.relativeheight","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3810,"kind":32,"name":"simplePos","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#xmlkeys.simplepos","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes.xmlKeys"},{"id":3811,"kind":1024,"name":"root","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3812,"kind":512,"name":"constructor","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3813,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3814,"kind":2048,"name":"set","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3815,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3816,"kind":1024,"name":"deleted","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3817,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_anchor_anchor_attributes_.anchorattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor-attributes\".AnchorAttributes"},{"id":3818,"kind":1,"name":"\"file/drawing/anchor/anchor\"","url":"modules/_file_drawing_anchor_anchor_.html","classes":"tsd-kind-external-module"},{"id":3819,"kind":128,"name":"Anchor","url":"classes/_file_drawing_anchor_anchor_.anchor.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/anchor/anchor\""},{"id":3820,"kind":512,"name":"constructor","url":"classes/_file_drawing_anchor_anchor_.anchor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3821,"kind":1024,"name":"root","url":"classes/_file_drawing_anchor_anchor_.anchor.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3822,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_anchor_anchor_.anchor.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3823,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_anchor_anchor_.anchor.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3824,"kind":2048,"name":"delete","url":"classes/_file_drawing_anchor_anchor_.anchor.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3825,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_anchor_anchor_.anchor.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3826,"kind":1024,"name":"deleted","url":"classes/_file_drawing_anchor_anchor_.anchor.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3827,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_anchor_anchor_.anchor.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/anchor/anchor\".Anchor"},{"id":3828,"kind":2097152,"name":"defaultOptions","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\""},{"id":3829,"kind":32,"name":"allowOverlap","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.allowoverlap","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3830,"kind":32,"name":"behindDocument","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.behinddocument","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3831,"kind":32,"name":"lockAnchor","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.lockanchor","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3832,"kind":32,"name":"layoutInCell","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.layoutincell","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3833,"kind":2097152,"name":"verticalPosition","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.verticalposition","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3834,"kind":32,"name":"relative","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.verticalposition.relative-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions.verticalPosition"},{"id":3835,"kind":32,"name":"offset","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.verticalposition.offset-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions.verticalPosition"},{"id":3836,"kind":2097152,"name":"horizontalPosition","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.horizontalposition","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions"},{"id":3837,"kind":32,"name":"relative","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.horizontalposition.relative","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions.horizontalPosition"},{"id":3838,"kind":32,"name":"offset","url":"modules/_file_drawing_anchor_anchor_.html#defaultoptions.horizontalposition.offset","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/anchor/anchor\".defaultOptions.horizontalPosition"},{"id":3839,"kind":1,"name":"\"file/drawing/anchor/index\"","url":"modules/_file_drawing_anchor_index_.html","classes":"tsd-kind-external-module"},{"id":3840,"kind":1,"name":"\"file/drawing/inline/inline-attributes\"","url":"modules/_file_drawing_inline_inline_attributes_.html","classes":"tsd-kind-external-module"},{"id":3841,"kind":256,"name":"IInlineAttributes","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/inline/inline-attributes\""},{"id":3842,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".IInlineAttributes"},{"id":3843,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".IInlineAttributes"},{"id":3844,"kind":1024,"name":"distL","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".IInlineAttributes"},{"id":3845,"kind":1024,"name":"distR","url":"interfaces/_file_drawing_inline_inline_attributes_.iinlineattributes.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".IInlineAttributes"},{"id":3846,"kind":128,"name":"InlineAttributes","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/inline-attributes\""},{"id":3847,"kind":2097152,"name":"xmlKeys","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3848,"kind":32,"name":"distT","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys.distt","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes.xmlKeys"},{"id":3849,"kind":32,"name":"distB","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys.distb","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes.xmlKeys"},{"id":3850,"kind":32,"name":"distL","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys.distl","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes.xmlKeys"},{"id":3851,"kind":32,"name":"distR","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#xmlkeys.distr","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes.xmlKeys"},{"id":3852,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3853,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3854,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3855,"kind":2048,"name":"set","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3856,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3857,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3858,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_inline_attributes_.inlineattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline-attributes\".InlineAttributes"},{"id":3859,"kind":1,"name":"\"file/drawing/inline/inline\"","url":"modules/_file_drawing_inline_inline_.html","classes":"tsd-kind-external-module"},{"id":3860,"kind":128,"name":"Inline","url":"classes/_file_drawing_inline_inline_.inline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/inline\""},{"id":3861,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_inline_.inline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3862,"kind":2048,"name":"scale","url":"classes/_file_drawing_inline_inline_.inline.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3863,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_inline_.inline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3864,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_inline_.inline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3865,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_inline_.inline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3866,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_inline_.inline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3867,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_inline_.inline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3868,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_inline_.inline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3869,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_inline_.inline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/inline\".Inline"},{"id":3870,"kind":1,"name":"\"file/drawing/inline/index\"","url":"modules/_file_drawing_inline_index_.html","classes":"tsd-kind-external-module"},{"id":3871,"kind":1,"name":"\"file/drawing/drawing\"","url":"modules/_file_drawing_drawing_.html","classes":"tsd-kind-external-module"},{"id":3872,"kind":4,"name":"PlacementPosition","url":"enums/_file_drawing_drawing_.placementposition.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"file/drawing/drawing\""},{"id":3873,"kind":16,"name":"INLINE","url":"enums/_file_drawing_drawing_.placementposition.html#inline","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/drawing\".PlacementPosition"},{"id":3874,"kind":16,"name":"FLOATING","url":"enums/_file_drawing_drawing_.placementposition.html#floating","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"file/drawing/drawing\".PlacementPosition"},{"id":3875,"kind":256,"name":"IDistance","url":"interfaces/_file_drawing_drawing_.idistance.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/drawing\""},{"id":3876,"kind":1024,"name":"distT","url":"interfaces/_file_drawing_drawing_.idistance.html#distt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDistance"},{"id":3877,"kind":1024,"name":"distB","url":"interfaces/_file_drawing_drawing_.idistance.html#distb","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDistance"},{"id":3878,"kind":1024,"name":"distL","url":"interfaces/_file_drawing_drawing_.idistance.html#distl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDistance"},{"id":3879,"kind":1024,"name":"distR","url":"interfaces/_file_drawing_drawing_.idistance.html#distr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDistance"},{"id":3880,"kind":256,"name":"IDrawingOptions","url":"interfaces/_file_drawing_drawing_.idrawingoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/drawing/drawing\""},{"id":3881,"kind":1024,"name":"position","url":"interfaces/_file_drawing_drawing_.idrawingoptions.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDrawingOptions"},{"id":3882,"kind":1024,"name":"textWrapping","url":"interfaces/_file_drawing_drawing_.idrawingoptions.html#textwrapping","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDrawingOptions"},{"id":3883,"kind":1024,"name":"floating","url":"interfaces/_file_drawing_drawing_.idrawingoptions.html#floating","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/drawing/drawing\".IDrawingOptions"},{"id":3884,"kind":128,"name":"Drawing","url":"classes/_file_drawing_drawing_.drawing.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/drawing\""},{"id":3885,"kind":512,"name":"constructor","url":"classes/_file_drawing_drawing_.drawing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/drawing\".Drawing"},{"id":3886,"kind":2048,"name":"scale","url":"classes/_file_drawing_drawing_.drawing.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/drawing/drawing\".Drawing"},{"id":3887,"kind":1024,"name":"root","url":"classes/_file_drawing_drawing_.drawing.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/drawing\".Drawing"},{"id":3888,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_drawing_.drawing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/drawing\".Drawing"},{"id":3889,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_drawing_.drawing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/drawing\".Drawing"},{"id":3890,"kind":2048,"name":"delete","url":"classes/_file_drawing_drawing_.drawing.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/drawing\".Drawing"},{"id":3891,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_drawing_.drawing.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/drawing\".Drawing"},{"id":3892,"kind":1024,"name":"deleted","url":"classes/_file_drawing_drawing_.drawing.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/drawing\".Drawing"},{"id":3893,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_drawing_.drawing.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/drawing\".Drawing"},{"id":3894,"kind":2097152,"name":"defaultDrawingOptions","url":"modules/_file_drawing_drawing_.html#defaultdrawingoptions","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/drawing/drawing\""},{"id":3895,"kind":32,"name":"position","url":"modules/_file_drawing_drawing_.html#defaultdrawingoptions.position","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/drawing/drawing\".defaultDrawingOptions"},{"id":3896,"kind":1,"name":"\"file/drawing/index\"","url":"modules/_file_drawing_index_.html","classes":"tsd-kind-external-module"},{"id":3897,"kind":1,"name":"\"file/paragraph/run/picture-run\"","url":"modules/_file_paragraph_run_picture_run_.html","classes":"tsd-kind-external-module"},{"id":3898,"kind":128,"name":"PictureRun","url":"classes/_file_paragraph_run_picture_run_.picturerun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/run/picture-run\""},{"id":3899,"kind":512,"name":"constructor","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3900,"kind":2048,"name":"scale","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3901,"kind":1024,"name":"properties","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3902,"kind":2048,"name":"bold","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3903,"kind":2048,"name":"italic","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3904,"kind":2048,"name":"underline","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3905,"kind":2048,"name":"color","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3906,"kind":2048,"name":"size","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3907,"kind":2048,"name":"rtl","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3908,"kind":2048,"name":"break","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3909,"kind":2048,"name":"tab","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3910,"kind":2048,"name":"pageNumber","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3911,"kind":2048,"name":"smallCaps","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3912,"kind":2048,"name":"allCaps","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3913,"kind":2048,"name":"strike","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3914,"kind":2048,"name":"doubleStrike","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3915,"kind":2048,"name":"subScript","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3916,"kind":2048,"name":"superScript","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3917,"kind":2048,"name":"font","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3918,"kind":2048,"name":"style","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3919,"kind":1024,"name":"root","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3920,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3921,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3922,"kind":2048,"name":"delete","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3923,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3924,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3925,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_run_picture_run_.picturerun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/run/picture-run\".PictureRun"},{"id":3926,"kind":1,"name":"\"file/paragraph/run/index\"","url":"modules/_file_paragraph_run_index_.html","classes":"tsd-kind-external-module"},{"id":3927,"kind":1,"name":"\"file/paragraph/formatting/page-break\"","url":"modules/_file_paragraph_formatting_page_break_.html","classes":"tsd-kind-external-module"},{"id":3928,"kind":128,"name":"Break","url":"classes/_file_paragraph_formatting_page_break_.break.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\""},{"id":3929,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_page_break_.break.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3930,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_page_break_.break.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3931,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_page_break_.break.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3932,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_page_break_.break.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3933,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_page_break_.break.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3934,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_page_break_.break.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3935,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_page_break_.break.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3936,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_page_break_.break.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/page-break\".Break"},{"id":3937,"kind":128,"name":"PageBreak","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/page-break\""},{"id":3938,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3939,"kind":1024,"name":"properties","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3940,"kind":2048,"name":"bold","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3941,"kind":2048,"name":"italic","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3942,"kind":2048,"name":"underline","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3943,"kind":2048,"name":"color","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3944,"kind":2048,"name":"size","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3945,"kind":2048,"name":"rtl","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3946,"kind":2048,"name":"break","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3947,"kind":2048,"name":"tab","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3948,"kind":2048,"name":"pageNumber","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3949,"kind":2048,"name":"smallCaps","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3950,"kind":2048,"name":"allCaps","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3951,"kind":2048,"name":"strike","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3952,"kind":2048,"name":"doubleStrike","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3953,"kind":2048,"name":"subScript","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3954,"kind":2048,"name":"superScript","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3955,"kind":2048,"name":"font","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3956,"kind":2048,"name":"style","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3957,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3958,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3959,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3960,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3961,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3962,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3963,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_page_break_.pagebreak.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreak"},{"id":3964,"kind":128,"name":"PageBreakBefore","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/page-break\""},{"id":3965,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3966,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3967,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3968,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3969,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3970,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3971,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3972,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_page_break_.pagebreakbefore.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/page-break\".PageBreakBefore"},{"id":3973,"kind":1,"name":"\"file/paragraph/formatting/spacing\"","url":"modules/_file_paragraph_formatting_spacing_.html","classes":"tsd-kind-external-module"},{"id":3974,"kind":256,"name":"ISpacingProperties","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/spacing\""},{"id":3975,"kind":1024,"name":"after","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html#after","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/formatting/spacing\".ISpacingProperties"},{"id":3976,"kind":1024,"name":"before","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html#before","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/formatting/spacing\".ISpacingProperties"},{"id":3977,"kind":1024,"name":"line","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html#line","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/formatting/spacing\".ISpacingProperties"},{"id":3978,"kind":1024,"name":"lineRule","url":"interfaces/_file_paragraph_formatting_spacing_.ispacingproperties.html#linerule","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/formatting/spacing\".ISpacingProperties"},{"id":3979,"kind":128,"name":"SpacingAttributes","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\""},{"id":3980,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3981,"kind":32,"name":"after","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys.after","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes.xmlKeys"},{"id":3982,"kind":32,"name":"before","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys.before","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes.xmlKeys"},{"id":3983,"kind":32,"name":"line","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys.line","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes.xmlKeys"},{"id":3984,"kind":32,"name":"lineRule","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#xmlkeys.linerule","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes.xmlKeys"},{"id":3985,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3986,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3987,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3988,"kind":2048,"name":"set","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3989,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3990,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3991,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_spacing_.spacingattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/spacing\".SpacingAttributes"},{"id":3992,"kind":128,"name":"Spacing","url":"classes/_file_paragraph_formatting_spacing_.spacing.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/spacing\""},{"id":3993,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3994,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3995,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3996,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3997,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3998,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":3999,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":4000,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_spacing_.spacing.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/spacing\".Spacing"},{"id":4001,"kind":1,"name":"\"file/paragraph/formatting/style\"","url":"modules/_file_paragraph_formatting_style_.html","classes":"tsd-kind-external-module"},{"id":4002,"kind":128,"name":"Style","url":"classes/_file_paragraph_formatting_style_.style.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/style\""},{"id":4003,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_style_.style.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4004,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_style_.style.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4005,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_style_.style.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4006,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_style_.style.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4007,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_style_.style.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4008,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_style_.style.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4009,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_style_.style.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4010,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_style_.style.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/style\".Style"},{"id":4011,"kind":1,"name":"\"file/paragraph/formatting/tab-stop\"","url":"modules/_file_paragraph_formatting_tab_stop_.html","classes":"tsd-kind-external-module"},{"id":4012,"kind":128,"name":"TabStop","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4013,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4014,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4015,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4016,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4017,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4018,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4019,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4020,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.tabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabStop"},{"id":4021,"kind":128,"name":"TabAttributes","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4022,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4023,"kind":32,"name":"val","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#xmlkeys.val-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes.xmlKeys"},{"id":4024,"kind":32,"name":"pos","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#xmlkeys.pos-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes.xmlKeys"},{"id":4025,"kind":65536,"name":"__type","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class tsd-is-not-exported","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4026,"kind":32,"name":"val","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#__type.val","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes.__type"},{"id":4027,"kind":32,"name":"pos","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#__type.pos","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes.__type"},{"id":4028,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4029,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4030,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4031,"kind":2048,"name":"set","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4032,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4033,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4034,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.tabattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".TabAttributes"},{"id":4035,"kind":128,"name":"Tab","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4036,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4037,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4038,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4039,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4040,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4041,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4042,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4043,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.tab.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".Tab"},{"id":4044,"kind":128,"name":"MaxRightTabStop","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4045,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4046,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4047,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4048,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4049,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4050,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4051,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4052,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.maxrighttabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".MaxRightTabStop"},{"id":4053,"kind":128,"name":"LeftTabStop","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4054,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4055,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4056,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4057,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4058,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4059,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4060,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4061,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.lefttabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".LeftTabStop"},{"id":4062,"kind":128,"name":"RightTabStop","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4063,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4064,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4065,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4066,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4067,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4068,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4069,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4070,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.righttabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".RightTabStop"},{"id":4071,"kind":128,"name":"CenterTabStop","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4072,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4073,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4074,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4075,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4076,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4077,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4078,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4079,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_tab_stop_.centertabstop.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/tab-stop\".CenterTabStop"},{"id":4080,"kind":4194304,"name":"TabValue","url":"modules/_file_paragraph_formatting_tab_stop_.html#tabvalue","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/tab-stop\""},{"id":4081,"kind":1,"name":"\"file/paragraph/formatting/unordered-list\"","url":"modules/_file_paragraph_formatting_unordered_list_.html","classes":"tsd-kind-external-module"},{"id":4082,"kind":128,"name":"NumberProperties","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/unordered-list\""},{"id":4083,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4084,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4085,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4086,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4087,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4088,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4089,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4090,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_unordered_list_.numberproperties.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/unordered-list\".NumberProperties"},{"id":4091,"kind":128,"name":"IndentLevel","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\""},{"id":4092,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4093,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4094,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4095,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4096,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4097,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4098,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4099,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_unordered_list_.indentlevel.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".IndentLevel"},{"id":4100,"kind":128,"name":"NumberId","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\""},{"id":4101,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4102,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4103,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4104,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4105,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4106,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4107,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4108,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_unordered_list_.numberid.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"file/paragraph/formatting/unordered-list\".NumberId"},{"id":4109,"kind":1,"name":"\"file/paragraph/formatting/index\"","url":"modules/_file_paragraph_formatting_index_.html","classes":"tsd-kind-external-module"},{"id":4110,"kind":1,"name":"\"file/footnotes/footnote/run/reference-run\"","url":"modules/_file_footnotes_footnote_run_reference_run_.html","classes":"tsd-kind-external-module"},{"id":4111,"kind":256,"name":"IFootNoteReferenceRunAttributesProperties","url":"interfaces/_file_footnotes_footnote_run_reference_run_.ifootnotereferencerunattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/reference-run\""},{"id":4112,"kind":1024,"name":"id","url":"interfaces/_file_footnotes_footnote_run_reference_run_.ifootnotereferencerunattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/footnotes/footnote/run/reference-run\".IFootNoteReferenceRunAttributesProperties"},{"id":4113,"kind":128,"name":"FootNoteReferenceRunAttributes","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/reference-run\""},{"id":4114,"kind":2097152,"name":"xmlKeys","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4115,"kind":32,"name":"id","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes.xmlKeys"},{"id":4116,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4117,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4118,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4119,"kind":2048,"name":"set","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4120,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4121,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4122,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerunattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootNoteReferenceRunAttributes"},{"id":4123,"kind":128,"name":"FootnoteReference","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/reference-run\""},{"id":4124,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4125,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4126,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4127,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4128,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4129,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4130,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4131,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereference.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReference"},{"id":4132,"kind":128,"name":"FootnoteReferenceRun","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/footnotes/footnote/run/reference-run\""},{"id":4133,"kind":512,"name":"constructor","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4134,"kind":1024,"name":"properties","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#properties","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4135,"kind":2048,"name":"bold","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#bold","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4136,"kind":2048,"name":"italic","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#italic","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4137,"kind":2048,"name":"underline","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#underline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4138,"kind":2048,"name":"color","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#color","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4139,"kind":2048,"name":"size","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4140,"kind":2048,"name":"rtl","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#rtl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4141,"kind":2048,"name":"break","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#break","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4142,"kind":2048,"name":"tab","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#tab","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4143,"kind":2048,"name":"pageNumber","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#pagenumber","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4144,"kind":2048,"name":"smallCaps","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#smallcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4145,"kind":2048,"name":"allCaps","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#allcaps","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4146,"kind":2048,"name":"strike","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#strike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4147,"kind":2048,"name":"doubleStrike","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#doublestrike","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4148,"kind":2048,"name":"subScript","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#subscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4149,"kind":2048,"name":"superScript","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#superscript","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4150,"kind":2048,"name":"font","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#font","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4151,"kind":2048,"name":"style","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4152,"kind":1024,"name":"root","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4153,"kind":2048,"name":"prepForXml","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4154,"kind":2048,"name":"addChildElement","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4155,"kind":2048,"name":"delete","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4156,"kind":1024,"name":"rootKey","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4157,"kind":1024,"name":"deleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4158,"kind":262144,"name":"isDeleted","url":"classes/_file_footnotes_footnote_run_reference_run_.footnotereferencerun.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/footnotes/footnote/run/reference-run\".FootnoteReferenceRun"},{"id":4159,"kind":1,"name":"\"file/paragraph/formatting/bidi\"","url":"modules/_file_paragraph_formatting_bidi_.html","classes":"tsd-kind-external-module"},{"id":4160,"kind":128,"name":"Bidi","url":"classes/_file_paragraph_formatting_bidi_.bidi.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/formatting/bidi\""},{"id":4161,"kind":512,"name":"constructor","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4162,"kind":1024,"name":"root","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4163,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4164,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4165,"kind":2048,"name":"delete","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4166,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4167,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4168,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_formatting_bidi_.bidi.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/formatting/bidi\".Bidi"},{"id":4169,"kind":1,"name":"\"file/paragraph/links/hyperlink-attributes\"","url":"modules/_file_paragraph_links_hyperlink_attributes_.html","classes":"tsd-kind-external-module"},{"id":4170,"kind":256,"name":"IHyperlinkAttributesProperties","url":"interfaces/_file_paragraph_links_hyperlink_attributes_.ihyperlinkattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/paragraph/links/hyperlink-attributes\""},{"id":4171,"kind":1024,"name":"id","url":"interfaces/_file_paragraph_links_hyperlink_attributes_.ihyperlinkattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/hyperlink-attributes\".IHyperlinkAttributesProperties"},{"id":4172,"kind":1024,"name":"anchor","url":"interfaces/_file_paragraph_links_hyperlink_attributes_.ihyperlinkattributesproperties.html#anchor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/hyperlink-attributes\".IHyperlinkAttributesProperties"},{"id":4173,"kind":1024,"name":"history","url":"interfaces/_file_paragraph_links_hyperlink_attributes_.ihyperlinkattributesproperties.html#history","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/hyperlink-attributes\".IHyperlinkAttributesProperties"},{"id":4174,"kind":128,"name":"HyperlinkAttributes","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/hyperlink-attributes\""},{"id":4175,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4176,"kind":32,"name":"id","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes.xmlKeys"},{"id":4177,"kind":32,"name":"history","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#xmlkeys.history","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes.xmlKeys"},{"id":4178,"kind":32,"name":"anchor","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#xmlkeys.anchor","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes.xmlKeys"},{"id":4179,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4180,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4181,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4182,"kind":2048,"name":"set","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4183,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4184,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4185,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_hyperlink_attributes_.hyperlinkattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink-attributes\".HyperlinkAttributes"},{"id":4186,"kind":1,"name":"\"file/paragraph/links/hyperlink\"","url":"modules/_file_paragraph_links_hyperlink_.html","classes":"tsd-kind-external-module"},{"id":4187,"kind":128,"name":"Hyperlink","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/hyperlink\""},{"id":4188,"kind":1024,"name":"linkId","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4189,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4190,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4191,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4192,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4193,"kind":2048,"name":"delete","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4194,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4195,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4196,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_hyperlink_.hyperlink.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/hyperlink\".Hyperlink"},{"id":4197,"kind":1,"name":"\"file/paragraph/links/bookmark-attributes\"","url":"modules/_file_paragraph_links_bookmark_attributes_.html","classes":"tsd-kind-external-module"},{"id":4198,"kind":256,"name":"IBookmarkStartAttributesProperties","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkstartattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark-attributes\""},{"id":4199,"kind":1024,"name":"id","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkstartattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/bookmark-attributes\".IBookmarkStartAttributesProperties"},{"id":4200,"kind":1024,"name":"name","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkstartattributesproperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/bookmark-attributes\".IBookmarkStartAttributesProperties"},{"id":4201,"kind":128,"name":"BookmarkStartAttributes","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark-attributes\""},{"id":4202,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4203,"kind":32,"name":"id","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes.xmlKeys"},{"id":4204,"kind":32,"name":"name","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#xmlkeys.name","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes.xmlKeys"},{"id":4205,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4206,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4207,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4208,"kind":2048,"name":"set","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4209,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4210,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4211,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkstartattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkStartAttributes"},{"id":4212,"kind":256,"name":"IBookmarkEndAttributesProperties","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkendattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark-attributes\""},{"id":4213,"kind":1024,"name":"id","url":"interfaces/_file_paragraph_links_bookmark_attributes_.ibookmarkendattributesproperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/paragraph/links/bookmark-attributes\".IBookmarkEndAttributesProperties"},{"id":4214,"kind":128,"name":"BookmarkEndAttributes","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark-attributes\""},{"id":4215,"kind":2097152,"name":"xmlKeys","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4216,"kind":32,"name":"id","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#xmlkeys.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes.xmlKeys"},{"id":4217,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4218,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4219,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4220,"kind":2048,"name":"set","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4221,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4222,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4223,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_bookmark_attributes_.bookmarkendattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark-attributes\".BookmarkEndAttributes"},{"id":4224,"kind":1,"name":"\"file/paragraph/links/bookmark\"","url":"modules/_file_paragraph_links_bookmark_.html","classes":"tsd-kind-external-module"},{"id":4225,"kind":128,"name":"Bookmark","url":"classes/_file_paragraph_links_bookmark_.bookmark.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark\""},{"id":4226,"kind":1024,"name":"linkId","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4227,"kind":1024,"name":"start","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#start","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4228,"kind":1024,"name":"text","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#text","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4229,"kind":1024,"name":"end","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#end","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4230,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_.bookmark.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".Bookmark"},{"id":4231,"kind":128,"name":"BookmarkStart","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark\""},{"id":4232,"kind":1024,"name":"linkId","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4233,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4234,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4235,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4236,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4237,"kind":2048,"name":"delete","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4238,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4239,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4240,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_bookmark_.bookmarkstart.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkStart"},{"id":4241,"kind":128,"name":"BookmarkEnd","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/links/bookmark\""},{"id":4242,"kind":1024,"name":"linkId","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#linkid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4243,"kind":512,"name":"constructor","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4244,"kind":1024,"name":"root","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4245,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4246,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4247,"kind":2048,"name":"delete","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4248,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4249,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4250,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_links_bookmark_.bookmarkend.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/links/bookmark\".BookmarkEnd"},{"id":4251,"kind":1,"name":"\"file/paragraph/links/index\"","url":"modules/_file_paragraph_links_index_.html","classes":"tsd-kind-external-module"},{"id":4252,"kind":1,"name":"\"file/paragraph/paragraph\"","url":"modules/_file_paragraph_paragraph_.html","classes":"tsd-kind-external-module"},{"id":4253,"kind":128,"name":"Paragraph","url":"classes/_file_paragraph_paragraph_.paragraph.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/paragraph\""},{"id":4254,"kind":512,"name":"constructor","url":"classes/_file_paragraph_paragraph_.paragraph.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4255,"kind":2048,"name":"addRun","url":"classes/_file_paragraph_paragraph_.paragraph.html#addrun","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4256,"kind":2048,"name":"addHyperLink","url":"classes/_file_paragraph_paragraph_.paragraph.html#addhyperlink","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4257,"kind":2048,"name":"addBookmark","url":"classes/_file_paragraph_paragraph_.paragraph.html#addbookmark","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4258,"kind":2048,"name":"createTextRun","url":"classes/_file_paragraph_paragraph_.paragraph.html#createtextrun","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4259,"kind":2048,"name":"createPictureRun","url":"classes/_file_paragraph_paragraph_.paragraph.html#createpicturerun","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4260,"kind":2048,"name":"heading1","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4261,"kind":2048,"name":"heading2","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading2","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4262,"kind":2048,"name":"heading3","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading3","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4263,"kind":2048,"name":"heading4","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading4","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4264,"kind":2048,"name":"heading5","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading5","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4265,"kind":2048,"name":"heading6","url":"classes/_file_paragraph_paragraph_.paragraph.html#heading6","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4266,"kind":2048,"name":"title","url":"classes/_file_paragraph_paragraph_.paragraph.html#title","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4267,"kind":2048,"name":"center","url":"classes/_file_paragraph_paragraph_.paragraph.html#center","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4268,"kind":2048,"name":"left","url":"classes/_file_paragraph_paragraph_.paragraph.html#left","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4269,"kind":2048,"name":"right","url":"classes/_file_paragraph_paragraph_.paragraph.html#right","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4270,"kind":2048,"name":"start","url":"classes/_file_paragraph_paragraph_.paragraph.html#start","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4271,"kind":2048,"name":"end","url":"classes/_file_paragraph_paragraph_.paragraph.html#end","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4272,"kind":2048,"name":"distribute","url":"classes/_file_paragraph_paragraph_.paragraph.html#distribute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4273,"kind":2048,"name":"justified","url":"classes/_file_paragraph_paragraph_.paragraph.html#justified","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4274,"kind":2048,"name":"thematicBreak","url":"classes/_file_paragraph_paragraph_.paragraph.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4275,"kind":2048,"name":"pageBreak","url":"classes/_file_paragraph_paragraph_.paragraph.html#pagebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4276,"kind":2048,"name":"pageBreakBefore","url":"classes/_file_paragraph_paragraph_.paragraph.html#pagebreakbefore","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4277,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_paragraph_paragraph_.paragraph.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4278,"kind":2048,"name":"leftTabStop","url":"classes/_file_paragraph_paragraph_.paragraph.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4279,"kind":2048,"name":"rightTabStop","url":"classes/_file_paragraph_paragraph_.paragraph.html#righttabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4280,"kind":2048,"name":"centerTabStop","url":"classes/_file_paragraph_paragraph_.paragraph.html#centertabstop","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4281,"kind":2048,"name":"bullet","url":"classes/_file_paragraph_paragraph_.paragraph.html#bullet","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4282,"kind":2048,"name":"setNumbering","url":"classes/_file_paragraph_paragraph_.paragraph.html#setnumbering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4283,"kind":2048,"name":"setCustomNumbering","url":"classes/_file_paragraph_paragraph_.paragraph.html#setcustomnumbering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4284,"kind":2048,"name":"style","url":"classes/_file_paragraph_paragraph_.paragraph.html#style","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4285,"kind":2048,"name":"indent","url":"classes/_file_paragraph_paragraph_.paragraph.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4286,"kind":2048,"name":"spacing","url":"classes/_file_paragraph_paragraph_.paragraph.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4287,"kind":2048,"name":"keepNext","url":"classes/_file_paragraph_paragraph_.paragraph.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4288,"kind":2048,"name":"keepLines","url":"classes/_file_paragraph_paragraph_.paragraph.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4289,"kind":2048,"name":"referenceFootnote","url":"classes/_file_paragraph_paragraph_.paragraph.html#referencefootnote","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4290,"kind":2048,"name":"addRunToFront","url":"classes/_file_paragraph_paragraph_.paragraph.html#addruntofront","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4291,"kind":2048,"name":"bidi","url":"classes/_file_paragraph_paragraph_.paragraph.html#bidi","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4292,"kind":1024,"name":"root","url":"classes/_file_paragraph_paragraph_.paragraph.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4293,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_paragraph_.paragraph.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4294,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_paragraph_.paragraph.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4295,"kind":2048,"name":"delete","url":"classes/_file_paragraph_paragraph_.paragraph.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4296,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_paragraph_.paragraph.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4297,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_paragraph_.paragraph.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4298,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_paragraph_.paragraph.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/paragraph\".Paragraph"},{"id":4299,"kind":1,"name":"\"file/paragraph/image\"","url":"modules/_file_paragraph_image_.html","classes":"tsd-kind-external-module"},{"id":4300,"kind":128,"name":"Image","url":"classes/_file_paragraph_image_.image.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/paragraph/image\""},{"id":4301,"kind":512,"name":"constructor","url":"classes/_file_paragraph_image_.image.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/paragraph/image\".Image"},{"id":4302,"kind":2048,"name":"scale","url":"classes/_file_paragraph_image_.image.html#scale","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/paragraph/image\".Image"},{"id":4303,"kind":2048,"name":"addRun","url":"classes/_file_paragraph_image_.image.html#addrun","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4304,"kind":2048,"name":"addHyperLink","url":"classes/_file_paragraph_image_.image.html#addhyperlink","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4305,"kind":2048,"name":"addBookmark","url":"classes/_file_paragraph_image_.image.html#addbookmark","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4306,"kind":2048,"name":"createTextRun","url":"classes/_file_paragraph_image_.image.html#createtextrun","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4307,"kind":2048,"name":"createPictureRun","url":"classes/_file_paragraph_image_.image.html#createpicturerun","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4308,"kind":2048,"name":"heading1","url":"classes/_file_paragraph_image_.image.html#heading1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4309,"kind":2048,"name":"heading2","url":"classes/_file_paragraph_image_.image.html#heading2","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4310,"kind":2048,"name":"heading3","url":"classes/_file_paragraph_image_.image.html#heading3","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4311,"kind":2048,"name":"heading4","url":"classes/_file_paragraph_image_.image.html#heading4","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4312,"kind":2048,"name":"heading5","url":"classes/_file_paragraph_image_.image.html#heading5","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4313,"kind":2048,"name":"heading6","url":"classes/_file_paragraph_image_.image.html#heading6","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4314,"kind":2048,"name":"title","url":"classes/_file_paragraph_image_.image.html#title","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4315,"kind":2048,"name":"center","url":"classes/_file_paragraph_image_.image.html#center","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4316,"kind":2048,"name":"left","url":"classes/_file_paragraph_image_.image.html#left","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4317,"kind":2048,"name":"right","url":"classes/_file_paragraph_image_.image.html#right","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4318,"kind":2048,"name":"start","url":"classes/_file_paragraph_image_.image.html#start","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4319,"kind":2048,"name":"end","url":"classes/_file_paragraph_image_.image.html#end","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4320,"kind":2048,"name":"distribute","url":"classes/_file_paragraph_image_.image.html#distribute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4321,"kind":2048,"name":"justified","url":"classes/_file_paragraph_image_.image.html#justified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4322,"kind":2048,"name":"thematicBreak","url":"classes/_file_paragraph_image_.image.html#thematicbreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4323,"kind":2048,"name":"pageBreak","url":"classes/_file_paragraph_image_.image.html#pagebreak","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4324,"kind":2048,"name":"pageBreakBefore","url":"classes/_file_paragraph_image_.image.html#pagebreakbefore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4325,"kind":2048,"name":"maxRightTabStop","url":"classes/_file_paragraph_image_.image.html#maxrighttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4326,"kind":2048,"name":"leftTabStop","url":"classes/_file_paragraph_image_.image.html#lefttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4327,"kind":2048,"name":"rightTabStop","url":"classes/_file_paragraph_image_.image.html#righttabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4328,"kind":2048,"name":"centerTabStop","url":"classes/_file_paragraph_image_.image.html#centertabstop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4329,"kind":2048,"name":"bullet","url":"classes/_file_paragraph_image_.image.html#bullet","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4330,"kind":2048,"name":"setNumbering","url":"classes/_file_paragraph_image_.image.html#setnumbering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4331,"kind":2048,"name":"setCustomNumbering","url":"classes/_file_paragraph_image_.image.html#setcustomnumbering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4332,"kind":2048,"name":"style","url":"classes/_file_paragraph_image_.image.html#style","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4333,"kind":2048,"name":"indent","url":"classes/_file_paragraph_image_.image.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4334,"kind":2048,"name":"spacing","url":"classes/_file_paragraph_image_.image.html#spacing","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4335,"kind":2048,"name":"keepNext","url":"classes/_file_paragraph_image_.image.html#keepnext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4336,"kind":2048,"name":"keepLines","url":"classes/_file_paragraph_image_.image.html#keeplines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4337,"kind":2048,"name":"referenceFootnote","url":"classes/_file_paragraph_image_.image.html#referencefootnote","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4338,"kind":2048,"name":"addRunToFront","url":"classes/_file_paragraph_image_.image.html#addruntofront","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4339,"kind":2048,"name":"bidi","url":"classes/_file_paragraph_image_.image.html#bidi","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4340,"kind":1024,"name":"root","url":"classes/_file_paragraph_image_.image.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/image\".Image"},{"id":4341,"kind":2048,"name":"prepForXml","url":"classes/_file_paragraph_image_.image.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4342,"kind":2048,"name":"addChildElement","url":"classes/_file_paragraph_image_.image.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4343,"kind":2048,"name":"delete","url":"classes/_file_paragraph_image_.image.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4344,"kind":1024,"name":"rootKey","url":"classes/_file_paragraph_image_.image.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/image\".Image"},{"id":4345,"kind":1024,"name":"deleted","url":"classes/_file_paragraph_image_.image.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/paragraph/image\".Image"},{"id":4346,"kind":262144,"name":"isDeleted","url":"classes/_file_paragraph_image_.image.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/paragraph/image\".Image"},{"id":4347,"kind":1,"name":"\"file/paragraph/index\"","url":"modules/_file_paragraph_index_.html","classes":"tsd-kind-external-module"},{"id":4348,"kind":1,"name":"\"file/index\"","url":"modules/_file_index_.html","classes":"tsd-kind-external-module"},{"id":4349,"kind":1,"name":"\"tests/utility\"","url":"modules/_tests_utility_.html","classes":"tsd-kind-external-module"},{"id":4350,"kind":128,"name":"Utility","url":"classes/_tests_utility_.utility.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"tests/utility\""},{"id":4351,"kind":2048,"name":"jsonify","url":"classes/_tests_utility_.utility.html#jsonify","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"tests/utility\".Utility"},{"id":4352,"kind":1,"name":"\"export/packer/compiler\"","url":"modules/_export_packer_compiler_.html","classes":"tsd-kind-external-module"},{"id":4353,"kind":128,"name":"Compiler","url":"classes/_export_packer_compiler_.compiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/compiler\""},{"id":4354,"kind":1024,"name":"archive","url":"classes/_export_packer_compiler_.compiler.html#archive","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"export/packer/compiler\".Compiler"},{"id":4355,"kind":512,"name":"constructor","url":"classes/_export_packer_compiler_.compiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/compiler\".Compiler"},{"id":4356,"kind":2048,"name":"compile","url":"classes/_export_packer_compiler_.compiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/compiler\".Compiler"},{"id":4357,"kind":1,"name":"\"export/packer/packer\"","url":"modules/_export_packer_packer_.html","classes":"tsd-kind-external-module"},{"id":4358,"kind":256,"name":"IPacker","url":"interfaces/_export_packer_packer_.ipacker.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"export/packer/packer\""},{"id":4359,"kind":2048,"name":"pack","url":"interfaces/_export_packer_packer_.ipacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"export/packer/packer\".IPacker"},{"id":4360,"kind":32,"name":"WORKAROUND","url":"modules/_export_packer_packer_.html#workaround","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"export/packer/packer\""},{"id":4361,"kind":1,"name":"\"export/packer/pdf-convert-wrapper\"","url":"modules/_export_packer_pdf_convert_wrapper_.html","classes":"tsd-kind-external-module"},{"id":4362,"kind":256,"name":"IConvertOutput","url":"interfaces/_export_packer_pdf_convert_wrapper_.iconvertoutput.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"export/packer/pdf-convert-wrapper\""},{"id":4363,"kind":1024,"name":"data","url":"interfaces/_export_packer_pdf_convert_wrapper_.iconvertoutput.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"export/packer/pdf-convert-wrapper\".IConvertOutput"},{"id":4364,"kind":128,"name":"PdfConvertWrapper","url":"classes/_export_packer_pdf_convert_wrapper_.pdfconvertwrapper.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/pdf-convert-wrapper\""},{"id":4365,"kind":2048,"name":"convert","url":"classes/_export_packer_pdf_convert_wrapper_.pdfconvertwrapper.html#convert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/pdf-convert-wrapper\".PdfConvertWrapper"},{"id":4366,"kind":1,"name":"\"export/packer/local\"","url":"modules/_export_packer_local_.html","classes":"tsd-kind-external-module"},{"id":4367,"kind":128,"name":"LocalPacker","url":"classes/_export_packer_local_.localpacker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/local\""},{"id":4368,"kind":512,"name":"constructor","url":"classes/_export_packer_local_.localpacker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/local\".LocalPacker"},{"id":4369,"kind":2048,"name":"pack","url":"classes/_export_packer_local_.localpacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/local\".LocalPacker"},{"id":4370,"kind":2048,"name":"packPdf","url":"classes/_export_packer_local_.localpacker.html#packpdf","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/local\".LocalPacker"},{"id":4371,"kind":1,"name":"\"export/packer/express\"","url":"modules/_export_packer_express_.html","classes":"tsd-kind-external-module"},{"id":4372,"kind":128,"name":"ExpressPacker","url":"classes/_export_packer_express_.expresspacker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/express\""},{"id":4373,"kind":512,"name":"constructor","url":"classes/_export_packer_express_.expresspacker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/express\".ExpressPacker"},{"id":4374,"kind":2048,"name":"pack","url":"classes/_export_packer_express_.expresspacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/express\".ExpressPacker"},{"id":4375,"kind":1,"name":"\"export/packer/stream\"","url":"modules/_export_packer_stream_.html","classes":"tsd-kind-external-module"},{"id":4376,"kind":128,"name":"Pipe","url":"classes/_export_packer_stream_.pipe.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"export/packer/stream\""},{"id":4377,"kind":2048,"name":"_transform","url":"classes/_export_packer_stream_.pipe.html#_transform","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4378,"kind":512,"name":"constructor","url":"classes/_export_packer_stream_.pipe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4379,"kind":2048,"name":"_flush","url":"classes/_export_packer_stream_.pipe.html#_flush","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4380,"kind":1024,"name":"writable","url":"classes/_export_packer_stream_.pipe.html#writable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4381,"kind":1024,"name":"writableHighWaterMark","url":"classes/_export_packer_stream_.pipe.html#writablehighwatermark","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4382,"kind":1024,"name":"writableLength","url":"classes/_export_packer_stream_.pipe.html#writablelength","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4383,"kind":2048,"name":"_write","url":"classes/_export_packer_stream_.pipe.html#_write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4384,"kind":2048,"name":"_writev","url":"classes/_export_packer_stream_.pipe.html#_writev","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4385,"kind":2048,"name":"_destroy","url":"classes/_export_packer_stream_.pipe.html#_destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4386,"kind":2048,"name":"_final","url":"classes/_export_packer_stream_.pipe.html#_final","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4387,"kind":2048,"name":"write","url":"classes/_export_packer_stream_.pipe.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4388,"kind":2048,"name":"setDefaultEncoding","url":"classes/_export_packer_stream_.pipe.html#setdefaultencoding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4389,"kind":2048,"name":"end","url":"classes/_export_packer_stream_.pipe.html#end","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4390,"kind":2048,"name":"cork","url":"classes/_export_packer_stream_.pipe.html#cork","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4391,"kind":2048,"name":"uncork","url":"classes/_export_packer_stream_.pipe.html#uncork","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4392,"kind":1024,"name":"readable","url":"classes/_export_packer_stream_.pipe.html#readable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4393,"kind":1024,"name":"readableHighWaterMark","url":"classes/_export_packer_stream_.pipe.html#readablehighwatermark","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4394,"kind":1024,"name":"readableLength","url":"classes/_export_packer_stream_.pipe.html#readablelength","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4395,"kind":2048,"name":"_read","url":"classes/_export_packer_stream_.pipe.html#_read","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4396,"kind":2048,"name":"read","url":"classes/_export_packer_stream_.pipe.html#read","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4397,"kind":2048,"name":"setEncoding","url":"classes/_export_packer_stream_.pipe.html#setencoding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4398,"kind":2048,"name":"pause","url":"classes/_export_packer_stream_.pipe.html#pause","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4399,"kind":2048,"name":"resume","url":"classes/_export_packer_stream_.pipe.html#resume","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4400,"kind":2048,"name":"isPaused","url":"classes/_export_packer_stream_.pipe.html#ispaused","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4401,"kind":2048,"name":"unpipe","url":"classes/_export_packer_stream_.pipe.html#unpipe","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4402,"kind":2048,"name":"unshift","url":"classes/_export_packer_stream_.pipe.html#unshift","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4403,"kind":2048,"name":"wrap","url":"classes/_export_packer_stream_.pipe.html#wrap","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4404,"kind":2048,"name":"push","url":"classes/_export_packer_stream_.pipe.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4405,"kind":2048,"name":"destroy","url":"classes/_export_packer_stream_.pipe.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4406,"kind":2048,"name":"addListener","url":"classes/_export_packer_stream_.pipe.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4407,"kind":2048,"name":"emit","url":"classes/_export_packer_stream_.pipe.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4408,"kind":2048,"name":"on","url":"classes/_export_packer_stream_.pipe.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4409,"kind":2048,"name":"once","url":"classes/_export_packer_stream_.pipe.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4410,"kind":2048,"name":"prependListener","url":"classes/_export_packer_stream_.pipe.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4411,"kind":2048,"name":"prependOnceListener","url":"classes/_export_packer_stream_.pipe.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4412,"kind":2048,"name":"removeListener","url":"classes/_export_packer_stream_.pipe.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4413,"kind":2048,"name":"__@asyncIterator","url":"classes/_export_packer_stream_.pipe.html#___asynciterator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4414,"kind":2048,"name":"pipe","url":"classes/_export_packer_stream_.pipe.html#pipe","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4415,"kind":2048,"name":"listenerCount","url":"classes/_export_packer_stream_.pipe.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4416,"kind":1024,"name":"defaultMaxListeners","url":"classes/_export_packer_stream_.pipe.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4417,"kind":2048,"name":"off","url":"classes/_export_packer_stream_.pipe.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4418,"kind":2048,"name":"removeAllListeners","url":"classes/_export_packer_stream_.pipe.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4419,"kind":2048,"name":"setMaxListeners","url":"classes/_export_packer_stream_.pipe.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4420,"kind":2048,"name":"getMaxListeners","url":"classes/_export_packer_stream_.pipe.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4421,"kind":2048,"name":"listeners","url":"classes/_export_packer_stream_.pipe.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4422,"kind":2048,"name":"rawListeners","url":"classes/_export_packer_stream_.pipe.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4423,"kind":2048,"name":"eventNames","url":"classes/_export_packer_stream_.pipe.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4424,"kind":2048,"name":"listenerCount","url":"classes/_export_packer_stream_.pipe.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"\"export/packer/stream\".Pipe"},{"id":4425,"kind":128,"name":"StreamPacker","url":"classes/_export_packer_stream_.streampacker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/stream\""},{"id":4426,"kind":512,"name":"constructor","url":"classes/_export_packer_stream_.streampacker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/stream\".StreamPacker"},{"id":4427,"kind":2048,"name":"pack","url":"classes/_export_packer_stream_.streampacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/stream\".StreamPacker"},{"id":4428,"kind":1,"name":"\"export/packer/buffer-stream\"","url":"modules/_export_packer_buffer_stream_.html","classes":"tsd-kind-external-module"},{"id":4429,"kind":128,"name":"BufferStream","url":"classes/_export_packer_buffer_stream_.bufferstream.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/buffer-stream\""},{"id":4430,"kind":512,"name":"constructor","url":"classes/_export_packer_buffer_stream_.bufferstream.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4431,"kind":2048,"name":"_write","url":"classes/_export_packer_buffer_stream_.bufferstream.html#_write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4432,"kind":2048,"name":"end","url":"classes/_export_packer_buffer_stream_.bufferstream.html#end","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4433,"kind":262144,"name":"Buffer","url":"classes/_export_packer_buffer_stream_.bufferstream.html#buffer","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4434,"kind":1024,"name":"writable","url":"classes/_export_packer_buffer_stream_.bufferstream.html#writable","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4435,"kind":1024,"name":"writableHighWaterMark","url":"classes/_export_packer_buffer_stream_.bufferstream.html#writablehighwatermark","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4436,"kind":1024,"name":"writableLength","url":"classes/_export_packer_buffer_stream_.bufferstream.html#writablelength","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4437,"kind":2048,"name":"_writev","url":"classes/_export_packer_buffer_stream_.bufferstream.html#_writev","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4438,"kind":2048,"name":"_destroy","url":"classes/_export_packer_buffer_stream_.bufferstream.html#_destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4439,"kind":2048,"name":"_final","url":"classes/_export_packer_buffer_stream_.bufferstream.html#_final","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4440,"kind":2048,"name":"write","url":"classes/_export_packer_buffer_stream_.bufferstream.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4441,"kind":2048,"name":"setDefaultEncoding","url":"classes/_export_packer_buffer_stream_.bufferstream.html#setdefaultencoding","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4442,"kind":2048,"name":"cork","url":"classes/_export_packer_buffer_stream_.bufferstream.html#cork","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4443,"kind":2048,"name":"uncork","url":"classes/_export_packer_buffer_stream_.bufferstream.html#uncork","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4444,"kind":2048,"name":"destroy","url":"classes/_export_packer_buffer_stream_.bufferstream.html#destroy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4445,"kind":2048,"name":"addListener","url":"classes/_export_packer_buffer_stream_.bufferstream.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4446,"kind":2048,"name":"emit","url":"classes/_export_packer_buffer_stream_.bufferstream.html#emit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4447,"kind":2048,"name":"on","url":"classes/_export_packer_buffer_stream_.bufferstream.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4448,"kind":2048,"name":"once","url":"classes/_export_packer_buffer_stream_.bufferstream.html#once","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4449,"kind":2048,"name":"prependListener","url":"classes/_export_packer_buffer_stream_.bufferstream.html#prependlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4450,"kind":2048,"name":"prependOnceListener","url":"classes/_export_packer_buffer_stream_.bufferstream.html#prependoncelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4451,"kind":2048,"name":"removeListener","url":"classes/_export_packer_buffer_stream_.bufferstream.html#removelistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4452,"kind":2048,"name":"pipe","url":"classes/_export_packer_buffer_stream_.bufferstream.html#pipe","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4453,"kind":2048,"name":"listenerCount","url":"classes/_export_packer_buffer_stream_.bufferstream.html#listenercount-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4454,"kind":1024,"name":"defaultMaxListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#defaultmaxlisteners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4455,"kind":2048,"name":"off","url":"classes/_export_packer_buffer_stream_.bufferstream.html#off","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4456,"kind":2048,"name":"removeAllListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#removealllisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4457,"kind":2048,"name":"setMaxListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#setmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4458,"kind":2048,"name":"getMaxListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#getmaxlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4459,"kind":2048,"name":"listeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#listeners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4460,"kind":2048,"name":"rawListeners","url":"classes/_export_packer_buffer_stream_.bufferstream.html#rawlisteners","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4461,"kind":2048,"name":"eventNames","url":"classes/_export_packer_buffer_stream_.bufferstream.html#eventnames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4462,"kind":2048,"name":"listenerCount","url":"classes/_export_packer_buffer_stream_.bufferstream.html#listenercount","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"export/packer/buffer-stream\".BufferStream"},{"id":4463,"kind":1,"name":"\"export/packer/buffer\"","url":"modules/_export_packer_buffer_.html","classes":"tsd-kind-external-module"},{"id":4464,"kind":128,"name":"BufferPacker","url":"classes/_export_packer_buffer_.bufferpacker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"export/packer/buffer\""},{"id":4465,"kind":512,"name":"constructor","url":"classes/_export_packer_buffer_.bufferpacker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"export/packer/buffer\".BufferPacker"},{"id":4466,"kind":2048,"name":"pack","url":"classes/_export_packer_buffer_.bufferpacker.html#pack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"export/packer/buffer\".BufferPacker"},{"id":4467,"kind":1,"name":"\"export/index\"","url":"modules/_export_index_.html","classes":"tsd-kind-external-module"},{"id":4468,"kind":1,"name":"\"file/document/body/section-properties/title-page/title-page-attributes\"","url":"modules/_file_document_body_section_properties_title_page_title_page_attributes_.html","classes":"tsd-kind-external-module"},{"id":4469,"kind":256,"name":"IHeaderReferenceAttributes","url":"interfaces/_file_document_body_section_properties_title_page_title_page_attributes_.iheaderreferenceattributes.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\""},{"id":4470,"kind":1024,"name":"value","url":"interfaces/_file_document_body_section_properties_title_page_title_page_attributes_.iheaderreferenceattributes.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".IHeaderReferenceAttributes"},{"id":4471,"kind":128,"name":"TitlePageAttributes","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\""},{"id":4472,"kind":2097152,"name":"xmlKeys","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4473,"kind":32,"name":"value","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#xmlkeys.value","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes.xmlKeys"},{"id":4474,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4475,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4476,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4477,"kind":2048,"name":"set","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4478,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4479,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4480,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_title_page_title_page_attributes_.titlepageattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page-attributes\".TitlePageAttributes"},{"id":4481,"kind":1,"name":"\"file/document/body/section-properties/title-page/title-page\"","url":"modules/_file_document_body_section_properties_title_page_title_page_.html","classes":"tsd-kind-external-module"},{"id":4482,"kind":128,"name":"TitlePage","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/document/body/section-properties/title-page/title-page\""},{"id":4483,"kind":512,"name":"constructor","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4484,"kind":1024,"name":"root","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4485,"kind":2048,"name":"prepForXml","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4486,"kind":2048,"name":"addChildElement","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4487,"kind":2048,"name":"delete","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4488,"kind":1024,"name":"rootKey","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4489,"kind":1024,"name":"deleted","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4490,"kind":262144,"name":"isDeleted","url":"classes/_file_document_body_section_properties_title_page_title_page_.titlepage.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/document/body/section-properties/title-page/title-page\".TitlePage"},{"id":4491,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.html","classes":"tsd-kind-external-module"},{"id":4492,"kind":128,"name":"NoFill","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\""},{"id":4493,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4494,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4495,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4496,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4497,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4498,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4499,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4500,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_no_fill_.nofill.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill\".NoFill"},{"id":4501,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.html","classes":"tsd-kind-external-module"},{"id":4502,"kind":128,"name":"NoFill","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\""},{"id":4503,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4504,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4505,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4506,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4507,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4508,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4509,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4510,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_no_fill_.nofill.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill\".NoFill"},{"id":4511,"kind":1,"name":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\"","url":"modules/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.html","classes":"tsd-kind-external-module"},{"id":4512,"kind":128,"name":"Outline","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\""},{"id":4513,"kind":512,"name":"constructor","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4514,"kind":1024,"name":"root","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4515,"kind":2048,"name":"prepForXml","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4516,"kind":2048,"name":"addChildElement","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4517,"kind":2048,"name":"delete","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4518,"kind":1024,"name":"rootKey","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4519,"kind":1024,"name":"deleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4520,"kind":262144,"name":"isDeleted","url":"classes/_file_drawing_inline_graphic_graphic_data_pic_shape_properties_outline_outline_.outline.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline\".Outline"},{"id":4521,"kind":1,"name":"\"file/footer/index\"","url":"modules/_file_footer_index_.html","classes":"tsd-kind-external-module"},{"id":4522,"kind":1,"name":"\"file/header/index\"","url":"modules/_file_header_index_.html","classes":"tsd-kind-external-module"},{"id":4523,"kind":1,"name":"\"file/styles/latent-styles/exceptions\"","url":"modules/_file_styles_latent_styles_exceptions_.html","classes":"tsd-kind-external-module"},{"id":4524,"kind":256,"name":"ILatentStyleExceptionAttributesProperties","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"file/styles/latent-styles/exceptions\""},{"id":4525,"kind":1024,"name":"name","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4526,"kind":1024,"name":"uiPriority","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#uipriority","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4527,"kind":1024,"name":"qFormat","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#qformat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4528,"kind":1024,"name":"semiHidden","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#semihidden","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4529,"kind":1024,"name":"unhideWhenUsed","url":"interfaces/_file_styles_latent_styles_exceptions_.ilatentstyleexceptionattributesproperties.html#unhidewhenused","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"file/styles/latent-styles/exceptions\".ILatentStyleExceptionAttributesProperties"},{"id":4530,"kind":128,"name":"LatentStyleExceptionAttributes","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/latent-styles/exceptions\""},{"id":4531,"kind":2097152,"name":"xmlKeys","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys","classes":"tsd-kind-object-literal tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4532,"kind":32,"name":"name","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.name","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4533,"kind":32,"name":"uiPriority","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.uipriority","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4534,"kind":32,"name":"qFormat","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.qformat","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4535,"kind":32,"name":"semiHidden","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.semihidden","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4536,"kind":32,"name":"unhideWhenUsed","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#xmlkeys.unhidewhenused","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes.xmlKeys"},{"id":4537,"kind":1024,"name":"root","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4538,"kind":512,"name":"constructor","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4539,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4540,"kind":2048,"name":"set","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4541,"kind":1024,"name":"rootKey","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4542,"kind":1024,"name":"deleted","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4543,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexceptionattributes.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleExceptionAttributes"},{"id":4544,"kind":128,"name":"LatentStyleException","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/latent-styles/exceptions\""},{"id":4545,"kind":512,"name":"constructor","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4546,"kind":1024,"name":"root","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4547,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4548,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4549,"kind":2048,"name":"delete","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4550,"kind":1024,"name":"rootKey","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4551,"kind":1024,"name":"deleted","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4552,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_latent_styles_exceptions_.latentstyleexception.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/exceptions\".LatentStyleException"},{"id":4553,"kind":1,"name":"\"file/styles/latent-styles/index\"","url":"modules/_file_styles_latent_styles_index_.html","classes":"tsd-kind-external-module"},{"id":4554,"kind":128,"name":"LatentStyles","url":"classes/_file_styles_latent_styles_index_.latentstyles.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"file/styles/latent-styles/index\""},{"id":4555,"kind":512,"name":"constructor","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4556,"kind":2048,"name":"push","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#push","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4557,"kind":1024,"name":"root","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4558,"kind":2048,"name":"prepForXml","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#prepforxml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4559,"kind":2048,"name":"addChildElement","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#addchildelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4560,"kind":2048,"name":"delete","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4561,"kind":1024,"name":"rootKey","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#rootkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4562,"kind":1024,"name":"deleted","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#deleted","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4563,"kind":262144,"name":"isDeleted","url":"classes/_file_styles_latent_styles_index_.latentstyles.html#isdeleted","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"\"file/styles/latent-styles/index\".LatentStyles"},{"id":4564,"kind":1,"name":"\"file/styles/sample/index\"","url":"modules/_file_styles_sample_index_.html","classes":"tsd-kind-external-module"},{"id":4565,"kind":64,"name":"createLsdException","url":"modules/_file_styles_sample_index_.html#createlsdexception","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"file/styles/sample/index\""},{"id":4566,"kind":64,"name":"DefaultStyle","url":"modules/_file_styles_sample_index_.html#defaultstyle","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"file/styles/sample/index\""},{"id":4567,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"}]}; \ No newline at end of file diff --git a/classes/_export_formatter_.formatter.html b/api/classes/_export_formatter_.formatter.html similarity index 99% rename from classes/_export_formatter_.formatter.html rename to api/classes/_export_formatter_.formatter.html index 9edfd0650c..4f08ed558c 100644 --- a/classes/_export_formatter_.formatter.html +++ b/api/classes/_export_formatter_.formatter.html @@ -102,7 +102,7 @@Inherited from Writable.addListener
Overrides EventEmitter.addListener
Inherited from Writable.addListener
Overrides EventEmitter.addListener
Inherited from Writable.addListener
Overrides EventEmitter.addListener
Inherited from Writable.addListener
Overrides EventEmitter.addListener
Inherited from Writable.addListener
Overrides EventEmitter.addListener
Inherited from Writable.addListener
Overrides EventEmitter.addListener
Inherited from Writable.emit
Overrides EventEmitter.emit
Inherited from Writable.emit
Overrides EventEmitter.emit
Inherited from Writable.emit
Overrides EventEmitter.emit
Inherited from Writable.emit
Overrides EventEmitter.emit
Inherited from Writable.emit
Overrides EventEmitter.emit
Inherited from Writable.emit
Overrides EventEmitter.emit
Inherited from Writable.on
Overrides EventEmitter.on
Inherited from Writable.once
Overrides EventEmitter.once
Inherited from Writable.once
Overrides EventEmitter.once
Inherited from Writable.once
Overrides EventEmitter.once
Inherited from Writable.once
Overrides EventEmitter.once
Inherited from Writable.once
Overrides EventEmitter.once
Inherited from Writable.prependListener
Overrides EventEmitter.prependListener
Inherited from Writable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Writable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Writable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Writable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Writable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Writable.removeListener
Overrides EventEmitter.removeListener
Inherited from Writable.removeListener
Overrides EventEmitter.removeListener
Inherited from Writable.removeListener
Overrides EventEmitter.removeListener
Inherited from Writable.removeListener
Overrides EventEmitter.removeListener
Inherited from Writable.removeListener
Overrides EventEmitter.removeListener
Inherited from Writable.removeListener
Overrides EventEmitter.removeListener
Inherited from Transform.__constructor
Overrides Duplex.__constructor
Inherited from Duplex._destroy
Overrides Readable._destroy
Inherited from Readable.addListener
Overrides EventEmitter.addListener
Inherited from Readable.addListener
Overrides EventEmitter.addListener
Inherited from Readable.addListener
Overrides EventEmitter.addListener
Inherited from Readable.addListener
Overrides EventEmitter.addListener
Inherited from Readable.addListener
Overrides EventEmitter.addListener
Inherited from Readable.emit
Overrides EventEmitter.emit
Inherited from Readable.emit
Overrides EventEmitter.emit
Inherited from Readable.emit
Overrides EventEmitter.emit
Inherited from Readable.emit
Overrides EventEmitter.emit
Inherited from Readable.emit
Overrides EventEmitter.emit
Inherited from Readable.once
Overrides EventEmitter.once
Inherited from Readable.once
Overrides EventEmitter.once
Inherited from Readable.once
Overrides EventEmitter.once
Inherited from Readable.once
Overrides EventEmitter.once
Inherited from Readable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Readable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Readable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Readable.prependOnceListener
Overrides EventEmitter.prependOnceListener
Inherited from Readable.removeListener
Overrides EventEmitter.removeListener
Inherited from Readable.removeListener
Overrides EventEmitter.removeListener
Inherited from Readable.removeListener
Overrides EventEmitter.removeListener
Inherited from Readable.removeListener
Overrides EventEmitter.removeListener
Inherited from Readable.removeListener
Overrides EventEmitter.removeListener
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from LevelBase.constructor
Overrides XmlComponent.constructor
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlAttributeComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlAttributeComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
Inherited from XmlComponent.constructor
Overrides BaseXmlComponent.constructor
Inherited from XmlComponent.prepForXml
Overrides BaseXmlComponent.prepForXml
+
+
+ Generate .docx files with JS/TS very easily, written in TS. +
+$ npm install --save docx
+
+ Press endpoint
on the RunKit
website:
$ npm run demo
+
+ This command will run the demo selector app in the demo
folder. It will prompt you to select a demo number, which will run a demo from that folder.
Please refer to the Wiki for details on how to use this library, examples and much more!
+Full documentation can be found here: http://dolanmiu.github.io/docx/index.html
+// Used to create docx files
+var docx = require("docx");
+
+// Create document
+var doc = new docx.Document();
+
+// Add some content in the document
+var paragraph = new docx.Paragraph("Some cool text here.");
+// Add more text into the paragraph if you wish
+paragraph.addRun(new docx.TextRun("Lorem Ipsum Foo Bar"));
+doc.addParagraph(paragraph);
+
+// Used to export the file into a .docx file
+var exporter = new docx.LocalPacker(doc);
+
+// Or use the express packer to make the file downloadable.
+// res is express' Response object
+var exporter = new docx.ExpressPacker(doc, res);
+
+exporter.pack("My First Document");
+// If you want to export it as a .pdf file instead
+exporter.packPdf("My First Document");
+
+// done! A file called 'My First Document.docx'
+// will be in your file system if you used LocalPacker
+// Or it will start downloading if you are using Express
+
+ Check the Wiki and the demo folder for examples.
+Read the contribution guidelines here.
+Made with 💖
+Generated using TypeDoc
+
-
-
- Generate .docx files with JS/TS very easily, written in TS. -
-$ npm install --save docx
-
- Press endpoint
on the RunKit
website:
$ npm run demo
-
- This command will run the demo selector app in the demo
folder. It will prompt you to select a demo number, which will run a demo from that folder.
Please refer to the Wiki for details on how to use this library, examples and much more!
-Full documentation can be found here: http://dolanmiu.github.io/docx/index.html
-// Used to create docx files
-var docx = require("docx");
-
-// Create document
-var doc = new docx.Document();
-
-// Add some content in the document
-var paragraph = new docx.Paragraph("Some cool text here.");
-// Add more text into the paragraph if you wish
-paragraph.addRun(new docx.TextRun("Lorem Ipsum Foo Bar"));
-doc.addParagraph(paragraph);
-
-// Used to export the file into a .docx file
-var exporter = new docx.LocalPacker(doc);
-
-// Or use the express packer to make the file downloadable.
-// res is express' Response object
-var exporter = new docx.ExpressPacker(doc, res);
-
-exporter.pack("My First Document");
-// If you want to export it as a .pdf file instead
-exporter.packPdf("My First Document");
-
-// done! A file called 'My First Document.docx'
-// will be in your file system if you used LocalPacker
-// Or it will start downloading if you are using Express
-
- Check the Wiki and the demo folder for examples.
-Read the contribution guidelines here.
-Made with 💖
-Generated using TypeDoc
-