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

shape

(0.07 sec)
  1. 在表格单元格中添加图片|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....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...[ 1 ]. Cells [ 1 ]; cell . Shape . Fill . UserPicture ( ImageFile...

    docs.aspose.com/slides/zh/net/add-image-in-tabl...
  2. Insert a Picture based on Cell Reference|Docume...

    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....worksheet cell in an image shape. You can link the picture to...

    docs.aspose.com/cells/java/insert-a-picture-bas...
  3. aspose.words.rendering module | Aspose.Words fo...

    The aspose.words.rendering module provides classes that allow to customize printing or rendering of documents....more, visit the Working with Shapes documentation article. OfficeMathRenderer...methods to render an individual Shape or GroupShape to a raster or...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a 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...
  5. OdtSaveMeasureUnit Enum | Aspose.Words for .NET

    Discover Aspose.Words.OdtSaveMeasureUnit enum for precise control over document measurements. Enhance your document formatting with ease!...measurable document content such as shape, widths and other during saving...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Convert JPG To BMP Java

    Convert JPG to BMP format in Java code. Save JPG as BMP using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.bmp" , new...

    products.aspose.com/words/java/conversion/jpg-t...
  7. Convert JPG To TIFF Java

    Convert JPG to TIFF format in Java code. Save JPG as TIFF using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.tiff" ,...

    products.aspose.com/words/java/conversion/jpg-t...
  8. Convert JPG To GIF Java

    Convert JPG to GIF format in Java code. Save JPG as GIF using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.gif" , new...

    products.aspose.com/words/java/conversion/jpg-t...
  9. Convert JPG To SVG Java

    Convert JPG to SVG format in Java code. Save JPG as SVG using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.svg" , new...

    products.aspose.com/words/java/conversion/jpg-t...
  10. SaveOptions.DmlEffectsRenderingMode | Aspose.Wo...

    Discover how the SaveOptions DmlEffectsRenderingMode property optimizes DrawingML effects rendering for enhanced document quality and performance....Document ( MyDir + "DrawingML shape effects.docx" ); // Create a...

    reference.aspose.com/words/net/aspose.words.sav...