Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 48,674 for

shape

(0.08 sec)
  1. 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...
  2. Რამდენიმე JPG TIFF Java

    შეაერთეთ მრავალი JPG TIFF Java კოდში. შეინახეთ JPG როგორც TIFF 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-...
  3. Რამდენიმე Გამოსახულება JPG Java

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

    products.aspose.com/words/ka/java/merge/image-t...
  4. Aspose.Slides/Net6.Crossplatform Latest Version...

    Hello. Our company uses the following libraries: Aspose.Slides.Net6 for apps targetting net47 Aspose.Slides.Net6.Crossplatform for our application running under net8, Linux containers. The current versions we run are …...foreach (IShape shape in slide.Shapes) { if (shape is IVideoFrame...in shapesToRemove) { slide.Shapes.Remove(videoFrame); } } presentation...

    forum.aspose.com/t/aspose-slides-net6-crossplat...
  5. How to Remove Blank Page in Word using C#

    This tutorial guides on how to remove blank page in Word using C#. It provides configuration details along with the steps and a runnable sample code to remove blank pages from Word document using C#....section contains some text/shape node or not Maintain a list...pages only with some text or shape These steps provide details...

    kb.aspose.com/words/net/how-to-remove-blank-pag...
  6. Create HTML Files via Python | products.aspose.com

    Python Sample code for generating HTML documents. Use this code for creating HTML files within any Python based application.....Pages[ 0 ]; // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-net/create/h...
  7. Create VSTX Files via Python | products.aspose.com

    Python Sample code for generating VSTX documents. Use this code for creating VSTX files within any Python based application..... get ( 0 ); // Add Text shape. shape = page.addText( 1 , 1 ,...

    products.aspose.com/diagram/python-java/create/...
  8. How to overlapping textbox auto adjust width on...

    des11.zip (7.6 KB) @John.He , @Professionalize.Discourse , @simon.zhao, please given early response. At runtime, check if an existing sheet text overlaps based on the (x + width, y + height) coordinates. If it does, th…...ShapeCollection shapes = ws.Shapes; // Sort shapes left to right...Drawing.Shape> shapeList = new List<Aspose.Cells.Drawing.Shape>(shapes...

    forum.aspose.com/t/how-to-overlapping-textbox-a...
  9. HtmlSaveOptions.export_roundtrip_information pr...

    HtmlSaveOptions.export_roundtrip_information property. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB...hidden bookmarks, original shape positions, # or footnotes will...hidden bookmarks and original shape positions. # If we set the ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting 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...