public PageSetupTypeLayout()
 {
     _orientation = PageSetupTypeLayoutOrientation.Portrait;
     _centerHorizontal = OneZeroType.Item0;
     _centerVertical = OneZeroType.Item0;
     _startPageNumber = "1";
 }
 public ProtectionType()
 {
     _protected = TrueFalseType.Item1;
     _hideFormula = OneZeroType.Item1;
 }
Пример #3
0
 public ProtectionType()
 {
     this.protectedField = TrueFalseType.Item1;
     this.hideFormulaField = OneZeroType.Item1;
 }
Пример #4
0
 public TableType()
 {
     this.defaultColumnWidthField = 48;
     this.defaultRowHeightField = 12.75;
     this.leftCellField = "1";
     this.topCellField = "1";
     this.fullColumnsField = TrueFalseType.Item0;
     this.fullRowsField = TrueFalseType.Item0;
     this.fullColumns1Field = OneZeroType.Item0;
     this.fullRows1Field = OneZeroType.Item0;
     this.defaultRowHeight1Field = ((decimal)(255m));
     this.defaultColumnWidth1Field = ((decimal)(8m));
 }
Пример #5
0
 public PageSetupTypeLayout()
 {
     this.orientationField = PageSetupTypeLayoutOrientation.Portrait;
     this.centerHorizontalField = OneZeroType.Item0;
     this.centerVerticalField = OneZeroType.Item0;
     this.startPageNumberField = "1";
 }