Sort Score
Result 10 results
Languages All
Labels All
Results 6,551 - 6,560 of 213,190 for

new

(0.15 sec)
  1. How to Add Data Validation in Excel using C#

    This short tutorial guides on how to add data validation in Excel using C#. It provides complete details for IDE settings and a runnable sample code to create drop down selection in Excel using C#....on an existing workbook or a new workbook by using reference data...existing worksheet or by adding a new list of data and then saving...

    kb.aspose.com/cells/net/how-to-add-data-validat...
  2. Edit HTML in C# – Aspose.HTML for .NET

    Code to edit HTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an HTML document....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/editor/html/
  3. 使用C++通过JavaScript设置图表外观|Documentation

    了解如何在Aspose.Cells for Java脚本通过C++中配置图表的外观。我们的指南将向你展示如何修改图表布局、颜色、字体和效果,以实现理想的视觉风格,并增强你的工作表。...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...{ workbook = new Workbook (); } // Adding a new worksheet to...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  4. FootnoteOptions | Aspose.Words for Java

    Represents the footnote numbering options for a document or section in Java.... Document doc = new Document(getMyDir() + "Footnotes...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. StructuredDocumentTag.DateDisplayLocale | Aspos...

    Customize date formats with the StructuredDocumentTag DateDisplayLocale property. Enhance user experience by setting preferred language formats effortlessly.... Document doc = new Document (); // Insert a structured...StructuredDocumentTa sdtDate = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  6. PdfSaveOptions.EncryptionDetails | Aspose.Words...

    Discover PdfSaveOptions' EncryptionDetails property to easily configure PDF encryption settings, ensuring your documents remain secure and protected....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfEncryptionDetails encryptionDetails = new PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Convert PowerPoint Presentations to Animated GI...

    Easily convert PowerPoint presentations (PPT, PPTX) to animated GIFs with Aspose.Slides for Android via Java. Fast, high-quality results....settings: Presentation pres = new Presentation ( "pres.pptx" );...in Java: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/androidjava/convert-powe...
  8. PDF to DOC Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one DOC single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-doc/
  9. JPEG to PDF Merge using C++ | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add image to new PDF page...

    products.aspose.com/pdf/cpp/merger/jpeg-to-pdf/
  10. Aspose.cell 读取Excel模板时 嵌入式图片转丢了 - Free Support ...

    测试代码如下: public void testImage111() throws Exception { String template = "files/template.xlsx"; Workbook book = New Workbook(template); book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd"); …...xlsx"; Workbook book = new Workbook(template); book.getWorksheets()...如果要WPS兼容,使用以下代码: Workbook workbook = new Workbook(dir + “Template.xlsx”);...

    forum.aspose.com/t/aspose-cell-excel/308462