Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 26,423 for

data source

(0.36 sec)
  1. Render Worksheet to Graphic Context with C++|Do...

    Learn how to render a worksheet to a graphic context using Aspose.Cells for C++.... You can use any source Excel file to try this code...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " );...

    docs.aspose.com/cells/cpp/render-worksheet-to-g...
  2. Specify TrueType Fonts Location in Java|Aspose....

    Specify various TrueType font Sources: system folder, user Sources, loading fonts from a stream, a file system, or memory using Java....demonstrates how to specify user font sources. The FontSourceBase class is...used to specify various font sources. There are several implementations...

    docs.aspose.com/words/java/specify-truetype-fon...
  3. Remove Excel Password Protection Online or usin...

    Remove password from Excel document through online app for free. C++ API code to unlock password protected Excel files....(fontconfig and mesa-glu open-source packages) in [Product Docu...its ability to save and share data in various file formats. The...

    products.aspose.com/total/cpp/unlock/excel/
  4. 使用C++重用样式对象|Documentation

    在Aspose.Cells for C++中,通过创建和使用可重用的样式对象,可以简化样式管理并提高代码效率。我们的指南将帮助您利用可重用样式对象的优势,并将其实现于您的应用程序中。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/reusing-style-obje...
  5. Find cells with specific style|Documentation

    This article demonstrates how to find cells with specific style using MS Excel and Aspose.Cells for Java API....Please see the screenshot of the source and output files to analyze...“Found”. Screenshots Figure: Source file with cells having styles...

    docs.aspose.com/cells/java/find-cells-with-spec...
  6. Several TEXT Into HTML Java

    Merge multiple TEXT into HTML in Java code. Save TEXT as HTML using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/text-to-html/
  7. Several WORD Into PNG Java

    Merge multiple a Word document into PNG in Java code. Save a Word document as PNG using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } for ( int page...

    products.aspose.com/words/java/merge/word-to-png/
  8. Several HTML Into DOCX Java

    Merge multiple HTML into DOCX in Java code. Save HTML as DOCX using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/html-to-docx/
  9. Several HTML Into EPUB Java

    Merge multiple HTML into EPUB in Java code. Save HTML as EPUB using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/html-to-epub/
  10. Several HTML Into WORD Java

    Merge multiple HTML into WORD in Java code. Save HTML as WORD using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/html-to-word/