Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 4,914 for

group shape

(0.04 sec)
  1. Մի Քանի JPG Դեպի BMP Java

    Միավորել մի քանի JPG BMP ին Java կոդի մեջ: Պահպանեք JPG որպես BMP օգտագործելով Java:... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/hy/java/merge/jpg-to-...
  2. What's new|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....9 introduces group shape insertion and StructuredDocumentTa...new shape visibility control, the ability to group shapes, improved...

    docs.aspose.com/words/python-net/what-s-new-in-...
  3. Watermark|Aspose.Slides Documentation

    Add text and image watermarks to PowerPoint presentations in C++...PictureFrame class or fill a watermark shape with an image. PictureFrame...of the shape object. Since ITextFrame is not a shape and its...

    docs.aspose.com/slides/cpp/watermark/
  4. Մի Քանի Պատկեր Դեպի GIF Java

    Միավորել մի քանի Պատկեր GIF ին Java կոդի մեջ: Պահպանեք Պատկեր որպես GIF օգտագործելով Java:... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/hy/java/merge/image-t...
  5. Մի Քանի Պատկեր Դեպի BMP Java

    Միավորել մի քանի Պատկեր BMP ին Java կոդի մեջ: Պահպանեք Պատկեր որպես BMP օգտագործելով Java:... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/hy/java/merge/image-t...
  6. Մի Քանի JPG Դեպի JPG Java

    Միավորել մի քանի JPG JPG ին Java կոդի մեջ: Պահպանեք JPG որպես JPG օգտագործելով Java:... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/hy/java/merge/jpg-to-...
  7. Մի Քանի JPG Դեպի PNG Java

    Միավորել մի քանի JPG PNG ին Java կոդի մեջ: Պահպանեք JPG որպես PNG օգտագործելով Java:... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/hy/java/merge/jpg-to-...
  8. What's new|Aspose.Words for Java

    Aspose.Words for Java expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....9 introduces group shape insertion and StructuredDocumentTa...new shape visibility control, the ability to group shapes, improved...

    docs.aspose.com/words/java/what-s-new-in-aspose...
  9. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...SHAPE, true)) { if (obj instanceof Shape) { int bm...getAndIncrement(); Shape shape = (Shape) obj; if (shape.isInline())...

    forum.aspose.com/t/alternative-way-to-extract-a...
  10. Several JPG Into SVG Java

    Merge multiple JPG into SVG in Java code. Save JPG as SVG using Java.... compile ( group : 'com.aspose' , name : 'aspose-words'...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...

    products.aspose.com/words/java/merge/jpg-to-svg/