Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 69,945 for

import

(0.08 sec)
  1. Globalization and Localization with Python.NET|...

    Learn how to handle multilingual data and regional settings in Excel files using Aspose.Cells for Python via .NET....culture-specific formatting: Import the CultureInfo class Configure...patterns from aspose.cells import Workbook , CultureInfo # Create...

    docs.aspose.com/cells/python-net/globalization-...
  2. Visio转其他格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code.... import aspose.diagram from aspose.diagram import * #//...绘图导出为 XML。 import aspose.diagram from aspose.diagram import * #//...

    docs.aspose.com/diagram/zh/python-net/convert-v...
  3. Aspose::Words::Fields::FieldImport::get_IsLinke...

    Aspose::Words::Fields::FieldImport::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the document 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...
  4. 从 Ruby 中的 Visio 页面中提取所有图像|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....Diagram 实例 diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...shape . getType () == Rjb :: import ( 'com.aspose.diagram.TypeValue'...

    docs.aspose.com/diagram/zh/java/extract-all-ima...
  5. Make PDF Using Python

    Make a new PDF in Python in a few steps. Easily create PDF using Python via .NET library....Insert Bookmark Insert Chart import aspose.words as aw doc = aw...) doc.Save( "Output.pdf" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/make/pdf/
  6. Make DOCX Using Python

    Make a new DOCX in Python in a few steps. Easily create DOCX using Python via .NET library....Insert Bookmark Insert Chart import aspose.words as aw doc = aw...) doc.Save( "Output.docx" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/make/docx/
  7. Make Markdown Using Python

    Make a new Markdown in Python in a few steps. Easily create Markdown using Python via .NET library....Insert Bookmark Insert Chart import aspose.words as aw doc = aw..." ) doc.Save( "Output.md" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/make/md/
  8. Reduce File Size|Documentation

    This section explains how to reduce file size from a diagram with Aspose.Diagram for Python via Java.... import jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/python-java/reduce-file...
  9. Buat HTML Menggunakan Python

    Buat HTML baharu dalam Python dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka Python via .NET....Penanda Halaman Sisipkan Carta import aspose.words as aw doc = aw...) doc.Save( "Output.html" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ms/python-net/make/html/
  10. Buat PDF Menggunakan Python

    Buat PDF baharu dalam Python dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka Python via .NET....Penanda Halaman Sisipkan Carta import aspose.words as aw doc = aw...) doc.Save( "Output.pdf" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ms/python-net/make/pdf/