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

DomCR / ACadSharp / 18814871545

26 Oct 2025 07:36AM UTC coverage: 78.074% (+0.2%) from 77.923%
18814871545

Pull #831

github

web-flow
Merge a09dc8e36 into f84cb1d2a
Pull Request #831: Table entity refactor

7323 of 10163 branches covered (72.06%)

Branch coverage included in aggregate %.

717 of 843 new or added lines in 16 files covered. (85.05%)

13 existing lines in 4 files now uncovered.

27305 of 34190 relevant lines covered (79.86%)

107186.93 hits per line

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

91.67
/src/ACadSharp/Entities/TableEntity.ContentFormat.cs
1
using ACadSharp.Attributes;
2
using ACadSharp.Tables;
3

4
namespace ACadSharp.Entities
5
{
6
        public partial class TableEntity
7
        {
8
                public class ContentFormat
9
                {
10
                        [DxfCodeValue(94)]
11
                        public int Alignment { get; set; }
22,382✔
12

13
                        [DxfCodeValue(62)]
14
                        public Color Color { get; set; }
22,382✔
15

16
                        [DxfCodeValue(170)]
17
                        public bool HasData { get; set; }
25,574✔
18

19
                        [DxfCodeValue(90)]
20
                        public int PropertyFlags { get; set; }
15,846✔
21

22
                        [DxfCodeValue(91)]
23
                        public TableCellStylePropertyFlags PropertyOverrideFlags { get; set; }
24,833✔
24

25
                        [DxfCodeValue(DxfReferenceType.IsAngle, 40)]
26
                        public double Rotation { get; set; }
15,846✔
27

28
                        [DxfCodeValue(140)]
29
                        public double Scale { get; set; }
15,846✔
30

31
                        [DxfCodeValue(144)]
32
                        public double TextHeight { get; set; }
15,846✔
33

34
                        [DxfCodeValue(92)]
35
                        public int ValueDataType { get; set; }
15,846✔
36

37
                        [DxfCodeValue(300)]
38
                        public string ValueFormatString { get; set; }
15,846✔
39

40
                        [DxfCodeValue(93)]
41
                        public int ValueUnitType { get; set; }
22,382✔
42

43
                        [DxfCodeValue(340)]
NEW
44
                        public TextStyle TextStyle { get; set; }
×
45
                }
46
        }
47
}
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