xceed.com
a503974d49
Features list
преди 8 години
xceed.com
7e17c76f51
Xceed maintaining project
преди 8 години
PrzemyslawKlys
01721e49ea
Removed hosted process in release mode
преди 8 години
PrzemyslawKlys
f10ffc5125
Merge pull request #127 from GrabzIt/master
Automatically create new core properties part rather than throw exception
преди 8 години
PrzemyslawKlys
695de7d282
Removed .XML
преди 8 години
GrabzIt
f7768e4d88
Removed dll
преди 8 години
PrzemyslawKlys
13097e906b
Merge pull request #122 from devel0/master
get/set image size (inches) helper
преди 8 години
GrabzIt
4c5c2fc294
Automatically create new core properties part rather than throw exception
преди 8 години
Lorenzo Delana
428851cdf3
- added ignore bin/Release/DocX.dll
- fixed casing in assembly name
преди 8 години
Lorenzo Delana
1804fda72e
set net framework 4.6
преди 8 години
Lorenzo Delana
3d40bdedbd
target net framework 4.6.1
преди 8 години
Lorenzo Delana
ff4c29eb87
get/set image size (inches) helper
преди 8 години
PrzemyslawKlys
06710e1cb5
Merge pull request #111 from xwgli/patch-1
Add Support For EastAsia FontFamily In Formatting
преди 8 години
PrzemyslawKlys
bd5b261d8b
Merge pull request #112 from martin-schiel/master
DocX wouldn't load documents with macros (.docm).
преди 8 години
Martin Schiel
72babede19
DocX wouldn't load documents with macros (.docm). Added macro document type.
преди 8 години
xwgli
a6a2a9e80a
Add Support For EastAsia FontFamily In Formatting
看到在段落的设置中添加了对中文字体的支持,但是在文字的样式中并没有,在此同样添加对中文字体的支持。
преди 8 години
PrzemyslawKlys
17a7df543d
Merge pull request #102 from VictorLoktev/master
Added check for restricted XML characters.
преди 8 години
Viktor Loktev
86d7b3206d
Bug fix in Paragraph.InsertHyperlink.
Paragraph.AppendHyperlink works fine. Paragraph.InsertHyperlink generates hyperlinks with empty ids. MS Word doesn't open files after Paragraph.InsertHyperlink.
преди 9 години
Viktor Loktev
ec35b9248a
Fixed the bug: loosing table design on table cloning.
OriginalTab -> CloneOfOriginalTab -> Clone of CloneOfOriginalTab did not work.
преди 9 години
Viktor Loktev
96b7dbef2a
Added check for restricted XML characters.
RestrictedChar ::= [#x1-#x8] | [#xB-#xC] | [#xE-#x1F] | [#x7F-#x84] | [#x86-#x9F].
преди 9 години
PrzemyslawKlys
81e1bc759f
Merge pull request #101 from Interface007/master
Fixed issue in property "Pictures" + new "Replace" for images
преди 9 години
Sven Erik Matzen
24271df545
Fixed issue with accessing "Pictures" property of "Paragraph" that has been removed from the document. Added method to replace an image inside a paragraph while keeping all image formatting.
преди 9 години
PrzemyslawKlys
95530ee77b
Merge pull request #100 from malickf/master
fix AddImage bug : recursive loop
преди 9 години
malickf
2b78c4cbcf
second fix
преди 9 години
malickf
6a26741c1a
fix AddImage bug : recursive loop
преди 9 години
PrzemyslawKlys
b536b5e517
Merge pull request #99 from VictorLoktev/master
Bugfix in Row.Height, removing empty paragraphs in cells, Row.InsertRow keeps formatting
преди 9 години
Viktor Loktev
d6c67573c6
Unit tests
преди 9 години
Viktor Loktev
e58f0990b7
Bug fixed in row Height: size in units should be integer.
Add an option to insert row cloning all formatting.
преди 9 години
Viktor Loktev
2780121890
Paragraph.RemoveText allows to remove empty paragraphs in cells
преди 9 години
Viktor Loktev
59461357a6
The parameter removeEmptyParagraph is added to Container.ReplaceText
преди 9 години
Viktor Loktev
387b432d65
Xml-doc excluded from project in Release
преди 9 години
PrzemyslawKlys
a9f8f8a324
Merge pull request #98 from VictorLoktev/master
Bug fix and new features
преди 9 години
Viktor Loktev
b2703a43eb
DocX.xml excluded from project in Release
преди 9 години
Viktor Loktev
f8e015f721
Doc-Xml in Release is committed to GitHub
преди 9 години
Viktor Loktev
92681c75a8
XML-doc in Release is On.
CS1591 warning is suppressed in Release.
преди 9 години
Viktor Loktev
fa524c1814
Give a strong name for the assembly.
Assemblies are signed with keys without password.
преди 9 години
Viktor Loktev
e1ebff1d71
Paragraph.RemoveText new paramenter to keep or remove empty paragraph after removing.
Paragraph.ReplaceText new paramenter to keep or remove empty paragraph after replacement.
преди 9 години
Viktor Loktev
2d0c8a1c08
Bug in DocX.SaveAs(fileName) is fixed. (Before fix the size of the resulting file was =0).
преди 9 години
PrzemyslawKlys
fd87d3bf4d
Merge pull request #87 from Twotsman/patch-2
Update HelperFunctions.cs
преди 9 години
PrzemyslawKlys
cde8e67bc2
Merge pull request #97 from lahma/features/AddImage-performance-optimization
Optimization to AddImage
преди 9 години
Marko Lahma
f92d6fb7e8
optimize AddImage
* minimize closure allocations by replacing LINQ with foreach when needed
* use lookups when possible
* reuse filtered items, pre-compute when possible
* use lighter Monitor for isolated storage locking instead of Mutex
* fix DocX references to be real project references instead of DLL references
преди 9 години
PrzemyslawKlys
49b475d1f7
Merge pull request #88 from MaLevi4/ecl
Add method to insert chart after paragraph
преди 9 години
mkalyakin
3af779e6b3
Add method to insert chart after paragraph
преди 9 години
Twotsman
434e522c4e
Update HelperFunctions.cs
On my search to solve the inserting problem of tables and paragraphs I change this code.
If the document.paragraphLookup is always correct or filled no problem.
But why depend on document.paragraphLookup if it can be done direct?
So this is not a bug.
For me it is not clear why we have the dictionary paragraphLookup.
Is there a real need for the dictionary paragraphLookup, or is it just a result of historical starting ideas and should it be cleaned?
преди 9 години
PrzemyslawKlys
6fc6ea1990
Merge pull request #86 from Twotsman/patch-1
Update Container.cs
преди 9 години
Twotsman
49c0fab471
Update Container.cs
The paragraph startindex and endindex are corrupted in Document.paragraphs[].
The result was a wrong insertion of paragraphs and tables. (at wrong locations)
The function GetParagraphs had the bug. the variable index in that function should be updated after creation of the paragraph not before
The function public virtual List<int> FindAll(string str, RegexOptions options) was only resulting one item in the list. instead of a list of find idexes
If there was only find one no big problem but if it finds more the return index was wrong also .
I think it is a typo error, instead of indexes[0] it should be indexes[i].
преди 9 години
PrzemyslawKlys
89b7952085
Merge pull request #85 from ermoll/master
correct width/height setting in Picture class
преди 9 години
ermoll
9948f40cea
correct width/height setting in Picture class
next newid extended on CreatePicture in Paragraph class
SetWidthsPercentage pwidth calculation extended with * (96 / 72) to get pixels from points
преди 9 години
PrzemyslawKlys
b2c123d27d
Merge pull request #76 from lucwuyts/master
Null check added. Was throwing exception when serializing document o…
преди 9 години
Luc Wuyts
783b272d1a
Null check added. Was throwing exception when serializing document or part of document.
преди 9 години