Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 17,544 for

custom data

(0.12 sec)
  1. Mail Merge in MS Word using C#

    Follow this article to perform mail merge in MS Word using C#. It has all the details to set the IDE, a list of steps, and a complete sample code for demonstrating mail merge for Word using C#....code; hence, no input file or data is required to execute this...sample XML file containing input data for the mail merge template...

    kb.aspose.com/words/net/mail-merge-in-ms-word-u...
  2. Aspose::Words::Drawing::Charts::ChartNumberForm...

    Aspose::Words::Drawing::Charts::ChartNumberFormat::get_IsLinkedToSource method. Specifies whether the format code is linked to a source cell. Default is true in C++....(); // Clear the chart's demo data series to start with a clean...get_Series () -> Clear (); // Add a custom series to the chart with categories...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Facing Issue in percentage formatting - Free Su...

    Hi I am trying to export excel where I am getting some Data in decimal format and I need to convert that Data in percentage format I am using below method in .Net Core, private static void FormatPercentCell(Aspose.Cell…...some data in decimal format and I need to convert that data in...style = cell.GetStyle(); style.Custom = “0.00%”; cell.SetStyle(style);...

    forum.aspose.com/t/facing-issue-in-percentage-f...
  4. Convert PDF to PowerPoint in .NET|Aspose.PDF fo...

    Aspose.PDF allows you to convert PDF to PPT (PowerPoint) format using .NET. One way there is a possibility to convert PDF to PPTX with Slides as Images....requirements from many of our customers to support the capability...// For complete examples and data files, visit https://github...

    docs.aspose.com/pdf/net/convert-pdf-to-powerpoint/
  5. CustomPart.ContentType | Aspose.Words for .NET

    Discover how the CustomPart ContentType property defines your Custom part's content type, enhancing functionality and user experience....Specifies the content type of this custom part. public string ContentType...access a document’s arbitrary custom parts collection. Document...

    reference.aspose.com/words/net/aspose.words.mar...
  6. View and Update Excel Properties Online or Upda...

    View and modify Excel properties through online app for free. Java API code to update and add Excel properties.... Get all custom properties via getBuiltInDocumentPr()...Metadata Java Code: Add Excel Custom Properties Develop Excel Metadata...

    products.aspose.com/total/java/metadata/excel/
  7. Aspose::Words::Drawing::Charts::AxisTimeUnit en...

    Aspose::Words::Drawing::Charts::AxisTimeUnit enum. Specifies the unit of time for axes in C++....Days 1 Specifies that the chart data shall be shown in days. Months...Months 2 Specifies that the chart data shall be shown in months. Years...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. NuGet Gallery | Aspose.Cells 25.3.0

    A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.... OLE objects, and filtering data—all using C#. With extensive...worksheet. Add and Retrieve Data Add data to specific cells and retrieve...

    www.nuget.org/packages/Aspose.Cells
  9. Import PDF to OneNote | Aspose.Note Documentation

    This guide provides instructions on importing PDFs into OneNote using .NET APIs....app About About Us Contact Customers Legal Security Events Acquisition...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/note/net/import/import-from-pdf/
  10. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in formatting the number…...ToUInt16(20); var data = showCost ? costValues : values;...values; for (int i = 0; i < data.Count; i++) { var dp = series...

    forum.aspose.com/t/aspose-slides-waterfall-char...