54 コミット (63d403c79b0e363298f8fe5b33e5010fe1fc9a45)

作成者 SHA1 メッセージ 日付
  Michal Maciejewski 63d403c79b Removed Hardcoded Test 9年前
  Michal Maciejewski 29c3b5cae7 Added gridspan and afterspan properties 9年前
  Michal Maciejewski eb58bbe23f Fixed add/remove column 9年前
  Michal Maciejewski a73cec2acd Add columns fix 9年前
  Michal Maciejewski 375e86dc73 Modifying InsertColumn Method 9年前
  PrzemyslawKlys 800a1618b7 Added SetWidthsPercentage(float[] widthsPercentage, float? totalWidth) for Tables as per kanadmehta proposition (#42) 9年前
  Sergii Zhevzhyk 03d8bd6c99 Implemented the cell margins of Table 10年前
  vzhikserg 633d02a8b7 Fixed the problem with setting the column width. 10年前
  Chris Ponty e842c87302 #5 : Cleaned up warnings from invalid XML comments 10年前
  MadBoy_cp ea921db1ae Patch provided by SomeOtherDevGuy 10年前
  MadBoy_cp eea7f2800b Resolved few compatibility issues (code wouldn't compile) with last patches regarding Tables. 10年前
  MadBoy_cp cedb05a396 Patch provided by LeyDaniel 10年前
  MadBoy_cp 321c8b6779 Patch provided by SomeOtherDevGuy 10年前
  MadBoy_cp c7cbf1c603 Support for height in the Tables (SetHeight, MinHeight) 10年前
  MadBoy_cp 8f7dfa2081 Added Text orientation in table - provided by mbdijs 11年前
  MadBoy_cp d1eda4f0c7 Previously created TableBorder class has an error in setting table border colors. The generated colors are invalid according to the DOCX specification. 11年前
  MadBoy_cp f5a0bf02c1 Patch provided by lckuiper - bugfix for pictures in table 11年前
  MadBoy_cp f80ab8c2aa FIx for "removing paragraphs from cell in table does not work" 12年前
  MadBoy_cp 49e1db1d22 This patch is to add "nil" to table borders, this is different from "none" - see enumerations. 12年前
  MadBoy_cp 74af2bc51f Adds the option to set the BreakAcrossPages property, which corresponds to the "Allow row to break across pages" property in Word: http://fiveminutelessons.com/learn-microsoft-word/stop-table-rows-microsoft-word-splitting-across-pages 12年前
  MadBoy_cp 8c3bce6e7b Adds TableCaption and TableDescription to the Table class. These represent a table's Alternate Text Title and Description (at least in Word 2010). 12年前
  MadBoy_cp d0d2781e84 Custom Table Design style added. Patch provided by carpfisher 13年前
  MadBoy_cp 1dc980caa2 Cleanup in code: Removed unused directives from all DocX files 13年前
  MadBoy_cp 17186d13a5 Added a TableLook class, which contains the attributes of the table's tblLook element 13年前
  coffeycathal_cp 019f584e9a Fixed a bug with TableStyles, thanks for reporting this Przemek. 13年前
  coffeycathal_cp 9e5259f678 Added patch 11608 by arudoy. This patch adds the functionality Table.MergeCellsInColumn(int columnIndex, int startRow, int endRow) 13年前
  coffeycathal_cp fb7b2b7cdf Applied patch 11607 submitted by arudoy which solves the problem described in 10453. 13年前
  coffeycathal_cp 19e393223f Added: AutoFit fix by Roger Saele. Thank you for your contribution Roger. 13年前
  dmitchern_cp 1f722091ff 1. override InsertTable(int rowCount, int columnCount) method in Table Cell because of bug. 13年前
  coffeycathal_cp 592561975a Fixed typo in Enumerations. ColoumnWidth has now been renamed to ColumnWidth. 14年前
  DragonFire_cp da940113f7 Refactored InsertRow methods 14年前
  DragonFire_cp 5d9fa34e5e Added Table.InsertRow(Row row) and Table.InsertRow(Row row, Int32 index) methods. These methods insert a copy of original row into the table. 14年前
  DragonFire_cp a51588f35e Refactor the Table class: RowCount, ColumnCount, Rows properties and Insert/Remove methods. Also refactor CreateTable method - extract the same method CreateTableCell. Add powerfull unit test for this. 14年前
  DragonFire_cp ab0640f886 Change example project, fix Table.RemoveColumn null reference exception. 14年前
  coffeycathal_cp 689f778abf Table.removeRow(int index) has been fixed. 14年前
  bdm_cp ae48e62a69 Fixed all warnings. Most were "Exception e" where "Exception" was sufficient, but some were "hiding" base methods that needed a "new" keyword. 15年前
  coffeycathal_cp eb656ba719 Added a check to stop the creation of a Table with 0 columns or rows. 15年前
  coffeycathal_cp b5aa4ee366 Fixed a bug which resulted in Table.rows being null. 15年前
  coffeycathal_cp e36ca493b0 Added Examples Project. 15年前
  coffeycathal_cp 84323d8719 Worked on InsertPicture and AppendPicture. 15年前
  coffeycathal_cp 1fd0e9b2cd Added Cell.FillColor a property that lets your get or set the Cells fill color. 15年前
  coffeycathal_cp b7c5db65d3 Added patches 7389 and 7421 submitted by lckuiper. These patches contains support for Cell Margins and Table\Cell borders. 15年前
  coffeycathal_cp 36ddc691bd Applied patch 7398 submitted by lckuiper on November 16th 2010 @ 15年前
  coffeycathal_cp 950d116dfc Bug fixes and Extensions Flatten function 15年前
  coffeycathal_cp 55449423ce 15年前
  coffeycathal_cp edba1e8939 This is DocX version 1.0.0.10. 15年前
  coffeycathal_cp e379f53cd8 Removed Rebuild[Images, Pictures, Tables, CustomProperties], this work is now done by getter functions, this is a much cleaner approach. 15年前
  coffeycathal_cp c98cec6d15 Bug fix: Fonts now work for non-standard characters such as ąęćłżźó in Polish. 15年前
  coffeycathal_cp d6b6ba64de DocX version 1.0.0.9 15年前
  coffeycathal_cp e23fec1ab3 Refactored 16年前