Sort Score
Result 10 results
Languages All
Labels All
Results 9,641 - 9,650 of 224,718 for

new

(1.5 sec)
  1. Metered License Applied but GetConsumptionCredi...

    var metered = New Metered(); metered.SetMeteredKey(“PUBLIC_KEY”, “PRIVATE_KEY”); decimal consumed = Metered.GetConsumptionQuantity(); decimal credit = Metered.GetConsumptionCredit(); bool isLicensed = Metered.IsMeter…...2025, 6:12am 1 var metered = new Metered(); metered.SetMeteredKey(“PUBLIC_KEY”...IsMeteredLicensed(); var doc = new Document(“test.docx”); doc.Save(“output...

    forum.aspose.com/t/metered-license-applied-but-...
  2. Managing Task Durations in PHP | Aspose.Tasks D...

    Learn how to manage Microsoft Project (MPP/XML) task durations using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/managing-durations-i...
  3. 幻灯片|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中控制幻灯片:创建、克隆、重新排序、调整大小、设置背景,并对 PPT、PPTX 和 ODP 演示文稿应用过渡效果。...addSlide () { let presentation = new aspose . slides . Presentation...accessSlide () { let presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  4. Waterfall chart Data labels are not getting rem...

    https://forum.aspose.com/t/waterfall-chart-data-labels-are-not-getting-removed/324570/9 NewOutput.zip (10.0 KB)...// Create a new workbook Workbook workbook = new Workbook();...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/waterfall-chart-data-labels-...
  5. ChartDataPointCollection | Aspose.Words for Java

    Represents collection of a ChartDataPoint in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Smart marker with nested objects (map / list) f...

    Hi, I’m working with a Json data with nested objects that fail to work with horizontal parameter. It returns some internal reference instead of the actual data: (e.g. com.aspose.cells.t_e@6179e425) Here is a code snipp…...with: try { Workbook workbook = new Workbook(); Worksheet worksheet...ByteArrayOutputStrea outputStream = new java.io.ByteArrayOutputStrea();...

    forum.aspose.com/t/smart-marker-with-nested-obj...
  7. 如何使用JavaScript通过C++在工作表中添加/插入文本框|Documentation

    如何在Aspose.Cells for Java脚本中通过C++在工作表中添加/插入文本框...open it; otherwise create a new workbook let workbook ; if (...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/add-tex...
  8. TaskPane Class | Aspose.Words for .NET

    Discover the Aspose.Words.WebExtensions.TaskPane class, your key to creating powerful add-in task panes for enhanced document editing and productivity.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  9. Formula text containing local absolute cell ref...

    In copying a particular range of cells from one workbook to another, I found that cells with formula text containing a local absolute cell reference, e.g. =$F$3, do not get adjusted according to the location of the desti…...the destination range in the new workbook, while Excel Interop/VBA...workbook Workbook sourceWorkbook = new Workbook("source.xlsx"); Worksheet...

    forum.aspose.com/t/formula-text-containing-loca...
  10. The type initializer for 'SkiaSharp.SKObject' t...

    I am facing the following error while using Aspose.Words for .NET and Aspose.Cells for .NET (latest versions of both). The issue happens only when web app is deployed Linux based environment. I am using Docker to deploy …...Word document Document doc = new Document(memStream); // Apply...translatedDocument = new Document(); DocumentBuilder builder = new Documen...

    forum.aspose.com/t/the-type-initializer-for-ski...