Sort Score
Result 10 results
Languages All
Labels All
Results 8,551 - 8,560 of 157,592 for

2

(1.17 sec)
  1. 关于多个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
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. CAB composition in C# | Aspose.Zip for .NET

    C# library allows you to compose CAB archive....(CabArchive archive = new CabArchive()) 2 { 3 archive.CreateEntry( "alice29...File.OpenRead( "alice29.txt" )) 2 { 3 CabEntrySettings settings...

    docs.aspose.com/zip/net/cab-composition/
  7. Getting intermittent "This license file is corr...

    I have the same problem as described here. We have batch processes creating 10s of thousands of Excel files with Aspose Cells, and about a dozen each run get the “This license file is corrupted” error, typically around t…...Family cells-net khs May 11, 2026, 2:07pm 1 I have the same problem...and we use a recent version (26.2.0). Anything we can do to prevent...

    forum.aspose.com/t/getting-intermittent-this-li...
  8. Aspose::Words::TabStopCollection::Add method | ...

    Aspose::Words::TabStopCollection::Add method. Adds or replaces a tab stop in the collection in C++....get_TabStops () -> Add ( tabStop ); // 2 - Pass the values for properties...Writeln ( u "Start \t Tab 1 \t Tab 2 \t Tab 3 \t Tab 4" ); doc -> Save...

    reference.aspose.com/words/cpp/aspose.words/tab...
  9. Tif to jpg - Free Support Forum - aspose.com

    感谢您的查看和帮助! Tif转JPG,属性里面有下面的属性,我不希望有这些数据,如何删除? 分辨率单位:2 颜色表示:sRGB 我在 tiffFrame.Save(jpgFilePath, jpgOptions);后加了一个RemoveSpecificMetadata方法用来删除分辨率单位:2、颜色表示:sRGB可以实现需求,但是文件流保存了两次,影响性能,是否可以在 tiffFrame.Save(jpgFilePath, jp…... 分辨率单位:2 颜色表示:sRGB 我在 tiffFrame.Save(jpgFilePath...单个TIF文件内部多帧并行处理,显著提升处理速度 /// 2. 使用ConcurrentDictionary保证页码顺序,解决并行乱序问题...

    forum.aspose.com/t/tif-to-jpg/324175
  10. LINQ Reporting Engine – How to Join Two Arrays ...

    Hi Aspose Team, I’m using Aspose.Words with the LINQ Reporting Engine, and I have a JSON data source with two separate arrays: one contains person names and IDs, and the other contains addresses and person IDs. I want t…..."name": "John Doe" }, { "personId": 2, "name": "Jane Smith" } ], "addresses":..."123 Main St" }, { "personId": 2, "address": "456 Elm St" } ] }...

    forum.aspose.com/t/linq-reporting-engine-how-to...