• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

DomCR / ACadSharp / 18720978914

22 Oct 2025 03:14PM UTC coverage: 78.032% (+0.1%) from 77.923%
18720978914

Pull #831

github

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

7252 of 10085 branches covered (71.91%)

Branch coverage included in aggregate %.

600 of 710 new or added lines in 15 files covered. (84.51%)

10 existing lines in 4 files now uncovered.

27196 of 34061 relevant lines covered (79.84%)

107601.57 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,078✔
12

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

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

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

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

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

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

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

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

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

40
                        [DxfCodeValue(93)]
41
                        public int ValueUnitType { get; set; }
22,078✔
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