Example #1
0
 public bool Equals(ST_UpdateLinks other)
 {
     if (other == null)
     {
         return(false);
     }
     return(_ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
Example #2
0
 public CT_WorkbookPr()
 {
     this.date1904Field    = false;
     this.showObjectsField = ST_Objects.all;
     this.showBorderUnselectedTablesField = true;
     this.filterPrivacyField          = false;
     this.promptedSolutionsField      = false;
     this.showInkAnnotationField      = true;
     this.backupFileField             = false;
     this.saveExternalLinkValuesField = true;
     this.updateLinksField            = ST_UpdateLinks.userSet;
     this.hidePivotFieldListField     = false;
     this.showPivotChartFilterField   = false;
     this.allowRefreshQueryField      = false;
     this.publishItemsField           = false;
     this.checkCompatibilityField     = false;
     this.autoCompressPicturesField   = true;
     this.refreshAllConnectionsField  = false;
 }
Example #3
0
 public CT_WorkbookPr()
 {
     this.date1904Field = false;
     this.showObjectsField = ST_Objects.all;
     this.showBorderUnselectedTablesField = true;
     this.filterPrivacyField = false;
     this.promptedSolutionsField = false;
     this.showInkAnnotationField = true;
     this.backupFileField = false;
     this.saveExternalLinkValuesField = true;
     this.updateLinksField = ST_UpdateLinks.userSet;
     this.hidePivotFieldListField = false;
     this.showPivotChartFilterField = false;
     this.allowRefreshQueryField = false;
     this.publishItemsField = false;
     this.checkCompatibilityField = false;
     this.autoCompressPicturesField = true;
     this.refreshAllConnectionsField = false;
 }
Example #4
0
 static ST_UpdateLinks()
 {
     userSet = new ST_UpdateLinks("userSet");
     never   = new ST_UpdateLinks("never");
     always  = new ST_UpdateLinks("always");
 }
Example #5
0
 static ST_UpdateLinks()
 {
     ST_UpdateLinks.userSet = new ST_UpdateLinks("userSet");
     ST_UpdateLinks.never   = new ST_UpdateLinks("never");
     ST_UpdateLinks.always  = new ST_UpdateLinks("always");
 }