Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 45,952 for

shapes

(0.08 sec)
  1. Մի Քանի Պատկեր Դեպի SVG Java

    Միավորել մի քանի Պատկեր SVG ին Java կոդի մեջ: Պահպանեք Պատկեր որպես SVG օգտագործելով Java:...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

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

    Միավորել մի քանի JPG GIF ին Java կոդի մեջ: Պահպանեք JPG որպես GIF օգտագործելով Java:...DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/hy/java/merge/jpg-to-...
  3. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...with Shapes documentation article. Remarks Use the Shape.text_path...access WordArt properties of a shape. You do not create instances...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Რამდენიმე JPG PNG Java

    შეაერთეთ მრავალი JPG PNG Java კოდში. შეინახეთ JPG როგორც PNG Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/ka/java/merge/jpg-to-...
  5. Რამდენიმე JPG GIF Java

    შეაერთეთ მრავალი JPG GIF Java კოდში. შეინახეთ JPG როგორც GIF Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/ka/java/merge/jpg-to-...
  6. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…...access the text frame of the shape where you want to insert the...newly added slide's shape IAutoShape shape = (IAutoShape) emptySlide...

    forum.aspose.com/t/add-new-last-slide-with-text...
  7. aspose.words - Aspose Words access Radio Button...

    Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most......access the ActiveX controls via Shapes , I do not see how I can determine...pe.Shape, true) .Select(node => (Shape)node) .Where(shape =>...

    stackoverflow.com/questions/75761392/aspose-wor...
  8. Slide Transition|Aspose.Slides for Node.js via ...

    PowerPoint slide transition, PowerPoint morph transition in JavaScript... get_Item ( 0 )); var shape = presentation . getSlides ()...( 0 ); shape . setX ( shape . getX () + 100 ); shape . setY (...

    docs.aspose.com/slides/nodejs-java/slide-transi...
  9. Several JPG Into BMP C#

    Merge multiple JPG into BMP in C# code. Save JPG as BMP using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-bmp/
  10. Several Image Into PNG C#

    Merge multiple Image into PNG in C# code. Save Image as PNG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/image-to-png/