• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DomCR / ACadSharp / 25257777259

02 May 2026 05:35PM UTC coverage: 76.965% (-0.1%) from 77.076%
25257777259

push

github

web-flow
Merge pull request #1040 from DomCR/issue/1000_tableentity-DwgWriter

TableEntity dwg support

8557 of 12075 branches covered (70.87%)

Branch coverage included in aggregate %.

960 of 1507 new or added lines in 29 files covered. (63.7%)

38 existing lines in 5 files now uncovered.

30799 of 39060 relevant lines covered (78.85%)

152916.22 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

91.67
/src/ACadSharp/Objects/TableStyle.CellBorder.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects;
4

5
public partial class TableStyle
6
{
7
        public class CellBorder
8
        {
9
                public bool ApplyBorder { get; set; } = false;
261,424✔
10

11
                //[DxfCodeValue(62)]
12
                //64-69
13
                public Color Color { get; set; }
30,700✔
14

15
                [DxfCodeValue(40)]
16
                public double DoubleLineSpacing { get; set; }
18,538✔
17

18
                [DxfCodeValue(95)]
NEW
19
                public CellEdgeFlags EdgeFlags { get; }
×
20

21
                //284-289
22
                [DxfCodeValue(284)]
23
                public bool IsInvisible { get; set; } = false;
282,302✔
24

25
                //274-279
26
                [DxfCodeValue(274)]
27
                public LineWeightType LineWeight { get; set; }
30,700✔
28

29
                [DxfCodeValue(90)]
30
                public BorderPropertyFlags PropertyOverrideFlags { get; set; }
18,538✔
31

32
                [DxfCodeValue(91)]
33
                public BorderType Type { get; set; }
18,538✔
34

35
                public CellBorder(CellEdgeFlags edgeFlags)
254,662✔
36
                {
254,662✔
37
                        this.EdgeFlags = edgeFlags;
254,662✔
38
                }
254,662✔
39
        }
40
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc