Skip to content

Commit 7e4bfa7

Browse files
author
Eric White
committed
Add XNames for h3-h9
1 parent 937d901 commit 7e4bfa7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

OpenXmlPowerTools/PtOpenXmlUtil.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5850,6 +5850,13 @@ public static class Xhtml
58505850
public static readonly XName div = xhtml + "div";
58515851
public static readonly XName h1 = xhtml + "h1";
58525852
public static readonly XName h2 = xhtml + "h2";
5853+
public static readonly XName h3 = xhtml + "h3";
5854+
public static readonly XName h4 = xhtml + "h4";
5855+
public static readonly XName h5 = xhtml + "h5";
5856+
public static readonly XName h6 = xhtml + "h6";
5857+
public static readonly XName h7 = xhtml + "h7";
5858+
public static readonly XName h8 = xhtml + "h8";
5859+
public static readonly XName h9 = xhtml + "h9";
58535860
public static readonly XName head = xhtml + "head";
58545861
public static readonly XName html = xhtml + "html";
58555862
public static readonly XName i = xhtml + "i";

0 commit comments

Comments
 (0)