Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 223,126 for

new

(0.13 sec)
  1. Გადაიყვანეთ DOC RTF C#

    გადაიყვანეთ DOC RTF C# ფორმატში კოდით. შეინახეთ DOC როგორც RTF C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/doc...
  2. Გადაიყვანეთ WORD HTML C#

    გადაიყვანეთ WORD HTML C# ფორმატში კოდით. შეინახეთ WORD როგორც HTML C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/wor...
  3. Გადაიყვანეთ WORD MARKDOWN C#

    გადაიყვანეთ WORD MARKDOWN C# ფორმატში კოდით. შეინახეთ WORD როგორც MARKDOWN C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/wor...
  4. Გადაიყვანეთ WORD EPUB C#

    გადაიყვანეთ WORD EPUB C# ფორმატში კოდით. შეინახეთ WORD როგორც EPUB C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/wor...
  5. Video|Aspose.Slides Documentation

    Add and control videos with Aspose.Slides for .NET: insert, play, trim, set poster frames, and export with C# examples for PPT, PPTX, and ODP presentations....() { using var presentation = new Presentation (); var slide =...() { using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/vi...
  6. Wrong bookmarks order when converting docx to p...

    Hi Aspose Team, When converting specific DOCX file to PDF we experience and incorrect order in the generated bookmarks. We have compared the result to Word. Please see this screenshot: We’re using latest version of…...License license; license = new Aspose.Words.License(); license...Aspose.Words.Document doc = new Aspose.Words.Document(dataDir...

    forum.aspose.com/t/wrong-bookmarks-order-when-c...
  7. FindReplaceOptions.useSubstitutions property | ...

    FindReplaceOptions.useSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    Aspose.3D for Java 支持渲染动画场景。本文介绍移动对象的先决条件。...Initialize scene object Scene scene = new Scene (); // Call Common class...property BindPoint bindPoint = new BindPoint ( scene , translation...

    docs.aspose.com/3d/zh/java/add-animation-proper...
  9. Defining Weekdays for Exceptions | Aspose.Tasks...

    Learn how to define exception weekdays for Microsoft Project (MPP/XML) projects using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/defining-weekdays-for...
  10. Insert Image in NPOI|Aspose.Words for .NET

    Add an image into a document easily and fast instead of using NPOI in C#....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...UserModel ; XWPFDocument doc = new XWPFDocument (); XWPFParagraph...

    docs.aspose.com/words/net/insert-image-in-npoi/