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

DomCR / ACadSharp / 20297070459

17 Dec 2025 08:53AM UTC coverage: 77.112% (-0.6%) from 77.723%
20297070459

push

github

web-flow
Merge pull request #921 from DomCR/read-table-R2007Pre

Read table r2007 pre

7690 of 10817 branches covered (71.09%)

Branch coverage included in aggregate %.

187 of 513 new or added lines in 9 files covered. (36.45%)

22 existing lines in 7 files now uncovered.

28309 of 35867 relevant lines covered (78.93%)

159788.76 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; }
15,922✔
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(144)]
29
                        public double Scale { get; set; }
15,846✔
30

31
                        [DxfCodeValue(140)]
32
                        public double TextHeight { get; set; }
17,442✔
33

34
                        [DxfCodeValue(340)]
NEW
35
                        public TextStyle TextStyle { get; set; }
×
36

37
                        [DxfCodeValue(92)]
38
                        public int ValueDataType { get; set; }
15,846✔
39

40
                        [DxfCodeValue(300)]
41
                        public string ValueFormatString { get; set; }
15,846✔
42

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