Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 150,874 for

2

(0.21 sec)
  1. Inline.IsMoveToRevision | Aspose.Words for .NET

    Discover how the IsMoveToRevision property in Microsoft Word tracks object movements. Ensure accurate change tracking for seamless document editing!...( runs [ 2 ]. IsInsertRevision , Is . True ); // 2 - A "format"...changes. Assert . That ( runs [ 2 ]. IsFormatRevision , Is . True...

    reference.aspose.com/words/net/aspose.words/inl...
  2. Inline.IsFormatRevision | Aspose.Words for .NET

    Discover the Inline IsFormatRevision property in Microsoft Word. It indicates if object formatting changed with change tracking enabled, enhancing document management....( runs [ 2 ]. IsInsertRevision , Is . True ); // 2 - A "format"...changes. Assert . That ( runs [ 2 ]. IsFormatRevision , Is . True...

    reference.aspose.com/words/net/aspose.words/inl...
  3. FlattenAllFields Thread Safety Issue Introduced...

    We are experiencing exceptions being raised when using Aspose.Pdf.Facades.Form.FlattenAllFields in multi-threaded scenarios in versions after Aspose PDF 24.1.0. See attached repro. FlattenAllFieldsTest.zip (237.0 KB) F…...ali November 11, 2024, 9:28pm 2 @ejohnsonlrs We have opened the...ejohnsonlrs December 17, 2025, 2:49pm 3 I have not seen this issue...

    forum.aspose.com/t/flattenallfields-thread-safe...
  4. Aspose::Words::Drawing::JoinStyle enum | Aspose...

    Aspose::Words::Drawing::JoinStyle enum. Line join style in C++.... Round 2 Draw an arc between the two edges...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. TxtSaveOptions.save_format property | Aspose.Wo...

    TxtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... writeln ( 'Paragraph 2.' ) builder . write ( 'Paragraph...paragraph. \n\n\t ' + 'Paragraph 2. End of paragraph. \n\n\t ' +...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose.3D Create sphere with material | product...

    Learn how to create a 3D scene with a Sphere object and has material definition.... //ExStepSummary:2: The following code shows how...CreateChildNode(sphere); //ExStep:2- //create a new material and apply...

    products.aspose.com/3d/tutorial/create-sphere-w...
  7. OutlineOptions.DefaultBookmarksOutlineLevel | A...

    Discover how the DefaultBookmarksOutlineLevel property enhances your Word documents by optimizing bookmark visibility in the outline. Boost productivity today!...document outline at level 1; 2 for level 2 and so on. Default is 0...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Missing “Cambria Math” Font in a .NET Linux Doc...

    Hi team, We are facing a font issue in the .net application hosted in a linux container. Could you help us with the library that we can add in the dockerfile for the following font error: System.Collections.Generic.Ke…...Dictionary 2.get_Item(TKey key) at . . (String...potapov January 30, 2026, 12:52pm 2 @aditijain3 , Thank you for contacting...

    forum.aspose.com/t/missing-cambria-math-font-in...
  9. How to tag tables to a page number in word docu...

    I am reading a word document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The word document has lot of tables which could be splitted to next page. The python-do…...do it correctly: k="Appendix-2 copy.docx" doc = aw.Document(k)...Discourse June 19, 2025, 9:49am 2 @pratik122354 Cause It appears...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...
  10. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。... merge ( 5 , 2 , 2 , 3 ); // Input data into C6...const cell = cells . get ( 5 , 2 ); cell . value = "This is my...

    docs.aspose.com/cells/zh/javascript-cpp/merging...