|
|
|
|
|
|
|
|
<param name="name">The name of this Picture.</param> |
|
|
<param name="name">The name of this Picture.</param> |
|
|
<param name="descr">The description of this Picture.</param> |
|
|
<param name="descr">The description of this Picture.</param> |
|
|
</member> |
|
|
</member> |
|
|
|
|
|
<member name="M:Novacode.Paragraph.ReplacePicture(Novacode.Picture,Novacode.Picture)"> |
|
|
|
|
|
<summary> |
|
|
|
|
|
Replaces a Picture with a new one. |
|
|
|
|
|
</summary> |
|
|
|
|
|
<remarks> |
|
|
|
|
|
Only the content of the picture will be replaced - positioning inside the document and all other attributes will be preserved. |
|
|
|
|
|
</remarks> |
|
|
|
|
|
<param name="toBeReplaced">The picture object to be replaced.</param> |
|
|
|
|
|
<param name="replaceWith">The picture object that should be inserted instead of <paramref name="toBeReplaced"/>.</param> |
|
|
|
|
|
<returns>The new <see cref="T:Novacode.Picture"/> object that replaces the old one.</returns> |
|
|
|
|
|
</member> |
|
|
<member name="M:Novacode.Paragraph.CreateEdit(Novacode.EditType,System.DateTime,System.Object)"> |
|
|
<member name="M:Novacode.Paragraph.CreateEdit(Novacode.EditType,System.DateTime,System.Object)"> |
|
|
<summary> |
|
|
<summary> |
|
|
Creates an Edit either a ins or a del with the specified content and date |
|
|
Creates an Edit either a ins or a del with the specified content and date |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</code> |
|
|
</code> |
|
|
</example> |
|
|
</example> |
|
|
<seealso cref="M:Novacode.DocX.AddImage(System.String,System.String)"/> |
|
|
|
|
|
|
|
|
<seealso cref="!:AddImage(string, string)"/> |
|
|
<seealso cref="M:Novacode.DocX.AddImage(System.IO.Stream,System.String)"/> |
|
|
<seealso cref="M:Novacode.DocX.AddImage(System.IO.Stream,System.String)"/> |
|
|
<seealso cref="P:Novacode.Paragraph.Pictures"/> |
|
|
<seealso cref="P:Novacode.Paragraph.Pictures"/> |
|
|
<seealso cref="M:Novacode.Paragraph.InsertPicture(Novacode.Picture,System.Int32)"/> |
|
|
<seealso cref="M:Novacode.Paragraph.InsertPicture(Novacode.Picture,System.Int32)"/> |
|
|
|
|
|
|
|
|
<param name="templateStream">The stream of the document template file.</param> |
|
|
<param name="templateStream">The stream of the document template file.</param> |
|
|
<param name="includeContent">Whether to copy the document template text content to document.</param> |
|
|
<param name="includeContent">Whether to copy the document template text content to document.</param> |
|
|
</member> |
|
|
</member> |
|
|
<member name="M:Novacode.DocX.AddImage(System.String,System.String)"> |
|
|
|
|
|
|
|
|
<member name="M:Novacode.DocX.AddImage(System.String)"> |
|
|
<summary> |
|
|
<summary> |
|
|
Add an Image into this document from a fully qualified or relative filename. |
|
|
Add an Image into this document from a fully qualified or relative filename. |
|
|
</summary> |
|
|
</summary> |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
</code> |
|
|
</code> |
|
|
</example> |
|
|
</example> |
|
|
<seealso cref="M:Novacode.DocX.AddImage(System.String,System.String)"/> |
|
|
|
|
|
|
|
|
<seealso cref="!:AddImage(string, string)"/> |
|
|
<seealso cref="M:Novacode.Paragraph.InsertPicture(Novacode.Picture,System.Int32)"/> |
|
|
<seealso cref="M:Novacode.Paragraph.InsertPicture(Novacode.Picture,System.Int32)"/> |
|
|
</member> |
|
|
</member> |
|
|
<member name="M:Novacode.DocX.AddHyperlink(System.String,System.Uri)"> |
|
|
<member name="M:Novacode.DocX.AddHyperlink(System.String,System.Uri)"> |