Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 227,515 for

new

(0.21 sec)
  1. ImageSavingArgs.Document | Aspose.Words for .NET

    Discover the ImageSavingArgs Document property to access the current document being saved, enhancing your workflow efficiency and saving time.... Document doc = new Document ( MyDir + "Rendering...process. HtmlSaveOptions options = new HtmlSaveOptions (); options ...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Fill.PresetTextured | Aspose.Words for .NET

    Discover the Fill PresetTextured method to effortlessly apply stunning preset textures, enhancing your designs with unique visual appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Convert Image To DOC C#

    Convert Image to DOC format in C# code. Save Image as DOC using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  4. 备注|Aspose.Slides for PHP 文档

    在 PHP 中使用 Aspose.Slides 添加、读取、编辑和导出演讲者备注:格式化文本、按幻灯片管理备注,并在 PowerPoint 和 OpenDocument 中控制可见性。...addNote () { $presentation = new Presentation (); try { $slide...accessNote () { $presentation = new Presentation ( "note.pptx" );...

    docs.aspose.com/slides/zh/php-java/examples/ele...
  5. Glyphs and Metrics of TrueType Fonts | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to work with glyphs and metrics of TTF fonts within .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/net/glyphs-and-metrics-tru...
  6. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to create and format bulleted, picture, multilevel, and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET....string text ) { var paragraph = new Paragraph (); paragraph . ParagraphFormat...; } using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/manage-lists/
  7. How To Create Aspose.Tasks Project Calculation ...

    Learn how to create and configure different calculation modes for your projects in Aspose.Tasks....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/project-calculation-m...
  8. Paragraph | Aspose.Words for Java

    Represents a paragraph of text in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...
  9. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...ByteArrayOutputStrea dstStream = new ByteArrayOutputStrea (); // save...

    docs.aspose.com/diagram/java/save-visio-document/
  10. Strange result of compare document with lists -...

    Hello, I have problem with compare logic between document in case when I add lists to documents with different styles. After exporting result I do not see any differences (revision collection is empty). Here is the exam…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...doc2 = new Document(); DocumentBuilder builder2 = new DocumentBuilder(doc2);...

    forum.aspose.com/t/strange-result-of-compare-do...