Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 75,327 for

values

(0.44 sec)
  1. Document metadata (e.g. Title, Author) gets cle...

    Hello, We have noticed a new issue in Aspose.Words 25.10, where document metadata such as title, author gets cleared after performing document.compare with some other document (note there may be more, however some of th…...10 and log the property values before and after compare ....afterwards: // Save original values String author = mainDocument...

    forum.aspose.com/t/document-metadata-e-g-title-...
  2. Bug 5288: Shapefile to MapInfoTab- Conversion f...

    Hi Alexander, I moved to new version 26.5 and here my results: Test data(input/output/QGIS) Error: shapefile16.7z (55.4 KB) [ShapefileTest] Testing Shapefile → MapInfoTab Args: input=‘D:\GisConverter\Tests\Shapefile…...handle directly (for example M/Z values, unsupported encodings, or...if the source contains M/Z values (MapInfo Tab does not support...

    forum.aspose.com/t/bug-5288-shapefile-to-mapinf...
  3. How to Add Data Bars Conditional Formatting|Doc...

    How to use the Aspose.Cells for Python via .NET library to apply Data Bars conditional formatting. By adjusting these criteria, you have more control over how cells look and appear.... Visual Comparison of Values: Data bars turn numbers into...making it super easy to compare values side by side — like a mini...

    docs.aspose.com/cells/python-net/how-to-add-dat...
  4. Opening Files with Different Formats with Node....

    Aspose.Cells for Node.js via C++ API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc....Comma-separated values (CSV), Tab Delimited or Tab-separated values (TSV)...Comma-separated values (CSV), Tab Delimited or Tab-separated values (TSV)...

    docs.aspose.com/cells/nodejs-cpp/opening-files-...
  5. Calculate Formulas|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk.... The values of the cells used in the formula...to find the result of those values based on some Microsoft Excel...

    docs.aspose.com/cells/net/calculate-formulas/
  6. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_LeftMode method. Gets or sets the interpretation mode of the Left property value: whether it sets the location of the data label from the left edge of the chart of from the position specified by its Position property in C++....interpretation mode of the Left property value: whether it sets the location...String > ( dataLength ); auto values = System :: MakeArray < double...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Setting Print Options|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Aspose.Cells for Python via .NET API. You can set the Print Area, Print Titles and Page Order....PrintErrorsType that contain pre‑defined values to be assigned to the respective...properties. The pre‑defined values in the PrintCommentsType enumeration...

    docs.aspose.com/cells/python-net/setting-print-...
  8. Aspose email for Java (version 25.9-jdk16) does...

    References: <foo@anvamail3.example.org> <bar@anvamail3.example.org> References: <baz@anvamail3.example.org> <quux@anvamail3.example.org> The second header is read correctly, the first however (multi-line) is skippe…...correctly parse multi-line header values, specifically the ‘References’...is present Try accessing the values using message.getHeaders()...

    forum.aspose.com/t/aspose-email-for-java-versio...
  9. Calculating IFNA function using Aspose.Cells wi...

    How to calculate the IFNA function using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, you can use the methods provided by Aspose.Cells to calculate the IFNA function and obtain the result. Finally, you save the modified Excel file to disk....The IFNA function returns the value you specify if the formula returns...returns the #N/A error value; otherwise, it returns the result...

    docs.aspose.com/cells/cpp/calculating-ifna-func...
  10. Convert HEX to RGB in Python | Hexadecimal to RGB

    Learn how to convert HEX to RGB or RGBA color codes in Python. Includes a step-by-step guide, comparison table, and code examples.... Converting these values programmatically helps in generating...colors with explicit numerical values between 0 and 255. RGBA format...

    blog.aspose.com/svg/convert-hex-to-rgb-in-python/