Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 155,198 for

2

(0.17 sec)
  1. Aspose.word for net 使用GetShapeRenderer().Save渲染...

    ImageSaveOptions imageOptions = new ImageSaveOptions(SaveFormat.Png); imageOptions.PaperColor = Color.Transparent; imageOptions.Resolution = 200; // 设置分辨率 var memoryStream = new MemoryStream(); shape.GetShapeRe…...words-net Calvin95 October 28, 2025, 2:22am 1 ImageSaveOptions imageOptions...Discourse October 28, 2025, 2:23am 2 @Calvin95 在使用 GetShapeRenderer()...

    forum.aspose.com/t/aspose-word-for-net-getshape...
  2. Document.Print | Aspose.Words for .NET

    Effortlessly print your entire document to your default printer with our streamlined Document Print method. Enjoy fast, hassle-free printing!... Print (); // 2 - Specify a printer that we wish...default printer: doc . Print (); // 2 - Specify a printer that we wish...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Attain word document compatibilityMode value - ...

    Hello team. We need to know the Compatibility Mode of a DOCX in order to fully implement the solution for the issue mentioned in this thread: https://forum.aspose.com/t/document-bookmark-misplaced-in-the-last-document-…...Discourse February 10, 2026, 9:21pm 2 @oraspose You want to read the...getCompatibilityOpti().optimizeFor(...) [2]. There is no public getter in...

    forum.aspose.com/t/attain-word-document-compati...
  4. 以编程方式移动 PDF 页面 C#|Aspose.PDF for .NET

    尝试使用 Aspose.PDF for .NET 在所需位置或 PDF 文件末尾移动页面。... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); // Save PDF document srcDocument...

    docs.aspose.com/pdf/zh/net/move-pages/
  5. DocumentBuilder.move_to method | Aspose.Words f...

    DocumentBuilder.move_to method. Moves the cursor to an inline node or to the end of a paragraph....BOOKMARK_END , first_paragraph_nodes [ 2 ] . node_type ) # The document...writeln ( 'Run 2. ' ) self . assertEqual ( 'Run 2. \r Run 1.' ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.moveTo method | Aspose.Words fo...

    DocumentBuilder.moveTo method. Moves the cursor to an inline node or to the end of a paragraph.... at ( 2 ). nodeType ). toEqual ( aw ....run. builder . writeln ( "Run 2. " ); expect ( doc . getText ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Specific file fails to open with ToDouble error...

    I have a specific file from a customer that is failing when I call new Project(FileStream fs). I am attaching the file. The exception is: System.InvalidOperationException HResult=0x80131509 Message=ToDouble: encounte…...#=zMISY6U$$KGZc, IDictionary 2 #=z$FkpQLDRu9RZqVKadg==) at #...8Ss=.#=zRIpsRuE=(IDictionary 2 #=zcCJlPriNaP4XBDC43g==) at #...

    forum.aspose.com/t/specific-file-fails-to-open-...
  8. 关于多个shape拼接成一个整体图的问题。 - Free Support Forum - as...

    我有一个需求,需要将多个shape拼接成一个组合,然后渲染保存为图片。请问是否可以做到? 下方是word文件。 test-shape.docx (47.9 KB)...中文技术支持 words-net Calvin95 March 2, 2026, 9:29am 1 我有一个需求,需要将多个s...KB) alexey.noskov March 2, 2026, 2:38pm 2 @Calvin95 您可以尝试使用以下代码:...

    forum.aspose.com/t/shape/326036
  9. ListFormat.list property | Aspose.Words for Nod...

    ListFormat.list property. Gets or sets the list this paragraph is a member of....writeln ( "Level " + i ); } // 2 - A bulleted list: // This list...writeln ( "Bulleted list item 2." ); builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldLink | Aspose.Words for Java

    Implements the LINK field in Java....docx", null, true); // 2 - A DDE field: builder.writeln("FieldDde:\n");...xlsx", "Sheet1!R2C2", true); // 2 - A DDE field: builder.writeln("FieldDde:\n");...

    reference.aspose.com/words/java/com.aspose.word...