Пример #1
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;
 }
Пример #2
0
 internal static int smethod_1(TableStyleOptions A_0)
 {
     return(((int)A_0) ^ 0x600);
 }