Parcourir la source

Patch provided by lckuiper - bugfix for pictures in table

master
MadBoy_cp il y a 12 ans
Parent
révision
f5a0bf02c1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      DocX/Table.cs

+ 1
- 0
DocX/Table.cs Voir le fichier

{ {
autofit = AutoFit.ColumnWidth; autofit = AutoFit.ColumnWidth;
this.Xml = xml; this.Xml = xml;
this.mainPart = document.mainPart;
XElement properties = xml.Element(XName.Get("tblPr", DocX.w.NamespaceName)); XElement properties = xml.Element(XName.Get("tblPr", DocX.w.NamespaceName));

Chargement…
Annuler
Enregistrer