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
hace 9 años
PrzemyslawKlys
49b475d1f7
Merge pull request #88 from MaLevi4/ecl
Add method to insert chart after paragraph
hace 9 años
mkalyakin
3af779e6b3
Add method to insert chart after paragraph
hace 9 años
PrzemyslawKlys
6fc6ea1990
Merge pull request #86 from Twotsman/patch-1
Update Container.cs
hace 9 años
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].
hace 9 años
PrzemyslawKlys
89b7952085
Merge pull request #85 from ermoll/master
correct width/height setting in Picture class
hace 9 años
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
hace 9 años
PrzemyslawKlys
b2c123d27d
Merge pull request #76 from lucwuyts/master
Null check added. Was throwing exception when serializing document o…
hace 9 años
Luc Wuyts
783b272d1a
Null check added. Was throwing exception when serializing document or part of document.
hace 9 años
PrzemyslawKlys
9db5d2ac01
Merge pull request #75 from Henrys22/master
Mirror Margins
hace 9 años
Henrys22
e8069948f0
Mirror Margins
Mirror Margins boolean attribute
hace 9 años
PrzemyslawKlys
6296917633
Merge pull request #74 from lucwuyts/master
Unit test for script parsing (super- sub- script)
hace 9 años
Luc Wuyts
f15d4882b8
Unit test for script parsing (super- sub- script)
hace 9 años
PrzemyslawKlys
a2a6cae207
Merge pull request #73 from vzhikserg/master
Cleaning up the code
hace 9 años
Sergii Zhevzhyk
fb6b2824fe
Simplifying some expressions
hace 9 años
Sergii Zhevzhyk
d77f7c060f
Removing redundant code. Simplifying some expressions.
hace 9 años
Sergii Zhevzhyk
56d3059b01
Cleaning up the tests
hace 9 años
Sergii Zhevzhyk
73e999d51f
Removed unsued defined namespaces
hace 9 años
PrzemyslawKlys
3a5fe60dc5
Rebuild .dll and documentation.chm
hace 9 años
PrzemyslawKlys
452e19690d
Setting IndentationBefore and IndentationAfter makes an error when decimalsign is not a dot -> patch provided by lucwuyts
hace 9 años
PrzemyslawKlys
30129bfe3f
Merge branch 'master' of https://github.com/WordDocX/DocX.git
hace 9 años
PrzemyslawKlys
9334f7f695
Fix for Script property not parsed submited by lucwuyts
hace 9 años
PrzemyslawKlys
72708a39b3
Merge pull request #72 from mdum/patch-1
design property: replace try/catch by Enum.IsDefined
hace 9 años
mdum
aac62eb89d
design property: replace try/catch by Enum.IsDefined
hace 9 años
PrzemyslawKlys
5cb0916bb4
Merge pull request #68 from delphin0850/delphin0850-patch-1
Delphin0850 Merge for Headers and Footers margin attribute
hace 9 años
delphin0850
402a4960f8
Header and footer margin attribute added
hace 9 años
delphin0850
408940d382
Header and footer margin attribute added
hace 9 años
PrzemyslawKlys
556d79120e
Merge pull request #64 from lukewalshct/issue63
issue #63 - fixed FontSize() method in Paragraph.cs to accept half sizes
hace 9 años
Luke Walsh
89d2971733
issue #63 - fixed FontSize() method in Paragraph.cs to accept half sizes
hace 9 años
PrzemyslawKlys
4ed16a9824
Update README.md
hace 9 años
PrzemyslawKlys
b614c6f685
Update README.md
hace 9 años
PrzemyslawKlys
c3b15d42eb
Update
hace 9 años
PrzemyslawKlys
0d9efdcfb1
Update README.md
hace 9 años
PrzemyslawKlys
dab3f592e7
Update README.md
hace 9 años
PrzemyslawKlys
2b64abfe6d
Merge pull request #56 from mkorsukov/master
Added the independent Font implementation
hace 9 años
PrzemyslawKlys
299680c4c0
DOCX in china #57
Added unit test Test_Table_SetTableDesignNone() draft. Requires fix in Tables.
hace 9 años
Maxim Korsukov
f3298e0dc5
Added the independent Font implementation
hace 9 años
PrzemyslawKlys
977f76ceed
Merge pull request #55 from mkorsukov/master
Code cleanup - introducing the 'nameof' operator instead of string values
hace 9 años
PrzemyslawKlys
615f12ca3f
Merge pull request #54 from Michalazza/Working-on-Table
Fixed insertColumns/removeColumns method along with remove. It is now able to work with merged cells.
Added a method to delete cells
Added gridSpan property to cells
Added gridAfter property to rows
hace 9 años
Maxim Korsukov
f6139ee0e7
Code cleanup - introducing the 'nameof' operator instead of string values
hace 9 años
Michal Maciejewski
63d403c79b
Removed Hardcoded Test
hace 9 años
Michal Maciejewski
29c3b5cae7
Added gridspan and afterspan properties
hace 9 años
Michal Maciejewski
8b6a2502ff
Renamed Some stuff
hace 9 años
Michal Maciejewski
eb58bbe23f
Fixed add/remove column
hace 9 años
Michal Maciejewski
a73cec2acd
Add columns fix
Able to add columns to tables where each row have different amount of
cells
hace 9 años
Michal Maciejewski
375e86dc73
Modifying InsertColumn Method
Allowing InsertColumn method take into account merged cells for multiple
row add columns where the count of cells is less than the index but is
not less table column count
hace 9 años
PrzemyslawKlys
727ba674f3
Merge pull request #53 from janbernloehr/nunit
Fix for failing FontFamily name test
hace 9 años
Jan Bernlöhr
a8ab1e4fbc
Fix for failing FontFamily name test
On mono the actual name of a FontFamily may be different from the alias used to create the FontFamily.
hace 9 años
PrzemyslawKlys
87001b5b96
Merge pull request #52 from janbernloehr/nunit
Fix for #17
hace 9 años
PrzemyslawKlys
5259aa8b49
Update README.md
hace 9 años