Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 26,709 for

data source

(0.94 sec)
  1. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/locking-wordart-water...
  2. 在工作簿的VBA项目中添加库引用|Documentation

    学习如何使用Aspose.Cells for C++向VBA项目添加或注册库引用。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/add-a-library-refe...
  3. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  4. Microsoft Excel Spreadsheet Management Library|...

    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....2007/2010/2013) from different sources. Save Excel files (Excel 97...the worksheet. Make selected data remain visible while scrolling...

    docs.aspose.com/cells/net/microsoft-excel-sprea...
  5. Compress DOCX In C++

    Compress DOCX in C++ without losing quality. Optimize DOCX content, reduce file size easily....original quality and baseline data This is a professional solution...Delete unnecessary and unused data. Shrink the size of a DOCX file...

    products.aspose.com/words/cpp/compress/docx/
  6. Remove ODS Annotation Online or Manage Annotati...

    delete comments from ODS file through online app for free. Java API code to manage comments of ODS files....Improve Budgeting, Research Data & Community Surveys Annotating...and communities using open-source spreadsheets for shared budgeting...

    products.aspose.com/total/java/annotate/ods/
  7. Supported file formats|Documentation

    File formats supported by Aspose.OMR for C++ for printing templates, scaning or taking a photo of completed forms, and returning recognition results....Contents [ Hide ] Template sources Aspose.OMR for C++ supports...Printable forms Once the template source code is ready, you can generate...

    docs.aspose.com/omr/cpp/supported-file-formats/
  8. Several WORD Into PDF Java

    Merge multiple a Word document into PDF in Java code. Save a Word document as PDF 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/word-to-pdf/
  9. Several WORD Into Image Java

    Merge multiple a Word document into Image in Java code. Save a Word document as Image 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-im...
  10. Several DOC Into PNG Java

    Merge multiple DOC into PNG in Java code. Save DOC 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/doc-to-png/