public bool Equals(ST_Objects other)
 {
     if (other == null)
     {
         return(false);
     }
     return(_ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
示例#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;
 }
示例#3
0
 public CT_CustomWorkbookView()
 {
     //this.extLstField = new CT_ExtensionList();
     this.autoUpdateField           = false;
     this.changesSavedWinField      = false;
     this.onlySyncField             = false;
     this.personalViewField         = false;
     this.includePrintSettingsField = true;
     this.includeHiddenRowColField  = true;
     this.maximizedField            = false;
     this.minimizedField            = false;
     this.showHorizontalScrollField = true;
     this.showVerticalScrollField   = true;
     this.showSheetTabsField        = true;
     this.xWindowField        = 0;
     this.yWindowField        = 0;
     this.tabRatioField       = ((uint)(600));
     this.showFormulaBarField = true;
     this.showStatusbarField  = true;
     this.showCommentsField   = ST_Comments.commIndicator;
     this.showObjectsField    = ST_Objects.all;
 }
示例#4
0
 public CT_CustomWorkbookView()
 {
     //this.extLstField = new CT_ExtensionList();
     this.autoUpdateField = false;
     this.changesSavedWinField = false;
     this.onlySyncField = false;
     this.personalViewField = false;
     this.includePrintSettingsField = true;
     this.includeHiddenRowColField = true;
     this.maximizedField = false;
     this.minimizedField = false;
     this.showHorizontalScrollField = true;
     this.showVerticalScrollField = true;
     this.showSheetTabsField = true;
     this.xWindowField = 0;
     this.yWindowField = 0;
     this.tabRatioField = ((uint)(600));
     this.showFormulaBarField = true;
     this.showStatusbarField = true;
     this.showCommentsField = ST_Comments.commIndicator;
     this.showObjectsField = ST_Objects.all;
 }
示例#5
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;
 }
 static ST_Objects()
 {
     all          = new ST_Objects("all");
     placeholders = new ST_Objects("placeholders");
     none         = new ST_Objects("none");
 }
示例#7
0
 static ST_Objects()
 {
     ST_Objects.all          = new ST_Objects("all");
     ST_Objects.placeholders = new ST_Objects("placeholders");
     ST_Objects.none         = new ST_Objects("none");
 }