Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 3,329 for

numeric

(0.14 sec)
  1. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties class. A collection of built-in document properties. To learn more, visit the documentation article in C++....security level of a document as a numeric value. get_SharedDocument ()...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. How to Format Number to Percentage|Documentation

    This article will introduce how to format number to percentage using Aspose.Cells for Node.js via C++ API....result as text rather than a numeric value formatted as a percentage...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...
  3. Convert PPTM to XLSB Format via Java or with fr...

    Convert PPTM to XLSB format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTM to XLSB online converter quickly before integrating the code.... Sharing numeric presentation content for real-time...

    products.aspose.com/total/java/conversion/pptm-...
  4. How to Add Icon Sets Conditional Formatting|Doc...

    How to use the Aspose.Cells for Python via .NET library to apply Icon Sets conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....steps: Select your range of numeric data. Example: B2:B20 (could...

    docs.aspose.com/cells/python-net/how-to-add-ico...
  5. Convert PPTX to DIF Format via Java or with fre...

    Convert PPTX to DIF format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTX to DIF online converter quickly before integrating the code.... Key Use Cases Extracting numeric data from PowerPoint tables...

    products.aspose.com/total/java/conversion/pptx-...
  6. Convert PPT to CSV Format via Java or with free...

    Convert PPT to CSV format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPT to CSV online converter quickly before integrating the code....extract tables, charts, and numeric data from presentations into...

    products.aspose.com/total/java/conversion/ppt-t...
  7. Combine XML Files in Python | Merge Two or More...

    Learn how to combine XML project files in Python. Merge two or more XML files into one unified project file using Aspose.Tasks for accurate project management....unique_name function appends numeric suffixes to keep task names...

    blog.aspose.com/tasks/combine-xml-files-in-python/
  8. HTML Search Input Generator – online tool and C...

    Generate HTML search input using Aspose.HTML, preview the result and copy the generated HTML and C# code to your website.... The size attribute is a numeric value indicating how many characters...

    products.aspose.com/html/net/generators/search/
  9. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…...non‑null MarginInfo with proper numeric values. Confirm you are on...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...
  10. Copied range does not update chart to use the e...

    When I copy a range using the below code, I expect the chart to update to reference the data within the destination, not the original. Scenario: In the below code, a chart is bound to A1:B5, then the sheet range A1:J10…...putValue(data[i][1]); // Value (numeric) cells.get(`C${row}`).putValue(data[i][2]);...

    forum.aspose.com/t/copied-range-does-not-update...