office-viewer 0.3.12 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/esm/Word.js +13 -0
- package/esm/createOfficeViewer.js +5 -1
- package/esm/util/fileType.js +6 -0
- package/esm/word/parse/defaultXML/settingsXML.d.ts +1 -0
- package/esm/word/parse/defaultXML/settingsXML.js +5 -0
- package/esm/word/parse/defaultXML/stylesXML.d.ts +1 -0
- package/esm/word/parse/defaultXML/stylesXML.js +5 -0
- package/esm/word/parse/defaultXML/themeXML.d.ts +1 -0
- package/esm/word/parse/defaultXML/themeXML.js +5 -0
- package/lib/Word.js +13 -0
- package/lib/createOfficeViewer.d.ts +1 -1
- package/lib/createOfficeViewer.js +5 -1
- package/lib/excel/formula/builtinFunctions.d.ts +1 -1
- package/lib/excel/lang/lang.d.ts +1 -1
- package/lib/excel/render/autoFilter/sortState/getColumnSortOrder.d.ts +1 -1
- package/lib/excel/render/dnd/mousedownColHeader.d.ts +1 -1
- package/lib/excel/render/dnd/mousedownRowHeader.d.ts +1 -1
- package/lib/package/XMLPackageParser.d.ts +1 -1
- package/lib/package/ZipPackageParser.d.ts +1 -1
- package/lib/util/fileType.js +6 -0
- package/lib/word/parse/defaultXML/settingsXML.d.ts +1 -0
- package/lib/word/parse/defaultXML/settingsXML.js +9 -0
- package/lib/word/parse/defaultXML/stylesXML.d.ts +1 -0
- package/lib/word/parse/defaultXML/stylesXML.js +9 -0
- package/lib/word/parse/defaultXML/themeXML.d.ts +1 -0
- package/lib/word/parse/defaultXML/themeXML.js +9 -0
- package/lib/word/parse/jcToTextAlign.d.ts +1 -1
- package/package.json +2 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var xml = require('../../../util/xml.js');
|
|
6
|
+
|
|
7
|
+
var settingsXML = xml.parseXML("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<w:settings xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n xmlns:o=\"urn:schemas-microsoft-com:office:office\"\n xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"\n xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\"\n xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\"\n xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"\n xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"\n xmlns:w15=\"http://schemas.microsoft.com/office/word/2012/wordml\"\n xmlns:w16cex=\"http://schemas.microsoft.com/office/word/2018/wordml/cex\"\n xmlns:w16cid=\"http://schemas.microsoft.com/office/word/2016/wordml/cid\"\n xmlns:w16=\"http://schemas.microsoft.com/office/word/2018/wordml\"\n xmlns:w16sdtdh=\"http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash\"\n xmlns:w16se=\"http://schemas.microsoft.com/office/word/2015/wordml/symex\"\n xmlns:sl=\"http://schemas.openxmlformats.org/schemaLibrary/2006/main\"\n mc:Ignorable=\"w14 w15 w16se w16cid w16 w16cex w16sdtdh\">\n <w:zoom w:percent=\"170\" />\n <w:bordersDoNotSurroundHeader />\n <w:bordersDoNotSurroundFooter />\n <w:defaultTabStop w:val=\"420\" />\n <w:drawingGridVerticalSpacing w:val=\"156\" />\n <w:displayHorizontalDrawingGridEvery w:val=\"0\" />\n <w:displayVerticalDrawingGridEvery w:val=\"2\" />\n <w:characterSpacingControl w:val=\"compressPunctuation\" />\n <w:compat>\n <w:spaceForUL />\n <w:balanceSingleByteDoubleByteWidth />\n <w:doNotLeaveBackslashAlone />\n <w:ulTrailSpace />\n <w:doNotExpandShiftReturn />\n <w:adjustLineHeightInTable />\n <w:useFELayout />\n <w:compatSetting w:name=\"compatibilityMode\" w:uri=\"http://schemas.microsoft.com/office/word\"\n w:val=\"15\" />\n <w:compatSetting w:name=\"overrideTableStyleFontSizeAndJustification\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\" />\n <w:compatSetting w:name=\"enableOpenTypeFeatures\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\" />\n <w:compatSetting w:name=\"doNotFlipMirrorIndents\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\" />\n <w:compatSetting w:name=\"differentiateMultirowTableHeaders\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\" />\n <w:compatSetting w:name=\"useWord2013TrackBottomHyphenation\"\n w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"0\" />\n </w:compat>\n <w:rsids>\n <w:rsidRoot w:val=\"006A5323\" />\n <w:rsid w:val=\"000A6C4B\" />\n <w:rsid w:val=\"001E68A4\" />\n <w:rsid w:val=\"001F5721\" />\n <w:rsid w:val=\"002017C7\" />\n <w:rsid w:val=\"00223735\" />\n <w:rsid w:val=\"002415FE\" />\n <w:rsid w:val=\"00310664\" />\n <w:rsid w:val=\"003273E9\" />\n <w:rsid w:val=\"003A1158\" />\n <w:rsid w:val=\"003A4403\" />\n <w:rsid w:val=\"004251A5\" />\n <w:rsid w:val=\"00485792\" />\n <w:rsid w:val=\"004A5781\" />\n <w:rsid w:val=\"00574DD7\" />\n <w:rsid w:val=\"005B6B1F\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rsid w:val=\"00703A50\" />\n <w:rsid w:val=\"00756C94\" />\n <w:rsid w:val=\"007932E0\" />\n <w:rsid w:val=\"007C06E5\" />\n <w:rsid w:val=\"0083191B\" />\n <w:rsid w:val=\"008A4BC5\" />\n <w:rsid w:val=\"009371BC\" />\n <w:rsid w:val=\"00954104\" />\n <w:rsid w:val=\"009D35B0\" />\n <w:rsid w:val=\"00A275CB\" />\n <w:rsid w:val=\"00A70849\" />\n <w:rsid w:val=\"00AA7527\" />\n <w:rsid w:val=\"00AB20C4\" />\n <w:rsid w:val=\"00AE568B\" />\n <w:rsid w:val=\"00B06B85\" />\n <w:rsid w:val=\"00BA32DF\" />\n <w:rsid w:val=\"00C737CD\" />\n <w:rsid w:val=\"00E660A5\" />\n <w:rsid w:val=\"00FB20FB\" />\n </w:rsids>\n <m:mathPr>\n <m:mathFont m:val=\"Cambria Math\" />\n <m:brkBin m:val=\"before\" />\n <m:brkBinSub m:val=\"--\" />\n <m:smallFrac m:val=\"0\" />\n <m:dispDef />\n <m:lMargin m:val=\"0\" />\n <m:rMargin m:val=\"0\" />\n <m:defJc m:val=\"centerGroup\" />\n <m:wrapIndent m:val=\"1440\" />\n <m:intLim m:val=\"subSup\" />\n <m:naryLim m:val=\"undOvr\" />\n </m:mathPr>\n <w:themeFontLang w:val=\"en-CN\" w:eastAsia=\"zh-CN\" />\n <w:clrSchemeMapping w:bg1=\"light1\" w:t1=\"dark1\" w:bg2=\"light2\" w:t2=\"dark2\" w:accent1=\"accent1\"\n w:accent2=\"accent2\" w:accent3=\"accent3\" w:accent4=\"accent4\" w:accent5=\"accent5\"\n w:accent6=\"accent6\" w:hyperlink=\"hyperlink\" w:followedHyperlink=\"followedHyperlink\" />\n <w:decimalSymbol w:val=\".\" />\n <w:listSeparator w:val=\",\" />\n <w14:docId w14:val=\"7D05306F\" />\n <w15:chartTrackingRefBased />\n <w15:docId w15:val=\"{3E2DE498-7B91-1143-917B-23A36B6D81E1}\" />\n</w:settings>");
|
|
8
|
+
|
|
9
|
+
exports.settingsXML = settingsXML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const stylesXML: Document;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var xml = require('../../../util/xml.js');
|
|
6
|
+
|
|
7
|
+
var stylesXML = xml.parseXML("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<w:styles xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"\n xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"\n xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"\n xmlns:w15=\"http://schemas.microsoft.com/office/word/2012/wordml\"\n xmlns:w16cex=\"http://schemas.microsoft.com/office/word/2018/wordml/cex\"\n xmlns:w16cid=\"http://schemas.microsoft.com/office/word/2016/wordml/cid\"\n xmlns:w16=\"http://schemas.microsoft.com/office/word/2018/wordml\"\n xmlns:w16sdtdh=\"http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash\"\n xmlns:w16se=\"http://schemas.microsoft.com/office/word/2015/wordml/symex\"\n mc:Ignorable=\"w14 w15 w16se w16cid w16 w16cex w16sdtdh\">\n <w:docDefaults>\n <w:rPrDefault>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"minorHAnsi\" w:eastAsiaTheme=\"minorEastAsia\"\n w:hAnsiTheme=\"minorHAnsi\" w:cstheme=\"minorBidi\" />\n <w:kern w:val=\"2\" />\n <w:sz w:val=\"21\" />\n <w:szCs w:val=\"24\" />\n <w:lang w:val=\"en-CN\" w:eastAsia=\"zh-CN\" w:bidi=\"ar-SA\" />\n <w14:ligatures w14:val=\"standardContextual\" />\n </w:rPr>\n </w:rPrDefault>\n <w:pPrDefault />\n </w:docDefaults>\n <w:latentStyles w:defLockedState=\"0\" w:defUIPriority=\"99\" w:defSemiHidden=\"0\"\n w:defUnhideWhenUsed=\"0\" w:defQFormat=\"0\" w:count=\"376\">\n <w:lsdException w:name=\"Normal\" w:uiPriority=\"0\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 1\" w:uiPriority=\"9\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 2\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 3\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 4\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 5\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 6\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 7\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 8\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"heading 9\" w:semiHidden=\"1\" w:uiPriority=\"9\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"index 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 6\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 7\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 8\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index 9\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 1\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 2\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 3\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 4\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 5\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 6\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 7\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 8\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toc 9\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Normal Indent\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"footnote text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"annotation text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"header\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"footer\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"index heading\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"caption\" w:semiHidden=\"1\" w:uiPriority=\"35\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"table of figures\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"envelope address\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"envelope return\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"footnote reference\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"annotation reference\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"line number\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"page number\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"endnote reference\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"endnote text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"table of authorities\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"macro\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"toa heading\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Bullet 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Number 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Title\" w:uiPriority=\"10\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Closing\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Signature\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Default Paragraph Font\" w:semiHidden=\"1\" w:uiPriority=\"1\"\n w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text Indent\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"List Continue 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Message Header\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Subtitle\" w:uiPriority=\"11\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Salutation\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Date\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text First Indent\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text First Indent 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Note Heading\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text Indent 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Body Text Indent 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Block Text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Hyperlink\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"FollowedHyperlink\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Strong\" w:uiPriority=\"22\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Emphasis\" w:uiPriority=\"20\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Document Map\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Plain Text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"E-mail Signature\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Top of Form\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Bottom of Form\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Normal (Web)\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Acronym\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Address\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Cite\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Code\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Definition\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Keyboard\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Preformatted\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Sample\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Typewriter\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"HTML Variable\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Normal Table\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"annotation subject\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"No List\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Outline List 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Outline List 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Outline List 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Simple 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Simple 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Simple 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Classic 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Classic 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Classic 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Classic 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Colorful 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Colorful 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Colorful 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Columns 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 6\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 7\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid 8\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 4\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 5\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 6\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 7\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table List 8\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table 3D effects 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table 3D effects 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table 3D effects 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Contemporary\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Elegant\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Professional\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Subtle 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Subtle 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Web 1\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Web 2\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Web 3\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Balloon Text\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Table Grid\" w:uiPriority=\"39\" />\n <w:lsdException w:name=\"Table Theme\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Placeholder Text\" w:semiHidden=\"1\" />\n <w:lsdException w:name=\"No Spacing\" w:uiPriority=\"1\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Light Shading\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 1\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 1\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 1\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 1\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 1\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 1\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Revision\" w:semiHidden=\"1\" />\n <w:lsdException w:name=\"List Paragraph\" w:uiPriority=\"34\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Quote\" w:uiPriority=\"29\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Intense Quote\" w:uiPriority=\"30\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Medium List 2 Accent 1\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 1\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 1\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 1\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 1\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 1\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 1\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 1\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 2\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 2\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 2\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 2\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 2\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 2\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 2\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 2\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 2\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 2\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 2\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 2\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 2\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 2\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 3\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 3\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 3\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 3\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 3\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 3\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 3\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 3\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 3\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 3\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 3\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 3\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 3\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 3\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 4\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 4\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 4\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 4\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 4\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 4\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 4\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 4\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 4\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 4\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 4\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 4\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 4\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 4\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 5\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 5\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 5\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 5\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 5\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 5\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 5\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 5\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 5\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 5\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 5\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 5\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 5\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 5\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Light Shading Accent 6\" w:uiPriority=\"60\" />\n <w:lsdException w:name=\"Light List Accent 6\" w:uiPriority=\"61\" />\n <w:lsdException w:name=\"Light Grid Accent 6\" w:uiPriority=\"62\" />\n <w:lsdException w:name=\"Medium Shading 1 Accent 6\" w:uiPriority=\"63\" />\n <w:lsdException w:name=\"Medium Shading 2 Accent 6\" w:uiPriority=\"64\" />\n <w:lsdException w:name=\"Medium List 1 Accent 6\" w:uiPriority=\"65\" />\n <w:lsdException w:name=\"Medium List 2 Accent 6\" w:uiPriority=\"66\" />\n <w:lsdException w:name=\"Medium Grid 1 Accent 6\" w:uiPriority=\"67\" />\n <w:lsdException w:name=\"Medium Grid 2 Accent 6\" w:uiPriority=\"68\" />\n <w:lsdException w:name=\"Medium Grid 3 Accent 6\" w:uiPriority=\"69\" />\n <w:lsdException w:name=\"Dark List Accent 6\" w:uiPriority=\"70\" />\n <w:lsdException w:name=\"Colorful Shading Accent 6\" w:uiPriority=\"71\" />\n <w:lsdException w:name=\"Colorful List Accent 6\" w:uiPriority=\"72\" />\n <w:lsdException w:name=\"Colorful Grid Accent 6\" w:uiPriority=\"73\" />\n <w:lsdException w:name=\"Subtle Emphasis\" w:uiPriority=\"19\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Intense Emphasis\" w:uiPriority=\"21\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Subtle Reference\" w:uiPriority=\"31\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Intense Reference\" w:uiPriority=\"32\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Book Title\" w:uiPriority=\"33\" w:qFormat=\"1\" />\n <w:lsdException w:name=\"Bibliography\" w:semiHidden=\"1\" w:uiPriority=\"37\"\n w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"TOC Heading\" w:semiHidden=\"1\" w:uiPriority=\"39\" w:unhideWhenUsed=\"1\"\n w:qFormat=\"1\" />\n <w:lsdException w:name=\"Plain Table 1\" w:uiPriority=\"41\" />\n <w:lsdException w:name=\"Plain Table 2\" w:uiPriority=\"42\" />\n <w:lsdException w:name=\"Plain Table 3\" w:uiPriority=\"43\" />\n <w:lsdException w:name=\"Plain Table 4\" w:uiPriority=\"44\" />\n <w:lsdException w:name=\"Plain Table 5\" w:uiPriority=\"45\" />\n <w:lsdException w:name=\"Grid Table Light\" w:uiPriority=\"40\" />\n <w:lsdException w:name=\"Grid Table 1 Light\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 1\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 1\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 1\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 1\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 1\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 1\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 1\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 2\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 2\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 2\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 2\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 2\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 2\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 2\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 3\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 3\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 3\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 3\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 3\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 3\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 3\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 4\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 4\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 4\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 4\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 4\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 4\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 4\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 5\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 5\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 5\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 5\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 5\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 5\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 5\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Grid Table 1 Light Accent 6\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"Grid Table 2 Accent 6\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"Grid Table 3 Accent 6\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"Grid Table 4 Accent 6\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"Grid Table 5 Dark Accent 6\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"Grid Table 6 Colorful Accent 6\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"Grid Table 7 Colorful Accent 6\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 1\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 1\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 1\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 1\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 1\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 1\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 1\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 2\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 2\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 2\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 2\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 2\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 2\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 2\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 3\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 3\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 3\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 3\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 3\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 3\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 3\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 4\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 4\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 4\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 4\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 4\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 4\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 4\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 5\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 5\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 5\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 5\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 5\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 5\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 5\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"List Table 1 Light Accent 6\" w:uiPriority=\"46\" />\n <w:lsdException w:name=\"List Table 2 Accent 6\" w:uiPriority=\"47\" />\n <w:lsdException w:name=\"List Table 3 Accent 6\" w:uiPriority=\"48\" />\n <w:lsdException w:name=\"List Table 4 Accent 6\" w:uiPriority=\"49\" />\n <w:lsdException w:name=\"List Table 5 Dark Accent 6\" w:uiPriority=\"50\" />\n <w:lsdException w:name=\"List Table 6 Colorful Accent 6\" w:uiPriority=\"51\" />\n <w:lsdException w:name=\"List Table 7 Colorful Accent 6\" w:uiPriority=\"52\" />\n <w:lsdException w:name=\"Mention\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Smart Hyperlink\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Hashtag\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Unresolved Mention\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n <w:lsdException w:name=\"Smart Link\" w:semiHidden=\"1\" w:unhideWhenUsed=\"1\" />\n </w:latentStyles>\n <w:style w:type=\"paragraph\" w:default=\"1\" w:styleId=\"Normal\">\n <w:name w:val=\"Normal\" />\n <w:qFormat />\n <w:pPr>\n <w:widowControl w:val=\"0\" />\n <w:jc w:val=\"both\" />\n </w:pPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading1\">\n <w:name w:val=\"heading 1\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading1Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"480\" w:after=\"80\" />\n <w:outlineLvl w:val=\"0\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"48\" />\n <w:szCs w:val=\"48\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading2\">\n <w:name w:val=\"heading 2\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading2Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"160\" w:after=\"80\" />\n <w:outlineLvl w:val=\"1\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"40\" />\n <w:szCs w:val=\"40\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading3\">\n <w:name w:val=\"heading 3\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading3Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"160\" w:after=\"80\" />\n <w:outlineLvl w:val=\"2\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"32\" />\n <w:szCs w:val=\"32\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading4\">\n <w:name w:val=\"heading 4\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading4Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"80\" w:after=\"40\" />\n <w:outlineLvl w:val=\"3\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading5\">\n <w:name w:val=\"heading 5\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading5Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"80\" w:after=\"40\" />\n <w:outlineLvl w:val=\"4\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"24\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading6\">\n <w:name w:val=\"heading 6\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading6Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"40\" />\n <w:outlineLvl w:val=\"5\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading7\">\n <w:name w:val=\"heading 7\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading7Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"40\" />\n <w:outlineLvl w:val=\"6\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading8\">\n <w:name w:val=\"heading 8\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading8Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:outlineLvl w:val=\"7\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading9\">\n <w:name w:val=\"heading 9\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"Heading9Char\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:outlineLvl w:val=\"8\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:eastAsiaTheme=\"majorEastAsia\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:default=\"1\" w:styleId=\"DefaultParagraphFont\">\n <w:name w:val=\"Default Paragraph Font\" />\n <w:uiPriority w:val=\"1\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n </w:style>\n <w:style w:type=\"table\" w:default=\"1\" w:styleId=\"TableNormal\">\n <w:name w:val=\"Normal Table\" />\n <w:uiPriority w:val=\"99\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:tblPr>\n <w:tblInd w:w=\"0\" w:type=\"dxa\" />\n <w:tblCellMar>\n <w:top w:w=\"0\" w:type=\"dxa\" />\n <w:left w:w=\"108\" w:type=\"dxa\" />\n <w:bottom w:w=\"0\" w:type=\"dxa\" />\n <w:right w:w=\"108\" w:type=\"dxa\" />\n </w:tblCellMar>\n </w:tblPr>\n </w:style>\n <w:style w:type=\"numbering\" w:default=\"1\" w:styleId=\"NoList\">\n <w:name w:val=\"No List\" />\n <w:uiPriority w:val=\"99\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading1Char\">\n <w:name w:val=\"Heading 1 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading1\" />\n <w:uiPriority w:val=\"9\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"48\" />\n <w:szCs w:val=\"48\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading2Char\">\n <w:name w:val=\"Heading 2 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading2\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"40\" />\n <w:szCs w:val=\"40\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading3Char\">\n <w:name w:val=\"Heading 3 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading3\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"32\" />\n <w:szCs w:val=\"32\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading4Char\">\n <w:name w:val=\"Heading 4 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading4\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading5Char\">\n <w:name w:val=\"Heading 5 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading5\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:sz w:val=\"24\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading6Char\">\n <w:name w:val=\"Heading 6 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading6\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading7Char\">\n <w:name w:val=\"Heading 7 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading7\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading8Char\">\n <w:name w:val=\"Heading 8 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading8\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"Heading9Char\">\n <w:name w:val=\"Heading 9 Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Heading9\" />\n <w:uiPriority w:val=\"9\" />\n <w:semiHidden />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:eastAsiaTheme=\"majorEastAsia\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Title\">\n <w:name w:val=\"Title\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"TitleChar\" />\n <w:uiPriority w:val=\"10\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:spacing w:after=\"80\" />\n <w:contextualSpacing />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:spacing w:val=\"-10\" />\n <w:kern w:val=\"28\" />\n <w:sz w:val=\"56\" />\n <w:szCs w:val=\"56\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"TitleChar\">\n <w:name w:val=\"Title Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Title\" />\n <w:uiPriority w:val=\"10\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:spacing w:val=\"-10\" />\n <w:kern w:val=\"28\" />\n <w:sz w:val=\"56\" />\n <w:szCs w:val=\"56\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Subtitle\">\n <w:name w:val=\"Subtitle\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"SubtitleChar\" />\n <w:uiPriority w:val=\"11\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:numPr>\n <w:ilvl w:val=\"1\" />\n </w:numPr>\n <w:spacing w:after=\"160\" />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n <w:spacing w:val=\"15\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"SubtitleChar\">\n <w:name w:val=\"Subtitle Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Subtitle\" />\n <w:uiPriority w:val=\"11\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\"\n w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:color w:val=\"595959\" w:themeColor=\"text1\" w:themeTint=\"A6\" />\n <w:spacing w:val=\"15\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Quote\">\n <w:name w:val=\"Quote\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"QuoteChar\" />\n <w:uiPriority w:val=\"29\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:spacing w:before=\"160\" w:after=\"160\" />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"404040\" w:themeColor=\"text1\" w:themeTint=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"QuoteChar\">\n <w:name w:val=\"Quote Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"Quote\" />\n <w:uiPriority w:val=\"29\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"404040\" w:themeColor=\"text1\" w:themeTint=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"ListParagraph\">\n <w:name w:val=\"List Paragraph\" />\n <w:basedOn w:val=\"Normal\" />\n <w:uiPriority w:val=\"34\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:ind w:left=\"720\" />\n <w:contextualSpacing />\n </w:pPr>\n </w:style>\n <w:style w:type=\"character\" w:styleId=\"IntenseEmphasis\">\n <w:name w:val=\"Intense Emphasis\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:uiPriority w:val=\"21\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"IntenseQuote\">\n <w:name w:val=\"Intense Quote\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Normal\" />\n <w:link w:val=\"IntenseQuoteChar\" />\n <w:uiPriority w:val=\"30\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:pPr>\n <w:pBdr>\n <w:top w:val=\"single\" w:sz=\"4\" w:space=\"10\" w:color=\"0F4761\" w:themeColor=\"accent1\"\n w:themeShade=\"BF\" />\n <w:bottom w:val=\"single\" w:sz=\"4\" w:space=\"10\" w:color=\"0F4761\"\n w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:pBdr>\n <w:spacing w:before=\"360\" w:after=\"360\" />\n <w:ind w:left=\"864\" w:right=\"864\" />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"IntenseQuoteChar\">\n <w:name w:val=\"Intense Quote Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"IntenseQuote\" />\n <w:uiPriority w:val=\"30\" />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:i />\n <w:iCs />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:styleId=\"IntenseReference\">\n <w:name w:val=\"Intense Reference\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:uiPriority w:val=\"32\" />\n <w:qFormat />\n <w:rsid w:val=\"006A5323\" />\n <w:rPr>\n <w:b />\n <w:bCs />\n <w:smallCaps />\n <w:color w:val=\"0F4761\" w:themeColor=\"accent1\" w:themeShade=\"BF\" />\n <w:spacing w:val=\"5\" />\n </w:rPr>\n </w:style>\n</w:styles>");
|
|
8
|
+
|
|
9
|
+
exports.stylesXML = stylesXML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const themeXML: Document;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var xml = require('../../../util/xml.js');
|
|
6
|
+
|
|
7
|
+
var themeXML = xml.parseXML("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<a:theme xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" name=\"Office Theme\">\n <a:themeElements>\n <a:clrScheme name=\"Office\">\n <a:dk1>\n <a:sysClr val=\"windowText\" lastClr=\"000000\" />\n </a:dk1>\n <a:lt1>\n <a:sysClr val=\"window\" lastClr=\"FFFFFF\" />\n </a:lt1>\n <a:dk2>\n <a:srgbClr val=\"0E2841\" />\n </a:dk2>\n <a:lt2>\n <a:srgbClr val=\"E8E8E8\" />\n </a:lt2>\n <a:accent1>\n <a:srgbClr val=\"156082\" />\n </a:accent1>\n <a:accent2>\n <a:srgbClr val=\"E97132\" />\n </a:accent2>\n <a:accent3>\n <a:srgbClr val=\"196B24\" />\n </a:accent3>\n <a:accent4>\n <a:srgbClr val=\"0F9ED5\" />\n </a:accent4>\n <a:accent5>\n <a:srgbClr val=\"A02B93\" />\n </a:accent5>\n <a:accent6>\n <a:srgbClr val=\"4EA72E\" />\n </a:accent6>\n <a:hlink>\n <a:srgbClr val=\"467886\" />\n </a:hlink>\n <a:folHlink>\n <a:srgbClr val=\"96607D\" />\n </a:folHlink>\n </a:clrScheme>\n <a:fontScheme name=\"Office\">\n <a:majorFont>\n <a:latin typeface=\"Aptos Display\" panose=\"020F0302020204030204\" />\n <a:ea typeface=\"\" />\n <a:cs typeface=\"\" />\n <a:font script=\"Jpan\" typeface=\"\u6E38\u30B4\u30B7\u30C3\u30AF Light\" />\n <a:font script=\"Hang\" typeface=\"\uB9D1\uC740 \uACE0\uB515\" />\n <a:font script=\"Hans\" typeface=\"\u7B49\u7EBF Light\" />\n <a:font script=\"Hant\" typeface=\"\u65B0\u7D30\u660E\u9AD4\" />\n <a:font script=\"Arab\" typeface=\"Times New Roman\" />\n <a:font script=\"Hebr\" typeface=\"Times New Roman\" />\n <a:font script=\"Thai\" typeface=\"Angsana New\" />\n <a:font script=\"Ethi\" typeface=\"Nyala\" />\n <a:font script=\"Beng\" typeface=\"Vrinda\" />\n <a:font script=\"Gujr\" typeface=\"Shruti\" />\n <a:font script=\"Khmr\" typeface=\"MoolBoran\" />\n <a:font script=\"Knda\" typeface=\"Tunga\" />\n <a:font script=\"Guru\" typeface=\"Raavi\" />\n <a:font script=\"Cans\" typeface=\"Euphemia\" />\n <a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\" />\n <a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\" />\n <a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\" />\n <a:font script=\"Thaa\" typeface=\"MV Boli\" />\n <a:font script=\"Deva\" typeface=\"Mangal\" />\n <a:font script=\"Telu\" typeface=\"Gautami\" />\n <a:font script=\"Taml\" typeface=\"Latha\" />\n <a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Orya\" typeface=\"Kalinga\" />\n <a:font script=\"Mlym\" typeface=\"Kartika\" />\n <a:font script=\"Laoo\" typeface=\"DokChampa\" />\n <a:font script=\"Sinh\" typeface=\"Iskoola Pota\" />\n <a:font script=\"Mong\" typeface=\"Mongolian Baiti\" />\n <a:font script=\"Viet\" typeface=\"Times New Roman\" />\n <a:font script=\"Uigh\" typeface=\"Microsoft Uighur\" />\n <a:font script=\"Geor\" typeface=\"Sylfaen\" />\n <a:font script=\"Armn\" typeface=\"Arial\" />\n <a:font script=\"Bugi\" typeface=\"Leelawadee UI\" />\n <a:font script=\"Bopo\" typeface=\"Microsoft JhengHei\" />\n <a:font script=\"Java\" typeface=\"Javanese Text\" />\n <a:font script=\"Lisu\" typeface=\"Segoe UI\" />\n <a:font script=\"Mymr\" typeface=\"Myanmar Text\" />\n <a:font script=\"Nkoo\" typeface=\"Ebrima\" />\n <a:font script=\"Olck\" typeface=\"Nirmala UI\" />\n <a:font script=\"Osma\" typeface=\"Ebrima\" />\n <a:font script=\"Phag\" typeface=\"Phagspa\" />\n <a:font script=\"Syrn\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Syrj\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Syre\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Sora\" typeface=\"Nirmala UI\" />\n <a:font script=\"Tale\" typeface=\"Microsoft Tai Le\" />\n <a:font script=\"Talu\" typeface=\"Microsoft New Tai Lue\" />\n <a:font script=\"Tfng\" typeface=\"Ebrima\" />\n </a:majorFont>\n <a:minorFont>\n <a:latin typeface=\"Aptos\" panose=\"020F0502020204030204\" />\n <a:ea typeface=\"\" />\n <a:cs typeface=\"\" />\n <a:font script=\"Jpan\" typeface=\"\u6E38\u660E\u671D\" />\n <a:font script=\"Hang\" typeface=\"\uB9D1\uC740 \uACE0\uB515\" />\n <a:font script=\"Hans\" typeface=\"\u7B49\u7EBF\" />\n <a:font script=\"Hant\" typeface=\"\u65B0\u7D30\u660E\u9AD4\" />\n <a:font script=\"Arab\" typeface=\"Arial\" />\n <a:font script=\"Hebr\" typeface=\"Arial\" />\n <a:font script=\"Thai\" typeface=\"Cordia New\" />\n <a:font script=\"Ethi\" typeface=\"Nyala\" />\n <a:font script=\"Beng\" typeface=\"Vrinda\" />\n <a:font script=\"Gujr\" typeface=\"Shruti\" />\n <a:font script=\"Khmr\" typeface=\"DaunPenh\" />\n <a:font script=\"Knda\" typeface=\"Tunga\" />\n <a:font script=\"Guru\" typeface=\"Raavi\" />\n <a:font script=\"Cans\" typeface=\"Euphemia\" />\n <a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\" />\n <a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\" />\n <a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\" />\n <a:font script=\"Thaa\" typeface=\"MV Boli\" />\n <a:font script=\"Deva\" typeface=\"Mangal\" />\n <a:font script=\"Telu\" typeface=\"Gautami\" />\n <a:font script=\"Taml\" typeface=\"Latha\" />\n <a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Orya\" typeface=\"Kalinga\" />\n <a:font script=\"Mlym\" typeface=\"Kartika\" />\n <a:font script=\"Laoo\" typeface=\"DokChampa\" />\n <a:font script=\"Sinh\" typeface=\"Iskoola Pota\" />\n <a:font script=\"Mong\" typeface=\"Mongolian Baiti\" />\n <a:font script=\"Viet\" typeface=\"Arial\" />\n <a:font script=\"Uigh\" typeface=\"Microsoft Uighur\" />\n <a:font script=\"Geor\" typeface=\"Sylfaen\" />\n <a:font script=\"Armn\" typeface=\"Arial\" />\n <a:font script=\"Bugi\" typeface=\"Leelawadee UI\" />\n <a:font script=\"Bopo\" typeface=\"Microsoft JhengHei\" />\n <a:font script=\"Java\" typeface=\"Javanese Text\" />\n <a:font script=\"Lisu\" typeface=\"Segoe UI\" />\n <a:font script=\"Mymr\" typeface=\"Myanmar Text\" />\n <a:font script=\"Nkoo\" typeface=\"Ebrima\" />\n <a:font script=\"Olck\" typeface=\"Nirmala UI\" />\n <a:font script=\"Osma\" typeface=\"Ebrima\" />\n <a:font script=\"Phag\" typeface=\"Phagspa\" />\n <a:font script=\"Syrn\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Syrj\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Syre\" typeface=\"Estrangelo Edessa\" />\n <a:font script=\"Sora\" typeface=\"Nirmala UI\" />\n <a:font script=\"Tale\" typeface=\"Microsoft Tai Le\" />\n <a:font script=\"Talu\" typeface=\"Microsoft New Tai Lue\" />\n <a:font script=\"Tfng\" typeface=\"Ebrima\" />\n </a:minorFont>\n </a:fontScheme>\n <a:fmtScheme name=\"Office\">\n <a:fillStyleLst>\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:gradFill rotWithShape=\"1\">\n <a:gsLst>\n <a:gs pos=\"0\">\n <a:schemeClr val=\"phClr\">\n <a:lumMod val=\"110000\" />\n <a:satMod val=\"105000\" />\n <a:tint val=\"67000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"50000\">\n <a:schemeClr val=\"phClr\">\n <a:lumMod val=\"105000\" />\n <a:satMod val=\"103000\" />\n <a:tint val=\"73000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"100000\">\n <a:schemeClr val=\"phClr\">\n <a:lumMod val=\"105000\" />\n <a:satMod val=\"109000\" />\n <a:tint val=\"81000\" />\n </a:schemeClr>\n </a:gs>\n </a:gsLst>\n <a:lin ang=\"5400000\" scaled=\"0\" />\n </a:gradFill>\n <a:gradFill rotWithShape=\"1\">\n <a:gsLst>\n <a:gs pos=\"0\">\n <a:schemeClr val=\"phClr\">\n <a:satMod val=\"103000\" />\n <a:lumMod val=\"102000\" />\n <a:tint val=\"94000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"50000\">\n <a:schemeClr val=\"phClr\">\n <a:satMod val=\"110000\" />\n <a:lumMod val=\"100000\" />\n <a:shade val=\"100000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"100000\">\n <a:schemeClr val=\"phClr\">\n <a:lumMod val=\"99000\" />\n <a:satMod val=\"120000\" />\n <a:shade val=\"78000\" />\n </a:schemeClr>\n </a:gs>\n </a:gsLst>\n <a:lin ang=\"5400000\" scaled=\"0\" />\n </a:gradFill>\n </a:fillStyleLst>\n <a:lnStyleLst>\n <a:ln w=\"6350\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:prstDash val=\"solid\" />\n <a:miter lim=\"800000\" />\n </a:ln>\n <a:ln w=\"12700\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:prstDash val=\"solid\" />\n <a:miter lim=\"800000\" />\n </a:ln>\n <a:ln w=\"19050\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\">\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:prstDash val=\"solid\" />\n <a:miter lim=\"800000\" />\n </a:ln>\n </a:lnStyleLst>\n <a:effectStyleLst>\n <a:effectStyle>\n <a:effectLst />\n </a:effectStyle>\n <a:effectStyle>\n <a:effectLst />\n </a:effectStyle>\n <a:effectStyle>\n <a:effectLst>\n <a:outerShdw blurRad=\"57150\" dist=\"19050\" dir=\"5400000\" algn=\"ctr\"\n rotWithShape=\"0\">\n <a:srgbClr val=\"000000\">\n <a:alpha val=\"63000\" />\n </a:srgbClr>\n </a:outerShdw>\n </a:effectLst>\n </a:effectStyle>\n </a:effectStyleLst>\n <a:bgFillStyleLst>\n <a:solidFill>\n <a:schemeClr val=\"phClr\" />\n </a:solidFill>\n <a:solidFill>\n <a:schemeClr val=\"phClr\">\n <a:tint val=\"95000\" />\n <a:satMod val=\"170000\" />\n </a:schemeClr>\n </a:solidFill>\n <a:gradFill rotWithShape=\"1\">\n <a:gsLst>\n <a:gs pos=\"0\">\n <a:schemeClr val=\"phClr\">\n <a:tint val=\"93000\" />\n <a:satMod val=\"150000\" />\n <a:shade val=\"98000\" />\n <a:lumMod val=\"102000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"50000\">\n <a:schemeClr val=\"phClr\">\n <a:tint val=\"98000\" />\n <a:satMod val=\"130000\" />\n <a:shade val=\"90000\" />\n <a:lumMod val=\"103000\" />\n </a:schemeClr>\n </a:gs>\n <a:gs pos=\"100000\">\n <a:schemeClr val=\"phClr\">\n <a:shade val=\"63000\" />\n <a:satMod val=\"120000\" />\n </a:schemeClr>\n </a:gs>\n </a:gsLst>\n <a:lin ang=\"5400000\" scaled=\"0\" />\n </a:gradFill>\n </a:bgFillStyleLst>\n </a:fmtScheme>\n </a:themeElements>\n <a:objectDefaults />\n <a:extraClrSchemeLst />\n <a:extLst>\n <a:ext uri=\"{05A4C25C-085E-4340-85A3-A5531E510DB2}\">\n <thm15:themeFamily xmlns:thm15=\"http://schemas.microsoft.com/office/thememl/2012/main\"\n name=\"Office Theme\" id=\"{62F939B6-93AF-4DB8-9C6B-D6C7DFDC589F}\"\n vid=\"{4A3C46E8-61CC-4603-A589-7422A47A8E4A}\" />\n </a:ext>\n </a:extLst>\n</a:theme>");
|
|
8
|
+
|
|
9
|
+
exports.themeXML = themeXML;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "office-viewer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.13",
|
|
4
4
|
"description": "office 文档在线预览",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
"amis-formula": "^2.7.2",
|
|
77
77
|
"jest": "^29.0.3",
|
|
78
78
|
"jest-environment-jsdom": "^29.0.3",
|
|
79
|
+
"puppeteer": "^22.8.0",
|
|
79
80
|
"rollup": "^2.60.2",
|
|
80
81
|
"rollup-plugin-terser": "^7.0.2",
|
|
81
82
|
"sass": "^1.69.7",
|