Skip to content

Commit

Permalink
make GetCTTbl method public
Browse files Browse the repository at this point in the history
fix #457
  • Loading branch information
tonyqus committed Apr 17, 2021
1 parent ad5e18a commit a773b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooxml/XWPF/Usermodel/XWPFTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private void CreateEmptyTable(CT_Tbl table)
* @return ctTbl object
*/

internal CT_Tbl GetCTTbl()
public CT_Tbl GetCTTbl()
{
return ctTbl;
}
Expand Down

0 comments on commit a773b60

Please sign in to comment.