Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 20,482 for

custom data

(0.16 sec)
  1. AxisScaling.maximum property | Aspose.Words for...

    AxisScaling.maximum property. Gets or sets the maximum value of the axis....chart # Clear the chart's demo data series to start with a clean... series . clear () # Add a custom series containing date/time...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartAxis.has_minor_gridlines property | Aspose...

    ChartAxis.has_minor_gridlines property. Gets or sets a flag indicating whether the axis has minor gridlines....chart # Clear the chart's demo data series to start with a clean... series . clear () # Add a custom series containing date/time...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Export CSV to ODT in Android or with free Onlin...

    Android API to Convert CSV to ODT without using Microsoft Word or online. Test free CSV to ODT online converter quickly before integrating the code....Converter for CSV to ODT Remove Custom Properties from CSV File in...remove custom properties of CSV document. To remove custom properties...

    products.aspose.com/total/android-java/conversi...
  4. Change Image Brightness using C#

    Follow this article to change image brightness using C#. It has details to set the IDE, a list of steps, and a sample code to increase brightness of image using C#....RasterImage class Load all pixel data into memory to improve the performance...to RasterImage, cache image data into memory for improved performance...

    kb.aspose.com/imaging/net/change-image-brightne...
  5. Slide Text Extraction: PPT, PPTX, ODP Essential...

    Turn slides into Data: extract text from PPT, PPTX, and ODP for search, automation, and accessibility, with format insights—usable in Java and cloud platforms....automating business processes , data analytics , and streamlining...quick retrieval of pertinent data from large presentation archives...

    docs.aspose.com/slides/java/slide-text-extracti...
  6. JVM heapspace getting filled when creating PST ...

    I’m trying to use the email library for java to create a PST file but no matter what I do, the heap space is saturating when the PST file reaches around 2gb (Allocated around 8gb max space). Then the thread blocks for a …...to read a large PST from a custom Inputstream. If I provide the...identified because I will be using custom input/outputstreams. I got...

    forum.aspose.com/t/jvm-heapspace-getting-filled...
  7. Extract text or images from PDF using C++ | Asp...

    Simple demo source code to extract text and images from PDF files on any platform with C++ language.... Extract PDF data: texts, images, forms, fields...Extract Fonts from PDF Extract Data from the Form Extract Text From...

    products.aspose.com/pdf/cpp/parser/
  8. Working with GridWeb|Documentation

    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....Excel files - complete with data, formatting, charts, images...GridWeb control to make their data easier to read. Changing Width...

    docs.aspose.com/cells/java/working-with-gridweb/
  9. Opening Files with Different Formats|Documentation

    Aspose.Cells for .NET API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... Data is stored as a table where each...Excel to export spreadsheet data to CSV. Opening CSV files and...

    docs.aspose.com/cells/net/opening-files-with-di...
  10. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...接口,该接口具有一个 Calculate(CalculationData data) 方法。该方法会针对所有公式进行调用。在这个方法中,我们捕获了...CalculationData & data ) override { U16String funcName = data . GetFunctionName...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...