Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 155,356 for

2

(0.61 sec)
  1. FieldCompare Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldCompare class for effortless document comparison. Enhance your workflow with powerful, accurate field functionalities.... RightExpression = "2" ; field . Update (); // The COMPARE...Is . EqualTo ( " COMPARE 3 < 2" )); Assert . That ( field . Result...

    reference.aspose.com/words/net/aspose.words.fie...
  2. CustomXmlPropertyCollection.IndexOfKey | Aspose...

    Discover the CustomXmlPropertyCollection IndexOfKey method to easily find the zero-based index of any property in your collection. Enhance your coding efficiency!... That ( properties [ 2 ]. Value , Is . EqualTo ( "2003"...Count , Is . EqualTo ( 3 )); // 2 - Remove by name: properties ...

    reference.aspose.com/words/net/aspose.words.mar...
  3. CustomXmlPropertyCollection.Remove | Aspose.Wor...

    Effortlessly remove properties from your CustomXmlPropertyCollection with our Remove method. Streamline your data management today!... That ( properties [ 2 ]. Value , Is . EqualTo ( "2003"...Count , Is . EqualTo ( 3 )); // 2 - Remove by name: properties ...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Cell Background Color Settings|Documentation

    Guide to applying and previewing cell background colors in Aspose.Cells GridJS using the toolbar, modal, status bar, and JavaScript API.... 2. Table selection area How to start...= { "sri" : 2 , "sci" : 2 , "eri" : 2 , "eci" : 2 }; // Define...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  5. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for JavaScript via C++.... addTextBox ( 2 , 0 , 2 , 0 , 80 , 400 ); // Access...textBody . textParagraphs . get ( 2 ); p . alignmentType = TextAlignmentType...

    docs.aspose.com/cells/javascript-cpp/create-tex...
  6. Move PDF Pages programmatically C#|Aspose.PDF f...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for .NET.... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); // Save PDF document srcDocument...

    docs.aspose.com/pdf/net/move-pages/
  7. How to determine the object of an animation fra...

    How to determine the object of an animation frame sequence? var bindPoints = node.Scene.AnimationClips[0]?.Animations[0]?.BindPoints; foreach (var bp in bindPoints) { Console.WriteLine($"=== {bp.Name} ==="); st…...chou March 24, 2026, 1:51am 2 @LuoHui You can use BindPoint...version. LuoHui March 24, 2026, 2:37am 3 Understood, thanks for...

    forum.aspose.com/t/how-to-determine-the-object-...
  8. PPT中箭头虚线在导出图片的时候会变成实线 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 代码片段: def convert_to_jpg(...): ... with slides_module.Presentation(ppt_path) as presentation: for i…...2 KB) 导出JPG图片样式: image.png (44.3...Discourse December 3, 2025, 3:17am 2 @MangoAspose 概要 在 Linux 环境下使用...

    forum.aspose.com/t/ppt/322437
  9. Aspose::Words::Markup::CustomXmlPropertyCollect...

    Aspose::Words::Markup::CustomXmlPropertyCollection::get_Count method. Gets the number of elements contained in the collection in C++...."2003" , properties -> idx_get ( 2 ) -> get_Value ()); ASSERT_EQ...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. DocumentVisitor.VisitGlossaryDocumentEnd | Aspo...

    Explore the VisitGlossaryDocumentEnd method in DocumentVisitor. Learn how it enhances glossary document enumeration for efficient data management....glossaryDoc ) { Name = "Block 2" }; glossaryDoc . AppendChild.... EqualTo ( "Block 5" )); // 2 - Get a building block by index:...

    reference.aspose.com/words/net/aspose.words/doc...