Sort Score
Result 10 results
Languages All
Labels All
Results 8,971 - 8,980 of 149,114 for

2

(0.1 sec)
  1. RunCollection class | Aspose.Words for Node.js

    Aspose.Words.RunCollection class. Provides typed access to a collection of [Run](../run/) nodes... at ( 2 ). isInsertRevision ). toEqual ( true ); // 2 - A "format"...changes. expect ( runs . at ( 2 ). isFormatRevision ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Manage Slide Transitions in Presentations Using...

    Customize slide transitions in JavaScript with Aspose.Slides for Node.js via Java, with step-by-step guidance for PowerPoint and OpenDocument presentations....comb type transition on slide 2 presentation . getSlides (). get_Item...comb type transition on slide 2 pres . getSlides (). get_Item...

    docs.aspose.com/slides/nodejs-java/slide-transi...
  3. 能否获取到增量获取变化的单元格数据 - Free Support Forum - aspose...

    您好, 如何增量获取变化的单元格数据 场景:java处理有公式的excel,假设我只修改了一个单元格,能否获取到这个修改的单元格对应的行? 然后java保存入库....Discourse May 20, 2025, 12:20am 2 @feng.qun.zhu.avaryholding.com...我的excel里是有公式的,假如以下场景 A1 B1 2 C1 SUM(A1+B1) java设置A1=2,那C1会跟着变, 我设置A1的时...

    forum.aspose.com/t/topic/312881
  4. Rendering Project Data to XAML | Aspose.Tasks D...

    Learn how to render a project as XAML using Aspose.Tasks for Java....mpp" ); 2 project. save ( "NewProductDev...Project( "NewProductDev.mpp" ); 2 SaveOptions options = new XamlOptions();...

    docs.aspose.com/tasks/java/rendering-project-da...
  5. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java...."AW Category 1" , "AW Category 2" }; // Adding new series. Value...categories , new double [] { 1 , 2 }); ChartSeries series2 = seriesColl...

    docs.aspose.com/words/java/working-with-charts/
  6. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...AppendChild(new Run(glossaryDoc, "Header 2")); doc.Save(@"Template.dotx");...Discourse July 14, 2025, 6:43pm 2 @bingxie Cause The System.InvalidOperationExce...

    forum.aspose.com/t/cannot-append-text-to-tables...
  7. MappedDataFieldCollection Class | Aspose.Words ...

    Discover Aspose.Words.MailMerging.MappedDataFieldCollection for seamless mapping of data source fields to mail merge fields, enhancing document automation.... EqualTo ( 2 )); using ( IEnumerator < KeyValuePair...<summary> /// Create a document with 2 MERGEFIELDs, one of which does...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Extract SEO-oriented fields from JSON header an...

    The process involves analyzing the JSON structure for relevant metadata and extracting necessary information for SEO purposes....cpio" )) { 2 File fi1 = new File( "text.txt"...archive = new CpioArchive()) { 2 archive. createEntries ( "C:\\folder"...

    docs.aspose.com/zip/java/cpio-archiving/
  9. 从TTF文件加载字体| C++

    C ++ API解决方案即使此文件不是字体Inself,也可以从硬盘驱动器上加载字体。让我们看一下如何从TTF文件中制作它。...using namespace Aspose::Font; 2 using namespace Aspose::Font::Sources;...// Construct path to the file 2 System::String fontPath = Sys...

    docs.aspose.com/font/zh/cpp/how-to-load-fonts/l...
  10. Convert BMP to EPS using API for C++

    BMP to EPS conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....C++ It is necessary to do just 2 steps in order to perform BMP...com/aspose-page/Aspose.Page-for-C 2 3 // The path to the documents...

    docs.aspose.com/page/zh/cpp/convert/bmp-to-eps/