Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 42,861 for

shape

(0.04 sec)
  1. HtmlSaveOptions.export_roundtrip_information pr...

    HtmlSaveOptions.export_roundtrip_information property. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB...hidden bookmarks, original shape positions, # or footnotes will...hidden bookmarks and original shape positions. # If we set the ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 上标和下标|Aspose.Slides 文档

    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....( 0 ); // 创建文本框 IAutoShape shape = slide . getShapes (). addAutoShape...100 ); ITextFrame textFrame = shape . getTextFrame (); textFrame...

    docs.aspose.com/slides/zh/androidjava/superscri...
  3. Create HTML Files via Python | products.aspose.com

    Python Sample code for generating HTML documents. Use this code for creating HTML files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-java/create/...
  4. HtmlSaveOptions.ExportRoundtripInformation | As...

    Discover HtmlSaveOptions' ExportRoundtripInformation property to control roundtrip data in HTML, MHTML, and EPUB formats. Optimize your exports today!...hidden bookmarks, original shape positions, // or footnotes will...hidden bookmarks and original shape positions. // If we set the...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Რამდენიმე JPG GIF Java

    შეაერთეთ მრავალი JPG GIF Java კოდში. შეინახეთ JPG როგორც GIF Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/ka/java/merge/jpg-to-...
  6. Რამდენიმე JPG PNG Java

    შეაერთეთ მრავალი JPG PNG Java კოდში. შეინახეთ JPG როგორც PNG Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/ka/java/merge/jpg-to-...
  7. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for nodejs-java API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based nodejs-java application or an image....convenient to create basic 3D shapes. Geometry : Geometries in Aspose...and polygons that define the shape and structure of a 3D object...

    docs.aspose.com/3d/nodejs-java/aspose-3d-docume...
  8. Aspose::Words::Tables::Cell::EnsureMinimum meth...

    Aspose::Words::Tables::Cell::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++....typical elements such as runs, shapes, and even other tables. //...add contents such as run and shape nodes to it until it does. ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Product Overview|Aspose.Slides 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....features such as managing text, shapes, tables & animations, adding...tables and different kinds of shapes, you can also add different...

    docs.aspose.com/slides/java/product-overview/
  10. BuildingBlockCollection | Aspose.Words for Java

    A collection of BuildingBlock objects in the document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...