diff --git a/pdf/api.js b/pdf/api.js index 2be8b2a3a1..61e4277ce9 100644 --- a/pdf/api.js +++ b/pdf/api.js @@ -1952,6 +1952,30 @@ PDFEditorApi.prototype.asc_getPropertyEditorStamps = function() { return this.stampAnnotPreviewManager.getStampPreviews(); }; + PDFEditorApi.prototype.loadStampsJSON = function() { + try { + var xhr = new XMLHttpRequest(); + xhr.open("GET", "../../../../sdkjs/pdf/src/annotations/stamps.json", true); + var t = this; + xhr.onload = function() + { + if (this.status === 200 || location.href.indexOf("file:") === 0) + { + try + { + AscPDF["STAMPS_JSON"] = AscPDF.STAMPS_JSON = JSON.parse(this.responseText); + } + catch (err) {} + } + }; + xhr.send(''); + } + catch (e) {} + }; + PDFEditorApi.prototype._init = function() { + AscCommon.DocumentEditorApi.prototype._init.call(this); + this.loadStampsJSON(); + } PDFEditorApi.prototype._coAuthoringInitEnd = function() { AscCommon.DocumentEditorApi.prototype._coAuthoringInitEnd.call(this); diff --git a/pdf/src/annotations/stamp.js b/pdf/src/annotations/stamp.js index 3a9a71c8b3..898abc3ee5 100644 --- a/pdf/src/annotations/stamp.js +++ b/pdf/src/annotations/stamp.js @@ -32,37 +32,6 @@ (function(){ - let STAMP_XML = { - // dinamic - 'D_Approved': 'APPROVEDby Author at 18:02, Nov 05, 2024', - 'D_Revised': 'REVISEDby Author at 18:02, Nov 05, 2024', - 'D_Reviewed': 'REVIEWEDby Author at 18:02, Nov 05, 2024', - 'D_Received': 'RECEIVEDby Author at 18:02, Nov 05, 2024', - - // standard - 'SB_Approved': 'APPROVED', - 'SB_NotApproved': 'NOT APPROVED', - 'SB_Revised': 'REVISED', - 'SB_Confidential': 'CONFIDENTIAL', - 'SB_ForComment': 'FOR COMMENT', - 'SB_ForPublicRelease': 'FOR PUBLIC RELEASE', - 'SB_NotForPublicRelease': 'NOT FOR PUBLIC RELEASE', - 'SB_PreliminaryResults': 'PRELIMINARY RESULTS', - 'SB_InformationOnly': 'INFORMATION ONLY', - 'SB_Draft': 'DRAFT', - 'SB_Completed': 'COMPLETED', - 'SB_Final': 'FINAL', - 'SB_Void': 'VOID', - - // sign - 'SH_SignHere': 'SIGN HERE', - 'SH_Witness': 'WITNESS', - 'SH_InitialHere': 'INITIAL', - - // foxit - 'Expired': 'EXPIRED', - } - let STAMP_TYPES = { // dinamic 'D_Approved': 'D_Approved', @@ -527,7 +496,6 @@ }; window["AscPDF"].CAnnotationStamp = CAnnotationStamp; - window["AscPDF"].STAMP_XML = STAMP_XML; window["AscPDF"].STAMP_TYPES = window["AscPDF"]["STAMP_TYPES"] = STAMP_TYPES; })(); diff --git a/pdf/src/annotations/stamps.json b/pdf/src/annotations/stamps.json new file mode 100644 index 0000000000..9f92c971a2 --- /dev/null +++ b/pdf/src/annotations/stamps.json @@ -0,0 +1 @@ +{"D_Approved":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":14,"green":138,"blue":38,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":225,"green":247,"blue":229,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":4169433,"cy":742948},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"sz":48,"szCs":48,"bFromDocument":true,"type":"textPr"},"content":["APPROVED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"},{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":14,"g":138,"b":38},"sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":["by Author at 18:02, Nov 05, 2024"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":14,"g":138,"b":38},"sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":464684533,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_4"},"D_Revised":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":4169433,"cy":742948},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":48,"szCs":48,"bFromDocument":true,"type":"textPr"},"content":["REVISED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"},{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"highlight":"none","sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":["by Author at 18:02, Nov 05, 2024"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":1404531460,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_41"},"D_Reviewed":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":4169433,"cy":742948},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":48,"szCs":48,"bFromDocument":true,"type":"textPr"},"content":["REVIEWED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"},{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"highlight":"none","sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":["by Author at 18:02, Nov 05, 2024"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":146360705,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_78"},"D_Received":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":4169433,"cy":742948},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":48,"szCs":48,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":48,"szCs":48,"bFromDocument":true,"type":"textPr"},"content":["RECEIVED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"highlight":"none","sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"},{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"highlight":"none","sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":["by Author at 18:02, Nov 05, 2024"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":false,"bCs":false,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":32,"szCs":32,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":427430020,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_115"},"SB_Approved":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":14,"green":138,"blue":38,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":225,"green":247,"blue":229,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":2128836,"cy":500544},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["APPROVED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":1363441537,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_153"},"SB_NotApproved":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":242,"green":61,"blue":61,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":255,"green":220,"blue":220,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":2993133,"cy":483168},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":242,"g":61,"b":61},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":242,"g":61,"b":61},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["NOT APPROVED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":242,"g":61,"b":61},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":102674332,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_182"},"SB_Revised":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":1762128,"cy":492442},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"ctr","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","suppressLineNumbers":false,"spacing":{"before":0,"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["REVISED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":750242039,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_211"},"SB_Confidential":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":2819396,"cy":492442},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"ctr","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","suppressLineNumbers":false,"spacing":{"before":0,"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["CONFIDENTIAL"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":1416092157,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_240"},"SB_ForComment":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":2828927,"cy":492442},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","suppressLineNumbers":false,"spacing":{"before":0,"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["FOR "],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["COMMENT"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":1650365237,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_269"},"SB_ForPublicRelease":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":4038602,"cy":492442},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","suppressLineNumbers":false,"spacing":{"before":0,"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["FOR PUBLIC RELEASE"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":557559086,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_300"},"SB_NotForPublicRelease":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":4895852,"cy":480329},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","suppressLineNumbers":false,"spacing":{"before":0,"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["NOT FOR PUBLIC RELEASE"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":975948018,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_329"},"SB_PreliminaryResults":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":4214826,"cy":483193},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","suppressLineNumbers":false,"spacing":{"before":0,"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["PRELIMINARY RESULTS"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":555019380,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_358"},"SB_InformationOnly":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":3671904,"cy":511768},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","suppressLineNumbers":false,"spacing":{"before":0,"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["INFORMATION "],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["ONLY"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":1188572091,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_387"},"SB_Draft":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":255,"green":142,"blue":0,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":255,"green":230,"blue":200,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":1514466,"cy":469590},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":255,"g":142,"b":0},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":255,"g":142,"b":0},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["DRAFT"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":255,"g":142,"b":0},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":391428577,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_417"},"SB_Completed":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":14,"green":138,"blue":38,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":225,"green":247,"blue":229,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":2144214,"cy":500544},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["COMPLETED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":69420203,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_446"},"SB_Final":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":14,"green":138,"blue":38,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":225,"green":247,"blue":229,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":1278605,"cy":500544},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":14,"g":138,"b":38},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["FINAL"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":1203524521,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_475"},"SB_Void":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":242,"green":61,"blue":61,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":255,"green":220,"blue":220,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":1190626,"cy":483168},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":242,"g":61,"b":61},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":242,"g":61,"b":61},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["VOID"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":242,"g":61,"b":61},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":558029509,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_504"},"SH_SignHere":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[{"fmla":"*/","x":"h","y":"4","z":"5","name":"y1"}],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"10","y":"0"}},{"id":"lnTo","pt":{"x":"10","y":"8"}},{"id":"lnTo","pt":{"x":"5","y":"10"}},{"id":"lnTo","pt":{"x":"0","y":"8"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":10,"stroke":true,"w":10}],"rect":{"l":"l","t":"t","r":"r","b":"y1"},"preset":"flowChartOffpageConnector"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":242,"green":61,"blue":61,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":255,"green":220,"blue":220,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":533814,"cy":2202779},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":1.5707599657688134,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"anchor":"ctr","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"vert270","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"ind":{"right":144},"jc":"end","suppressLineNumbers":false,"spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":242,"g":61,"b":61},"i":true,"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":242,"g":61,"b":61},"i":true,"iCs":true,"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":["SIGN "],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":242,"g":61,"b":61},"i":true,"iCs":true,"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":["HERE"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":242,"g":61,"b":61},"i":true,"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"},{"bFromDocument":true,"pPr":{"jc":"center","bFromDocument":true,"type":"paraPr"},"rPr":{"bCs":true,"color":{"auto":false,"r":242,"g":61,"b":61},"i":true,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"color":{"auto":false,"r":242,"g":61,"b":61},"i":true,"iCs":true,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bCs":true,"color":{"auto":false,"r":242,"g":61,"b":61},"i":true,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":51684555,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_533"},"SH_Witness":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[{"fmla":"*/","x":"h","y":"4","z":"5","name":"y1"}],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"10","y":"0"}},{"id":"lnTo","pt":{"x":"10","y":"8"}},{"id":"lnTo","pt":{"x":"5","y":"10"}},{"id":"lnTo","pt":{"x":"0","y":"8"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":10,"stroke":true,"w":10}],"rect":{"l":"l","t":"t","r":"r","b":"y1"},"preset":"flowChartOffpageConnector"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":255,"green":142,"blue":0,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":255,"green":230,"blue":200,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":533812,"cy":2095497},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":1.5707599657688134,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"anchor":"ctr","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"vert270","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"ind":{"right":144},"jc":"end","suppressLineNumbers":false,"spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":255,"g":142,"b":0},"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":255,"g":142,"b":0},"i":true,"iCs":true,"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":["WITNESS"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":255,"g":142,"b":0},"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"},{"bFromDocument":true,"pPr":{"jc":"center","bFromDocument":true,"type":"paraPr"},"rPr":{"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":795295770,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_570"},"SH_InitialHere":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[{"fmla":"*/","x":"h","y":"4","z":"5","name":"y1"}],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"10","y":"0"}},{"id":"lnTo","pt":{"x":"10","y":"8"}},{"id":"lnTo","pt":{"x":"5","y":"10"}},{"id":"lnTo","pt":{"x":"0","y":"8"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":10,"stroke":true,"w":10}],"rect":{"l":"l","t":"t","r":"r","b":"y1"},"preset":"flowChartOffpageConnector"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":78,"green":128,"blue":245,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":220,"green":230,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":178.5,"type":"fill"},"xfrm":{"ext":{"cx":533814,"cy":2012026},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":1.5707599657688134,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"anchor":"ctr","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"vert270","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"ind":{"right":0},"jc":"start","suppressLineNumbers":false,"spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"i":true,"iCs":true,"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"i":true,"iCs":true,"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":["INITIAL"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":78,"g":128,"b":245},"sz":44,"szCs":44,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":1565629410,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_605"},"Expired":{"bWordShape":true,"extX":0,"extY":0,"spPr":{"custGeom":{"ahLst":{"ahPolar":[],"ahXY":[]},"avLst":{},"adjLst":{},"cnxLst":[{"pos":{"x":"hc","y":"t"},"ang":"_3cd4"},{"pos":{"x":"l","y":"vc"},"ang":"cd2"},{"pos":{"x":"hc","y":"b"},"ang":"cd4"},{"pos":{"x":"r","y":"vc"},"ang":"0"}],"gdLst":[],"pathLst":[{"commands":[{"id":"moveTo","pt":{"x":"0","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"0"}},{"id":"lnTo","pt":{"x":"1","y":"1"}},{"id":"lnTo","pt":{"x":"0","y":"1"}},{"id":"close"}],"extrusionOk":false,"fill":"norm","h":1,"stroke":true,"w":1}],"rect":{"l":"l","t":"t","r":"r","b":"b"},"preset":"flowChartProcess"},"effectDag":null,"effectLst":null,"ln":{"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":128,"green":0,"blue":133,"alpha":255},"type":"srgb"},"type":"uniColor"},"type":"solid"},"transparent":null,"type":"fill"},"algn":"ctr","cap":"flat","cmpd":"sng","w":38099,"prstDash":"solid","type":"stroke"},"fill":{"fill":{"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":255,"green":220,"blue":255,"alpha":255},"type":"srgb"},"mods":[],"type":"uniColor"},"type":"solid"},"transparent":204,"type":"fill"},"xfrm":{"ext":{"cx":1857375,"cy":525523},"off":{"x":0,"y":0},"flipH":false,"flipV":false,"rot":0,"chOffX":null,"chOffY":null,"chExtX":null,"chExtY":null},"bwMode":0},"style":{"lnRef":{"idx":2,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"mods":[{"name":"shade","val":50000}],"type":"uniColor"}},"fillRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"effectRef":{"idx":0,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":0,"type":"scheme"},"type":"uniColor"}},"fontRef":{"idx":1,"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"color":{"rgba":{"red":0,"green":0,"blue":0,"alpha":255},"id":12,"type":"scheme"},"type":"uniColor"}}},"bodyPr":{"textFit":{"type":"noAutoFit"},"anchor":"b","anchorCtr":false,"bIns":45720,"compatLnSpc":false,"forceAA":false,"fromWordArt":false,"horzOverflow":"overflow","lIns":91440,"numCol":1,"rIns":91440,"rtlCol":false,"spcCol":0,"tIns":45720,"upright":false,"vert":"horz","vertOverflow":"overflow","wrap":"square"},"content":{"content":[{"bFromDocument":true,"pPr":{"contextualSpacing":true,"jc":"center","spacing":{"beforeAutoSpacing":"on","after":0,"afterAutoSpacing":"on","lineRule":"auto","line":240},"bFromDocument":true,"type":"paraPr"},"rPr":{"b":true,"color":{"auto":false,"r":128,"g":0,"b":133},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[{"bFromDocument":true,"rPr":{"b":true,"bCs":true,"color":{"auto":false,"r":128,"g":0,"b":133},"sz":52,"szCs":52,"bFromDocument":true,"type":"textPr"},"content":["EXPIRED"],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"b":true,"color":{"auto":false,"r":128,"g":0,"b":133},"sz":56,"szCs":56,"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"run"},{"bFromDocument":true,"rPr":{"bFromDocument":true,"type":"textPr"},"content":[],"footnotes":[],"endnotes":[],"type":"endRun"}],"changes":[],"type":"paragraph"}],"type":"docContent"},"modelId":null,"type":"shape","nvSpPr":{"cNvPr":{"descr":null,"hidden":null,"id":1030204062,"name":"","title":null},"nvPr":{"isPhoto":null,"userDrawn":null},"cNvSpPr":{"spLocks":{}}},"id":"off_637"}} \ No newline at end of file diff --git a/pdf/src/document.js b/pdf/src/document.js index c79afc2cfb..65696d811d 100644 --- a/pdf/src/document.js +++ b/pdf/src/document.js @@ -4277,15 +4277,9 @@ var CPresentation = CPresentation || function(){}; CPDFDoc.prototype.CreateStampRender = function(sType) { this.History.StartNoHistoryMode(); - let oParserContext = new AscCommon.XmlParserContext(); - let oXmlReader = new AscCommon.StaxParser(AscPDF.STAMP_XML[sType], undefined, oParserContext); - oXmlReader.parseNode(0); + let oJsonReader = new AscJsonConverter.ReaderFromJSON(); + oShape = oJsonReader.ShapeFromJSON(AscPDF.STAMPS_JSON[sType]); - let oShape = new AscFormat.CShape(); - oShape.fromXml(oXmlReader); - oShape.bDeleted = false; - oShape.setWordShape(true); - let oContent = oShape.getDocContent(); let sUserName = Asc.editor.User.asc_getUserName(); diff --git a/pdf/src/previews.js b/pdf/src/previews.js index e8e0627120..f288b3c5dc 100644 --- a/pdf/src/previews.js +++ b/pdf/src/previews.js @@ -74,7 +74,7 @@ let aRet = []; let _t = this; - Object.entries(AscPDF.STAMP_XML).forEach(function(entry) { + Object.entries(AscPDF.STAMPS_JSON).forEach(function(entry) { let type = entry[0]; let oPreview = {};