Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 69,599 for

import

(0.2 sec)
  1. Manage Presentations in C++|Aspose.Slides Docum...

    Manage PowerPoint PPT, PPTX and ODP presentations in C++ with Aspose.Slides: create, load, edit, clone slides and control content programmatically....Merge Presentations in C++ Import Presentations from PDF or HTML...

    docs.aspose.com/slides/cpp/manage-presentation/
  2. 在 Python 中管理演示文稿背景|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 文件中设置动态背景,并提供提升演示效果的代码技巧。...示例展示了如何将蓝色纯色设为普通幻灯片的背景: import aspose.pydrawing as draw import aspose.slides...示例展示了如何将森林绿设为母版幻灯片的背景: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/zh/python-net/presentati...
  3. 我希望修改dwg内容后,再重新保存,但是重新保存后,新的dwg无法打开,代码如下 - Free...

    public static void main(String[] args) { // 输入 CAD 文件路径 String inputFilePath = “C:\Users\木木\Downloads\电度表 (1).dwg”; // 输出 CAD 文件路径 String outputFilePath = “C:\Users\木木\Downloads\电度表444.dwg”; try { // 加载…...mica; import com.aspose.cad.Image; import com.aspose.cad...License; import com.aspose.cad.fileformats.cad.CadImage; import com...

    forum.aspose.com/t/dwg-dwg/303085
  4. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while Importing from HTML using Aspose.Cells for JavaScript via C++....notation of large numbers while importing from HTML Contents [ Hide...than 15 digits, and when you import your HTML to an Excel file...

    docs.aspose.com/cells/javascript-cpp/avoid-expo...
  5. Გადაიყვანეთ Გამოსახულება TXT Java

    გადაიყვანეთ Გამოსახულება TXT Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც TXT Java...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document...); doc.save( "Output.txt" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/conversion/im...
  6. Გადაიყვანეთ Გამოსახულება PDF Java

    გადაიყვანეთ Გამოსახულება PDF Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF Java...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document...); doc.save( "Output.pdf" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/conversion/im...
  7. Გადაიყვანეთ Გამოსახულება DOC Java

    გადაიყვანეთ Გამოსახულება DOC Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DOC Java...."aspose-words" % "ver" კოპირება import com.aspose.words.*; Document...); doc.save( "Output.doc" ); import com.aspose.words.*; Document...

    products.aspose.com/words/ka/java/conversion/im...
  8. ImportFormatOptions.appendDocumentWithNewPage p...

    ImportFormatOptions.appendDocumentWithNewPage property. Gets or sets a boolean value indicating whether to change a first Imported section type to the [SectionStart.NewPage](../../sectionstart/#NewPage) forcibly when call [Document.appendDocument()](../../document/appendDocument/#document_Importformatmode_Importformatoptions)...whether to change a first imported section type to the SectionStart...and has no effect on other import-related methods. See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Saving Visio Document 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....vdx" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/java/saving-visio-docum...
  10. Create SVG File, Load and Read SVG in Python – ...

    Learn how to create SVG from a memory string or file; how to load SVG from the Web and read SVG using Aspose.SVG for Python via .NET API.... svg import SVGDocument 2 3 # Create a...element: Copy 1 import os 2 from aspose. svg import SVGDocument 3...

    docs.aspose.com/svg/python-net/create-svg-file/