Skip to content

Commit

Permalink
Add XNames for h3-h9
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric White committed Nov 14, 2020
1 parent 937d901 commit 7e4bfa7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions OpenXmlPowerTools/PtOpenXmlUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5850,6 +5850,13 @@ public static class Xhtml
public static readonly XName div = xhtml + "div";
public static readonly XName h1 = xhtml + "h1";
public static readonly XName h2 = xhtml + "h2";
public static readonly XName h3 = xhtml + "h3";
public static readonly XName h4 = xhtml + "h4";
public static readonly XName h5 = xhtml + "h5";
public static readonly XName h6 = xhtml + "h6";
public static readonly XName h7 = xhtml + "h7";
public static readonly XName h8 = xhtml + "h8";
public static readonly XName h9 = xhtml + "h9";
public static readonly XName head = xhtml + "head";
public static readonly XName html = xhtml + "html";
public static readonly XName i = xhtml + "i";
Expand Down

0 comments on commit 7e4bfa7

Please sign in to comment.