Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 6,883 for

shape rendering

(0.13 sec)
  1. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....new Document(getMyDir() + "Rendering.docx"); File imagesDir = new...new Document(getMyDir() + "Rendering.docx"); // Use a SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert STL to USD via Java | products.aspose.com

    Sample Java conversion code for STL format to USD file. Use this example code to convert STL to USD within any Web or Desktop Java based application....USD Using Java In order to render STL to USD, we’ll use Aspose...require any any 3D modeling or rendering software. One can easily use...

    products.aspose.com/3d/java/conversion/stl-to-usd/
  3. Product Overview|Aspose.Slides for Node.js via ...

    Aspose.Slides for Node.js via Java lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....features such as managing texts, shapes, tables & animations, adding...tables and different kinds of shapes, you get to use it to add different...

    docs.aspose.com/slides/nodejs-java/product-over...
  4. Product Overview|Aspose.Slides Documentation

    Aspose.Slides for C++ lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....features such as managing text, shapes, tables & animations, adding...tables and different kinds of shapes to your slides, but also different...

    docs.aspose.com/slides/cpp/product-overview/
  5. Inconsistent HTML output for charts - Free Supp...

    Hi, Using Aspose Cells for Java, version 25.2. Sample code: Workbook workbook = new Workbook("input.xlsx"); WorksheetCollection worksheets = workbook.getWorksheets(); workbook.calculateFormula(); Worksheet worksheet …...comparison of the Excel and HTML rendering. A number of inconsistencies...For example, compare the rendering of the world map to the right...

    forum.aspose.com/t/inconsistent-html-output-for...
  6. Facing issue while linking external excel file ...

    Hi Aspose Support Team, I have a couple of queries related to Aspose.Slides and Aspose.Cells: Linking an External Excel File to a Pre-Generated Chart: I am using the setExternalWorkbook function to link an external E…...for (IShape shape : slide.getShapes()) { if (shape instanceof...IChart) { chart = (IChart) shape; System.out.println("chart found...

    forum.aspose.com/t/facing-issue-while-linking-e...
  7. Chart legend strange behavior when set MarkerSy...

    hi, i’m using aspose word for java(17) version 24.2 but the problem persist also in 25.3. I need to put some data in a specific line chart and for a better visualization i set the MarkerSymbol.CIRCLE on every ChartData…...bug fixes related to chart rendering. Modify Marker Settings :...Chart c1 = ((Shape)doc.getChild(NodeType.SHAPE, 0, true)).getChart();...

    forum.aspose.com/t/chart-legend-strange-behavio...
  8. PowerPoint to PDF in Java - Accessibility Alt-T...

    Hi, I have encountered a problem while trying to transform a PowerPoint to PDF with the UA compliance using Aspose.Slides for Java (25.4). When trying out the result, a screen reader is not able to detect pictures or th…...{ for (var shape : slide.getShapes()) { if (shape instanceof...((PictureFrame) shape).getShapeType()) { ((PictureFrame) shape).setShapeType(ShapeType...

    forum.aspose.com/t/powerpoint-to-pdf-in-java-ac...
  9. Compress TIFF In C#

    Compress TIFF in C# without losing quality. Optimize TIFF content, reduce file size easily....new DocumentBuilder(doc); var shape = builder.InsertImage( "Input...TiffCompression = TiffCompression.Lzw }; shape.GetShapeRenderer().Save( "Output...

    products.aspose.com/words/net/compress/tiff/
  10. Compress WORD In C#

    Compress WORD in C# without losing quality. Optimize WORD content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/word/