Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 109,861 for

import

(0.25 sec)
  1. Dwg转svg 转出来的文件是空的 - Free Support Forum - aspose...

    项目引入aspose-cad-23.8.jar 做dwg转svg,转出来的svg是空的。 微信图片_20240125144034.png (127.8 KB)...util; import com.aspose.cad.Color; import com.aspose.cad...CadDrawTypeMode; import com.aspose.cad.fileformats.cad.CadImage; import com...

    forum.aspose.com/t/dwg-svg/278208
  2. Text Formatting|Aspose.Slides for Python Docume...

    Manage and manipulate text and text frame properties in Python...this feature: import aspose.slides as slides import aspose.pydrawing...this feature: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/python-net/text-formatting/
  3. Inserting dataframe in an excel sheet - Free Su...

    I’m using aspose-cells-python and want to insert a dataframe into an excel sheet. I am able to do it using xlwings, how can i replicate it in aspose cells python via .net. Here is the xlwing code snippet: wb = xw.Book(I…...Sample code: # import the python package import aspose.cells from...from aspose.cells import License, Workbook, FileFormatType workbook...

    forum.aspose.com/t/inserting-dataframe-in-an-ex...
  4. PageSpacing | Aspose.Note for .NET API 参考

    获取或设置作为单页导入时的页面间距... GetDataDir_Import (); var d = new Document ();...Page > pages = PdfImporter . Import ( Path . Combine ( dataDir...

    reference.aspose.com/note/zh/net/aspose.note/me...
  5. How to Run the Examples|Documentation

    Learn about how to download Aspose.Drawing for Java examples from Github and running examples.... Import Examples to IDE Project Utilize...Eclipse, to run the examples. Import the desired example via File...

    docs.aspose.com/drawing/java/how-to-run-the-exa...
  6. Missing content in the EMF converted from the V...

    Please take a look at this code snippet written in Java: Import com.aspose.diagram.Diagram; Import com.aspose.diagram.SaveFileFormat; Import org.apache.commons.io.FileUtils; Import java.io.ByteArrayOutputStream; Import …...in Java: import com.aspose.diagram.Diagram; import com.aspose...SaveFileFormat; import org.apache.commons.io.FileUtils; import java.io...

    forum.aspose.com/t/missing-content-in-the-emf-c...
  7. Adding Picture Frame to Slide in Ruby|Aspose.Sl...

    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....Presentation class pres = Rjb::import('com.aspose.slides.Presentation')...addImage(Rjb::import('java.io.FileInputStream').new(Rjb::import('java...

    docs.aspose.com/slides/java/adding-picture-fram...
  8. Adding Video Frame to Slide in Ruby|Aspose.Slid...

    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....Presentation class pres = Rjb::import('com.aspose.slides.Presentation')...the Video vf.setPlayMode(Rjb::import('com.aspose.slides.VideoPlayModePreset')...

    docs.aspose.com/slides/java/adding-video-frame-...
  9. Customize BarCode Image Resolution 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....barcode object bb = Rjb :: import ( 'com.aspose.barcode.BarCodeBuilder'... setSymbologyType ( Rjb :: import ( 'com.aspose.barcode.Symbology'...

    docs.aspose.com/barcode/java/customize-barcode-...
  10. Holes In Meshes - Free Support Forum - aspose.com

    Hey, Is it possible to define a mesh with a hole in it? E.g I create cube1 and cube2, where cube2 is a hole in cube1 I was thinking it might be possible with VertexElementHole, but I could not get it right…...geometry; import com.aspose.threed.Mesh; import com.aspose.threed...PolygonBuilder; import com.aspose.threed.Vector4; import java.util...

    forum.aspose.com/t/holes-in-meshes/250844