Sort Score
Result 10 results
Languages All
Labels All
Results 5,561 - 5,570 of 42,867 for

shape

(0.04 sec)
  1. Convert WORD To Image Java

    Convert a Word document to Image format in Java code. Save a Word document as Image using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.docx"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/word-...
  2. Convert TEXT To WORD Java

    Convert TEXT to WORD format in Java code. Save TEXT as WORD using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.txt"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/text-...
  3. Convert HTML To PDF Java

    Convert HTML to PDF format in Java code. Save HTML as PDF using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/html-...
  4. Convert HTML To GIF Java

    Convert HTML to GIF format in Java code. Save HTML as GIF using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/html-...
  5. Convert DOC To TXT Java

    Convert DOC to TXT format in Java code. Save DOC as TXT using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.doc"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/doc-t...
  6. Public API and Backwards Incompatible Changes i...

    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....class and specifies a geometric shape that tiles together to fill...

    docs.aspose.com/slides/java/public-api-and-back...
  7. Data Label FormatCode in Charts Has No Effect D...

    Hello Aspose Support, I’m experiencing an issue with chart data labels in Aspose.Words for .NET. While it’s technically possible to set a custom FormatCode for ChartDataLabels, it appears to have no effect on the final …...builder = new(wordDoc); Shape shape = builder.InsertChart(ChartType...Bar, 446, 300); Chart chart = shape.Chart; chart.Title.Show = false;...

    forum.aspose.com/t/data-label-formatcode-in-cha...
  8. Convert PPT to Video in Java | products.aspose.com

    Convert PPT to video in Java. Use Java library API to convert PowerPoint to video...Presentation (); try { // Adds a smile shape and then animates it IAutoShape...

    products.aspose.com/slides/java/conversion/ppt-...
  9. BuildingBlock class | Aspose.Words for Node.js

    Aspose.Words.BuildingBlock class. Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...isDeep) Returns an Nth child Shape node. (Inherited from CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....typical elements such as runs, shapes, and even other tables. //...typical elements such as runs, shapes, and even other tables. //...

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