소스 검색

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…
취소
저장