Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 213,190 for

new

(0.14 sec)
  1. ChartDataLabelCollection.format property | Aspo...

    ChartDataLabelCollection.format property. Provides access to fill and line formatting of the data labels....let doc = new aw . Document (); let builder = new aw . DocumentBuilder.... series . clear (); // Add new series. let series = chart ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Find an replace with multiple line - Free Suppo...

    Hi I need to replace a text in pdf with multiple lines , example test1 => test1 test2 test3. i tried to add \n but it does not work. It adds space like test1 test2 test3. we are using TextFragmentAbsorber to find…...find the text and then set the new text with line breaks. However...setText method to include the new lines. Here’s an example of how...

    forum.aspose.com/t/find-an-replace-with-multipl...
  3. Working with User Configuration on Server|Docum...

    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....NetworkCredential credentials = new NetworkCredential ( username...UserConfigurationNam userConfigName = new UserConfigurationNam ( "inbox...

    docs.aspose.com/email/java/working-with-user-co...
  4. How to add Square Annotation using .NET | Aspos...

    Source code on C# to add Square annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/net/annotation/square/add/
  5. How to add Circle Annotation using C++ | Aspose...

    Source code to add Circle annotations in PDF file on any platform with C++ language...instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( System . IO . Path...

    products.aspose.com/pdf/cpp/annotation/circle/add/
  6. Aspose::Words::Fonts::FontSettings::get_Default...

    Aspose::Words::Fonts::FontSettings::get_DefaultInstance method. Static default font settings in C++....instance to use the "Courier New" font // as a backup substitute...set_DefaultFontName ( u "Courier New" ); ASSERT_TRUE ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. PDF converted from Word has extra row and pushe...

    Hi, When converting a DOCX to PDF using Aspose.Words, we noticed an extra row was created on the first page text and eventually pushed some content into next page, resulting in extra page created. Code: var doc = New …... Code: var doc = new Document(@".\test.docx"); doc...doc.Save(@".\out.pdf", new PdfSaveOptions()); I’ve attached test...

    forum.aspose.com/t/pdf-converted-from-word-has-...
  8. Master Slide|Aspose.Slides Documentation

    Manage master slides in C# with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument....example shows how to create a new master slide by cloning the default...Add_Master_Slide () { using var pres = new Presentation (); // Clone the...

    docs.aspose.com/slides/net/examples/elements/ma...
  9. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = New FileStream(input, F…...(var ms = new FileStream(input, FileMode.Open)) wbc = new Workbook(ms...Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); try { var engine =...

    forum.aspose.com/t/xlookup-returns-value/322497
  10. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...lic"); var cellsLic = new Aspose.Cells.License(); cellsLic...; HtmlSaveOptions options = new() { ExportImagesAsBase64 = true...

    forum.aspose.com/t/graphic-elements-in-html-are...