瀏覽代碼

Patch provided by lckuiper - bugfix for pictures in table

master
MadBoy_cp 11 年之前
父節點
當前提交
f5a0bf02c1
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      DocX/Table.cs

+ 1
- 0
DocX/Table.cs 查看文件

@@ -259,6 +259,7 @@ namespace Novacode
{
autofit = AutoFit.ColumnWidth;
this.Xml = xml;
this.mainPart = document.mainPart;
XElement properties = xml.Element(XName.Get("tblPr", DocX.w.NamespaceName));

Loading…
取消
儲存