Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 66,984 for

import

(0.16 sec)
  1. 支持在用Python加载HTML到Excel工作簿时布局DIV标签 via .NET|Docu...

    学习如何在使用Aspose.Cells for Python via .NET导入HTML到Excel工作簿时,保持DIV标签的布局。实现HTML结构转换的精确控制。... import os import io from aspose.cells import Workbook.... XLSX ) from aspose.cells import HtmlLoadOptions , Workbook...

    docs.aspose.com/cells/zh/python-net/support-the...
  2. Percentage Complete Calculations in Ruby | Aspo...

    Learn how to work with Microsoft Project percentage complete values using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...mpp' ) 2 3 collector = Rjb :: import( 'com.aspose.tasks.ChildTasksCollector'...

    docs.aspose.com/tasks/java/percentage-complete-...
  3. Saving a Project as PDF in Ruby | Aspose.Tasks ...

    This article explains how to save project to PDF using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...mpp' ) 2 3 options = Rjb :: import( 'com.aspose.tasks.PdfSaveOptions'...

    docs.aspose.com/tasks/java/saving-a-project-as-...
  4. Defining Weekdays for Exceptions in Ruby | Aspo...

    Learn how to define exception weekdays for Microsoft Project (MPP/XML) projects using Aspose.Tasks Java for Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'..."Calendar1" ) 4 5 except = Rjb :: import( 'com.aspose.tasks.CalendarException'...

    docs.aspose.com/tasks/java/defining-weekdays-fo...
  5. Working with Images in XPS file | Python

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...xps import * 2 import aspose.pydrawing 3 from util import Util...xps import * 2 from aspose. page . xps . xpsmodel import * 3...

    docs.aspose.com/page/python-net/xps/working-wit...
  6. Create rectangular Torus in 3D Scene|Documentation

    Using Aspose.3D for Python via .NET API, developers can create 3D objects, and then save 3D scene in any supported 3D format....Python import math from aspose.threed.entities import RectangularTorus...

    docs.aspose.com/3d/python-net/create-rectangula...
  7. View MD Files using Python | Aspose.PDF

    Open and view MD documents programmatically with Python sample code using Aspose.PDF for Python for .NET...view MD files import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/viewer/md/
  8. Converting to MHTML Files in Ruby|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....workbook ) save_format = Rjb :: import ( 'com.aspose.cells.SaveFormat'...saving options sv = Rjb :: import ( 'com.aspose.cells.HtmlSaveOptions'...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  9. ImageData.gray_scale property | Aspose.Words fo...

    ImageData.gray_scale property. Determines whether a picture will display in grayscale mode.... Document () # Import a shape from the source document...first paragraph. imported_shape = dst_doc . import_node ( src_node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Check Format in Ruby|Aspose.Words for Java

    Check file format using Ruby....listFiles () load_format = Rjb :: import ( 'com.aspose.words.LoadFormat'...file_name info_obj = Rjb :: import ( 'com.aspose.words.FileFormatUtil'...

    docs.aspose.com/words/java/check-format-in-ruby/