You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PrzemyslawKlys 41df19ae77 Merge pull request #15 from vzhikserg/master 10 years ago
..
Charts Charts finally working in Word 2013. Fixes to crashes and axis issue. 11 years ago
Help After it is executed, RemoveText() deletes elements that have zero text length. This was removing elements which contained no text but still contained a drawing element such as a picture. 15 years ago
License This is DocX v1.0.0.5 17 years ago
Properties Updated version to 1.0.0.21 10 years ago
Resources Missing files. 13 years ago
bin Fixes for UnitTests to mitigate change from bool to nullable bool 10 years ago
Bookmark.cs Few bookmarking additions by Umberto 10 years ago
BookmarkCollection.cs Few bookmarking additions by Umberto 10 years ago
Border.cs Cleanup in code: Applied auto-property for trivial get;set; in Border class 14 years ago
Container.cs Fixed a bug in InsertParagraph that introduced a new empty paragraph at the very beginning of a document when inserting at 0. 10 years ago
CustomProperty.cs Cleanup in code: Removed unused directives from all DocX files 14 years ago
DocProperty.cs Cleanup in code: Removed unused directives from all DocX files 14 years ago
DocX.cs Chnaged 15 to 20 multiplier in margins and page size so that margins and page size are effectively set/retrieved in points (pts). This is a breaking change potentially, but otherwise it is not clear what the units are for page width, height, and margins. 10 years ago
DocX.csproj feat (ReplaceHandler) Allow a replace to take a func to do work against a regex match. Useful for mailmerge scenarios. 10 years ago
DocX.csproj.vspscc This is DocX v1.0.0.5 17 years ago
DocumentTypes.cs Added support for opening and manipulating templates. Patch provided stimms 12 years ago
ExtensionsHeadings.cs Two issues fixed (#13437 and #13438). 11 years ago
Footer.cs feat (ReplaceHandler) Allow a replace to take a func to do work against a regex match. Useful for mailmerge scenarios. 10 years ago
Footers.cs Cleanup in code: Removed unused directives from all DocX files 14 years ago
FormattedText.cs Cleanup in code: Removed unused directives from all DocX files 14 years ago
Formatting.cs Implemented changes as per: 10 years ago
Header.cs feat (ReplaceHandler) Allow a replace to take a func to do work against a regex match. Useful for mailmerge scenarios. 10 years ago
Headers.cs Removed unused directives 14 years ago
HelperFunctions.cs #Issue #13 - Bug fix for IsSameFile 10 years ago
Hyperlink.cs #5 : Cleaned up warnings from invalid XML comments 10 years ago
IParagraphContainer.cs feat (ReplaceHandler) Allow a replace to take a func to do work against a regex match. Useful for mailmerge scenarios. 10 years ago
Image.cs Removed unused directives 14 years ago
List.cs Two issues fixed (#13437 and #13438). 11 years ago
PageLayout.cs Cleanup in code: Removed unused directives from all DocX files 14 years ago
Paragraph.cs Fixed the font size changing in Paragraph 10 years ago
Picture.cs #5 : Cleaned up warnings from invalid XML comments 10 years ago
Section.cs Missing files. 13 years ago
Table.cs Fixed the problem with setting the column width. 10 years ago
TableOfContents.cs Two issues fixed (#13437 and #13438). 11 years ago
_BaseClasses.cs Patch provided by SomeOtherDevGuy 10 years ago
_Enumerations.cs Resolved few compatibility issues (code wouldn't compile) with last patches regarding Tables. 10 years ago
_Extensions.cs This patch adds an extension method to Paragraph that allows easy setting of paragraph. It makes setting text as a heading much more intuitive and discoverable. 12 years ago