Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 28,279 for

data source

(1.77 sec)
  1. 数据验证与C++|Documentation

    学习如何通过Aspose.Cells for C++ API添加数据验证。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/data-validation/
  2. Aspose::Words::Document::get_MailMergeSettings ...

    Aspose::Words::Document::get_MailMergeSettings method. Gets or sets the object that contains all of the mail merge information for a document in C++....to specify a mail merge data source for a document and this information...information (along with the available data fields) will appear in Microsoft...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/chart-to-image/
  4. ImageData.is_link_only property | Aspose.Words ...

    ImageData.is_link_only property. Returns ``True`` if the image is linked and not stored in the document....to edit a shape’s image data. img_source_doc = aw . Document (...+ 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImageData.title property | Aspose.Words for Python

    ImageData.title property. Defines the title of an image....to edit a shape’s image data. img_source_doc = aw . Document (...+ 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 4542 -Gml SourceDriverOptions -RestoreSchema - ...

    Hi Aleaxnder, 1.I used: .if (SourceFormat.Equals(“Gml”, StringComparison.OrdinalIgnoreCase)) { options.SourceDriverOptions = new GmlOptions { RestoreSchema = true }; } What is meaning of using RestoreSchema ? 3.…...RestoreSchema or not for input data? Thanks, Professionalize.GIS...builds a schema that matches the source. This is useful when you need...

    forum.aspose.com/t/4542-gml-sourcedriveroptions...
  7. ImageData.bi_level property | Aspose.Words for ...

    ImageData.bi_level property. Determines whether an image will be displayed in black and white....to edit a shape’s image data. img_source_doc = aw . Document (...+ 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Opening Files with Different Formats with Node....

    Aspose.Cells for Node.js via C++ API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... join ( __dirname , "data" ); // Opening SpreadsheetML...= path . join ( __dirname , "data" ); const filePath = path ....

    docs.aspose.com/cells/nodejs-cpp/opening-files-...
  9. Aspose::Words::Drawing::ImageData::get_BiLevel ...

    Aspose::Words::Drawing::ImageData::get_BiLevel method. Determines whether an image will be displayed in black and white in C++....how to edit a shape’s image data. auto imgSourceDoc = System...// Import a shape from the source document and append it to the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Hello, world!|Documentation

    Get started with Aspose.OCR for C++ by creating and running a bare minimum example....your computer under the name source.png : For simplicity, this...file = "source.png" ; AsposeOCRInput source ; source . url =...

    docs.aspose.com/ocr/cpp/hello-world/