Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 150,984 for

2

(0.11 sec)
  1. 动画图表|Aspose.Slides for Node.js via .NET 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... BySeries , 2 , aspose . slides . EffectType...EffectChartMajorGrou . ByCategory , 2 , aspose . slides . EffectType...

    docs.aspose.com/slides/zh/nodejs-java/animated-...
  2. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document document = new Document("input.docx"); for (int i = document.getSections().getCount() - 2; i >= 0; i--) { document.getLastSection().prependContent(document.getSections().get(i)); …...getCount() - 2; i >= 0; i--) { document.getLastSection()...Discourse May 9, 2025, 8:20pm 2 @Crane 要在删除分节符的同时保持书签不变,您可以在合...

    forum.aspose.com/t/topic/312511
  3. RowFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用Node.js通过C++创建高低收盘(HLC)股票图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建高低收盘股票图表。我们的逐步指南将演示如何在图表中绘制股票市场数据,包括最高价、最低价和收盘价,以便进行更好的分析和可视化。... get ( 2 ). getMarker (). setMarkerStyle...chart . getNSeries (). get ( 2 ). getMarker (). setMarkerSize...

    docs.aspose.com/cells/zh/nodejs-cpp/create-high...
  5. High CPU / Memory utilization on generating PDF...

    We faced this similar issue today. Code Snippet is as below PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCompliance(PdfCompliance.PDF_A_1_B); saveOptions.setAllColumnsInOnePagePerSheet(true); fo…...Product Family lyash December 2, 2022, 5:04am 1 We faced this...zhao December 3, 2022, 7:56am 2 @lyash Could you share your template...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  6. Html underline does not work when wrapping ital...

    Hi! The Html underline does not work with version 7.9.0 when it wraps the italic tag but it works when the italic tag wraps the underline tag. The sample code exposing the issue is below and I have attached a PDF file w…...Family jeanfrancoisrouleau May 2, 2013, 7:35am 1 Hi! The Html underline...Rouleau codewarior May 3, 2013, 2:12am 2 Hi Jean-François, Thanks for...

    forum.aspose.com/t/html-underline-does-not-work...
  7. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....Series 2, and Series 3 ; the rows are Category 1, Category 2, Category...workBook . getCell ( 0 , 2 , 0 , "Category 2" )); chart . getChartData...

    docs.aspose.com/slides/nodejs-java/chart-series/
  8. TxtSaveOptionsBase.exportHeadersFootersMode pro...

    TxtSaveOptionsBase.exportHeadersFootersMode property. Specifies the way headers and footers are exported to the text formats... writeln ( "Page 2" ); builder . insertBreak ( aw...toEqual ( "Page 1\r\n" + "Page 2\r\n" + "Page 3\r\n" + "Even header\r\n\r\n"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the document.... toEqual ( 2 ); // Each section has its own...pageSetup . textColumns . setCount ( 2 ); builder . writeln ( "Column...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartDataLabel.ShowCategoryName | Aspose.Words ...

    Enhance your charts with the ChartDataLabel ShowCategoryName property. Easily display category names on data labels for clearer insights and better visuals....( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,.... Series [ 1 ]. DataLabels [ 2 ]; dataLabel . Format . Fill ...

    reference.aspose.com/words/net/aspose.words.dra...