Exemple #1
0
 public bool Equals(ST_SheetViewType other)
 {
     if (other == null)
     {
         return(false);
     }
     return(_ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
Exemple #2
0
 static ST_SheetViewType()
 {
     normal           = new ST_SheetViewType("normal");
     pageBreakPreview = new ST_SheetViewType("pageBreakPreview");
     pageLayout       = new ST_SheetViewType("pageLayout");
 }
Exemple #3
0
 public CT_SheetView()
 {
     this.windowProtectionField = false;
     this.showFormulasField = false;
     this.showGridLinesField = true;
     this.showRowColHeadersField = true;
     this.showZerosField = true;
     this.rightToLeftField = false;
     this.tabSelectedField = false;
     this.showRulerField = true;
     this.showOutlineSymbolsField = true;
     this.defaultGridColorField = true;
     this.showWhiteSpaceField = true;
     this.viewField = ST_SheetViewType.normal;
     this.colorIdField = ((uint)(64));
     this.zoomScaleField = ((uint)(100));
     this.zoomScaleNormalField = ((uint)(0));
     this.zoomScaleSheetLayoutViewField = ((uint)(0));
     this.zoomScalePageLayoutViewField = ((uint)(0));
 }
Exemple #4
0
 public CT_SheetView()
 {
     //this.extLstField = new CT_ExtensionList();
     this.pivotSelectionField = new List<CT_PivotSelection>();
     this.selectionField = new List<CT_Selection>();
     //this.paneField = new CT_Pane();
     this.windowProtectionField = false;
     this.showFormulasField = false;
     this.showGridLinesField = true;
     this.showRowColHeadersField = true;
     this.showZerosField = true;
     this.rightToLeftField = false;
     this.tabSelectedField = false;
     this.showRulerField = true;
     this.showOutlineSymbolsField = true;
     this.defaultGridColorField = true;
     this.showWhiteSpaceField = true;
     this.viewField = ST_SheetViewType.normal;
     this.colorIdField = ((uint)(64));
     this.zoomScaleField = ((uint)(100));
     this.zoomScaleNormalField = ((uint)(0));
     this.zoomScaleSheetLayoutViewField = ((uint)(0));
     this.zoomScalePageLayoutViewField = ((uint)(0));
 }
Exemple #5
0
 public CT_CustomSheetView()
 {
     this.scaleField = ((uint)(100));
     this.colorIdField = ((uint)(64));
     this.showPageBreaksField = false;
     this.showFormulasField = false;
     this.showGridLinesField = true;
     this.showRowColField = true;
     this.outlineSymbolsField = true;
     this.zeroValuesField = true;
     this.fitToPageField = false;
     this.printAreaField = false;
     this.filterField = false;
     this.showAutoFilterField = false;
     this.hiddenRowsField = false;
     this.hiddenColumnsField = false;
     this.stateField = ST_SheetState.visible;
     this.filterUniqueField = false;
     this.viewField = ST_SheetViewType.normal;
     this.showRulerField = true;
 }