diff --git a/Xceed.Words.NET/Src/Table.cs b/Xceed.Words.NET/Src/Table.cs index bd6ffccb..bfda2dc5 100644 --- a/Xceed.Words.NET/Src/Table.cs +++ b/Xceed.Words.NET/Src/Table.cs @@ -2070,6 +2070,7 @@ public Border GetBorder( TableBorderType borderType ) if( tblPr == null ) { // uses default border style + return b; } /* @@ -2080,6 +2081,7 @@ public Border GetBorder( TableBorderType borderType ) if( tblBorders == null ) { // uses default border style + return b; } /* @@ -2094,6 +2096,7 @@ public Border GetBorder( TableBorderType borderType ) if( tblBorderType == null ) { // uses default border style + return b; } // The val attribute is used for the border style @@ -3782,6 +3785,7 @@ public Border GetBorder( TableCellBorderType borderType ) if( tcPr == null ) { // uses default border style + return b; } /* @@ -3792,6 +3796,7 @@ public Border GetBorder( TableCellBorderType borderType ) if( tcBorders == null ) { // uses default border style + return b; } /* @@ -3817,6 +3822,7 @@ public Border GetBorder( TableCellBorderType borderType ) if( tcBorderType == null ) { // uses default border style + return b; } // The val attribute is used for the border style