Ejemplo n.º 1
0
 private void method_68(SprmCode A_0, object A_1)
 {
     if (A_1 != null)
     {
         string str = (string)A_1;
         base.class345_0.method_1(A_0, base.method_54() ? Class1149.smethod_1(str) : this.class52_0.method_8(str));
     }
 }
Ejemplo n.º 2
0
    private void method_70(int A_0, int A_1)
    {
        string str = base.method_54() ? Class1149.smethod_0(A_1) : this.class52_0.method_10(A_1);

        if (!string.IsNullOrEmpty(str))
        {
            base.wordAttrCollection_0.SetAttr(A_0, str);
        }
    }
Ejemplo n.º 3
0
 internal Class1056(Document A_0, Table A_1)
 {
     this.bool_0 = false;
     if ((A_0.DetectedFormatType != FileFormat.Doc) && (A_0.DetectedFormatType != FileFormat.Dot))
     {
         this.bool_0 = true;
     }
     else
     {
         RowFormat rowFormat = A_1.Rows[0].RowFormat;
         Class13   class2    = A_0.Styles.method_13(rowFormat.Istd, false) as Class13;
         if (class2 != null)
         {
             this.bool_0 |= Class1149.smethod_2(class2);
         }
         TableStyleOptions tableOption = rowFormat.TableOption;
         this.bool_0 |= ((tableOption & TableStyleOptions.RowBands) == TableStyleOptions.None) || ((tableOption & TableStyleOptions.ColumnBands) == TableStyleOptions.None);
     }
     this.int_1 = 0;
 }