ソースを参照

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));

読み込み中…
キャンセル
保存