Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 97,214 for

import

(0.24 sec)
  1. border_weight property | Aspose.Cells for Pytho...

    border_weight property border_weight property Gets or sets the weight of the border line of a picture in units of pt.......cells import Workbook from aspose.pydrawing import Color #...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. Rotate a Shape with Suitable Angle in Ruby|Docu...

    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....of Diagram diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'..."RotateShape.vdx" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/java/rotate-a-shape-wit...
  3. Hello World in Ruby|Aspose.Words for Java

    Write 'Hello' to a Word Document using Ruby.... document = Rjb :: import ( 'com.aspose.words.Document'...document. builder = Rjb :: import ( 'com.aspose.words.DocumentBuilder'...

    docs.aspose.com/words/java/hello-world-in-ruby/
  4. security_options 属性 | Aspose.Cells for Python v...

    security_options 属性 security_options 属性 在 xls2pdf 结果中需要安全性时设置此选项。 例子 以下代码为输出 pdf 设置高分辨率打印权限。 from aspose.cells Import......cells import PdfSaveOptions , Workbook from...cells.rendering.pdfsecurity import PdfSecurityOptions wb = Workbook...

    reference.aspose.com/cells/python-net/zh/aspose...
  5. Optimize PDF File Size in Ruby|Aspose.PDF for Java

    Learn to reduce the file size of PDFs without compromising quality using Aspose.PDF for Ruby.... doc = Rjb :: import ( ' com . aspose . pdf . Document...unused objects opt = Rjb :: import ( ' aspose . document . OptimizationOptions...

    docs.aspose.com/pdf/java/optimize-pdf-file-size...
  6. HtmlSaveOptions class | Aspose.Cells for Python...

    HtmlSaveOptions class HtmlSaveOptions class Represents the options for saving html file. Inheritance: HtmlSaveOptions...... If you want to import the html or mht file to excel...value is false. If you want to import the html file to excel or export...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. 使用 Java 製作 DOCX

    通過幾個步驟在 Java 中創建一個新的 DOCX。使用 Java 庫輕鬆創建 DOCX。...從列表中選擇目標格式 運行代碼 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/docx/
  8. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...從列表中選擇目標格式 運行代碼 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/
  9. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...從列表中選擇目標格式 運行代碼 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...); doc.save( "Output.pdf" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/pdf/
  10. 使用 Java 製作 HTML

    通過幾個步驟在 Java 中創建一個新的 HTML。使用 Java 庫輕鬆創建 HTML。...從列表中選擇目標格式 運行代碼 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...doc.save( "Output.html" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/html/