| <param name="options"></param> | <param name="options"></param> | ||||
| <returns></returns> | <returns></returns> | ||||
| </member> | </member> | ||||
| <member name="M:Novacode.Container.ReplaceText(System.String,System.Func{System.String,System.String},System.Boolean,System.Text.RegularExpressions.RegexOptions,Novacode.Formatting,Novacode.Formatting,Novacode.MatchFormattingOptions)"> | |||||
| <member name="M:Novacode.Container.ReplaceText(System.String,System.Func{System.String,System.String},System.Boolean,System.Text.RegularExpressions.RegexOptions,Novacode.Formatting,Novacode.Formatting,Novacode.MatchFormattingOptions,System.Boolean)"> | |||||
| <summary> | <summary> | ||||
| </summary> | </summary> | ||||
| <param name="newFormatting"></param> | <param name="newFormatting"></param> | ||||
| <param name="matchFormatting"></param> | <param name="matchFormatting"></param> | ||||
| <param name="formattingOptions"></param> | <param name="formattingOptions"></param> | ||||
| <param name="removeEmptyParagraph">Remove empty paragraph</param> | |||||
| </member> | </member> | ||||
| <member name="M:Novacode.Container.RemoveTextInGivenFormat(Novacode.Formatting,Novacode.MatchFormattingOptions)"> | <member name="M:Novacode.Container.RemoveTextInGivenFormat(Novacode.Formatting,Novacode.MatchFormattingOptions)"> | ||||
| <summary> | <summary> | ||||
| </example> | </example> | ||||
| <returns>A new row.</returns> | <returns>A new row.</returns> | ||||
| </member> | </member> | ||||
| <member name="M:Novacode.Table.InsertRow(Novacode.Row)"> | |||||
| <member name="M:Novacode.Table.InsertRow(Novacode.Row,System.Boolean)"> | |||||
| <summary> | <summary> | ||||
| Insert a copy of a row at the end of this table. | Insert a copy of a row at the end of this table. | ||||
| </summary> | </summary> | ||||
| <returns>A new row.</returns> | <returns>A new row.</returns> | ||||
| <param name="row">The row to insert</param> | |||||
| <param name="keepFormatting">True to clone everithing, False to clone cell structure only.</param> | |||||
| <returns></returns> | |||||
| </member> | </member> | ||||
| <member name="M:Novacode.Table.InsertColumn"> | <member name="M:Novacode.Table.InsertColumn"> | ||||
| <summary> | <summary> | ||||
| <param name="index">Index to insert row at.</param> | <param name="index">Index to insert row at.</param> | ||||
| <returns>A new Row</returns> | <returns>A new Row</returns> | ||||
| </member> | </member> | ||||
| <member name="M:Novacode.Table.InsertRow(Novacode.Row,System.Int32)"> | |||||
| <member name="M:Novacode.Table.InsertRow(Novacode.Row,System.Int32,System.Boolean)"> | |||||
| <summary> | <summary> | ||||
| Insert a copy of a row into this table. | Insert a copy of a row into this table. | ||||
| </summary> | </summary> | ||||
| <param name="row">Row to copy and insert.</param> | <param name="row">Row to copy and insert.</param> | ||||
| <param name="index">Index to insert row at.</param> | <param name="index">Index to insert row at.</param> | ||||
| <param name="keepFormatting">True to clone everithing, False to clone cell structure only.</param> | |||||
| <returns>A new Row</returns> | <returns>A new Row</returns> | ||||
| </member> | </member> | ||||
| <member name="M:Novacode.Table.InsertColumn(System.Int32,System.Boolean)"> | <member name="M:Novacode.Table.InsertColumn(System.Int32,System.Boolean)"> |