Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 45,924 for

shape

(0.1 sec)
  1. Working with Clips in PS file| Java

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...Shape that can contain any closed shapes; by text outline;...example below we obtain a circle shape as a clipping path and cut off...

    docs.aspose.com/page/java/ps/working-with-clips/
  2. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  3. DocumentBuilder.insert_ole_object method | Aspo...

    aspose.words.DocumentBuilder.insert_ole_object method... Returns Shape node containing Ole object and...predefined images. Returns Shape node containing Ole object and...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBase.PageColor | Aspose.Words for .NET

    Discover the DocumentBase PageColor property to easily customize your document's page color. Simplify design with this user-friendly feature!... there is no background shape in the document) returns Empty...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Aspose.Words.DocumentBuilder.InsertImage dispos...

    We’re using the DocumentBuilder… public Shape InsertImage(Image image, double width, double height); … method. We’re finding after calling the InsertImage method the Bitmap object passed to it seems to getting dispo…...the DocumentBuilder… public Shape InsertImage(Image image, double...

    forum.aspose.com/t/aspose-words-documentbuilder...
  6. Ellipse|Aspose.Slides Documentation

    Create ellipse in PowerPoint presentation in C# or .NET...developers about adding ellipse shapes to their slides using Aspose...to draw different kinds of shapes with just a few lines of code...

    docs.aspose.com/slides/net/ellipse/
  7. Convert Image To GIF Java

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

    products.aspose.com/words/java/conversion/image...
  8. Փոխարկել Պատկեր JPG Java

    Փոխարկեք Պատկեր ը JPG ձևաչափի Java կոդով: Պահեք Պատկեր որպես JPG օգտագործելով Java:...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.jpg" , new...

    products.aspose.com/words/hy/java/conversion/im...
  9. Փոխարկել JPG SVG Java

    Փոխարկեք JPG ը SVG ձևաչափի Java կոդով: Պահեք JPG որպես SVG օգտագործելով Java:...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.svg" , new...

    products.aspose.com/words/hy/java/conversion/jp...
  10. Create Visio Diagram in Java

    This guide covers the information to create Visio diagram in Java. It discusses the step-by-step program flow and a running code snippet to automate visio diagram creation in Java....a master Add a rectangular shape by invoking the addShape() method...containing the master shapes. Next, append a shape while setting the...

    kb.aspose.com/diagram/java/create-visio-diagram...