Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 63,493 for

import

(0.11 sec)
  1. Convert Customer Defined Class to Excel|Documen...

    Convert Customer Defined Class to Excel by using Aspose.Cells for Python via .NET API....classes, and if we want to import class information into an Excel...snippet demonstrating how to import data from a user-defined class...

    docs.aspose.com/cells/python-net/convert-custom...
  2. Aspose::Words::Fields::FieldImport::get_Graphic...

    Aspose::Words::Fields::FieldImport::get_GraphicFilter method. Gets or sets the name of the filter for the format of the graphic that is to be inserted in C++....how to insert images using IMPORT and INCLUDEPICTURE fields....set_ResizeVertically ( true ); // 2 - The IMPORT field: auto fieldImport = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Working with Message Attachments|Documentation

    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....attachment is inline or regular: import aspose.email as ae msg = ae...attachments to the local disk. import aspose.email as ae data_dir...

    docs.aspose.com/email/python-net/working-with-m...
  4. 在Jython中的缩放因子|Documentation

    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....cells import Settings from com . aspose . cells import Workbook...Workbook from com . aspose . cells import SaveFormat class ZoomFactor...

    docs.aspose.com/cells/zh/java/zoom-factor-in-jy...
  5. Convert PDF to Excel in Go|Aspose.PDF for Go vi...

    Aspose.PDF for Go allows you to convert PDF to XLSX format.... Import Required Packages. Open a PDF...PDF Document. package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-xlsx/
  6. Using WorkbookMetadata with Python.NET|Document...

    Learn how to manage workbook metadata efficiently using Aspose.Cells for Python via .NET API.... import os from aspose.cells import Workbook from...from aspose.cells.metadata import MetadataOptions , MetadataType...

    docs.aspose.com/cells/python-net/using-workbook...
  7. Setting Formula Calculation Mode of Workbook wi...

    Learn how to set formula calculation mode (automatic, manual) in Excel workbooks using Aspose.Cells for Python via .NET API. Step-by-step guide with code examples....cells import Workbook , CalcModeType # Load..."output.xlsx" ) import os from aspose.cells import Workbook , CalcModeType...

    docs.aspose.com/cells/python-net/setting-formul...
  8. Insert a New Blank Page into a Visio Drawing in...

    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....a VSD file diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...page object new_page = Rjb :: import ( 'com.aspose.diagram.Page'...

    docs.aspose.com/diagram/java/insert-a-new-blank...
  9. Untangle Row Bookmarks in Ruby|Aspose.Words for...

    Untangle row bookmarks using Ruby.... getAncestor ( Rjb :: import ( "com.aspose.words.Row" ))...getBookmarkEnd () . getAncestor ( Rjb :: import ( "com.aspose.words.Row" ))...

    docs.aspose.com/words/java/untangle-row-bookmar...
  10. 创建复杂的PDF|Aspose.PDF for Java

    Aspose.PDF for Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...复杂示例 */ import java.io.FileNotFoundExceptio ; import java.nio...file.Path ; import java.nio.file.Paths ; import java.time.Duration...

    docs.aspose.com/pdf/zh/java/complex-pdf-example/