Sort Score
Result 10 results
Languages All
Labels All
Results 5,811 - 5,820 of 50,331 for

shape

(0.43 sec)
  1. Რამდენიმე Გამოსახულება JPG Javascript

    შეაერთეთ მრავალი Გამოსახულება JPG JavaScript კოდში. შეინახეთ Გამოსახულება როგორც JPG JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/ka/nodejs-net/merge/i...
  2. Რამდენიმე Გამოსახულება BMP Javascript

    შეაერთეთ მრავალი Გამოსახულება BMP JavaScript კოდში. შეინახეთ Გამოსახულება როგორც BMP JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/ka/nodejs-net/merge/i...
  3. Რამდენიმე Გამოსახულება PNG Javascript

    შეაერთეთ მრავალი Გამოსახულება PNG JavaScript კოდში. შეინახეთ Გამოსახულება როგორც PNG JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/ka/nodejs-net/merge/i...
  4. Რამდენიმე Გამოსახულება GIF Javascript

    შეაერთეთ მრავალი Გამოსახულება GIF JavaScript კოდში. შეინახეთ Გამოსახულება როგორც GIF JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/ka/nodejs-net/merge/i...
  5. Extract Text and Images from DOTX File Online a...

    Online DOTX file parser app. Python API code to extract images and text from DOTX document....stored in Shape nodes of Document object To select all Shape nodes...collections If Shape.has_image returns true. Use Shape.image_data...

    products.aspose.com/total/python-net/parse/dotx/
  6. Extract Text and Images from DOC File Online an...

    Online DOC file parser app. Python API code to extract images and text from DOC document....stored in Shape nodes of Document object To select all Shape nodes...collections If Shape.has_image returns true. Use Shape.image_data...

    products.aspose.com/total/python-net/parse/doc/
  7. Create a presentation document|Aspose.Slides Do...

    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.... Shape ( new P . NonVisualShapeProper...TransformGroup ()), new P . Shape ( new P . NonVisualShapeProper...

    docs.aspose.com/slides/net/create-a-presentatio...
  8. 如何判断Excel文本框中的文字已经溢出? - Free Support Forum - as...

    如何判断Excel文本框中的文字已经溢出?...要判断文本框(Shape)中的文字是否已经超出可显示范围,通常需要把文本框的实际...Worksheet.Shapes 、VBA 的 Shapes 集合或 Interop 的 Shape 对象)取得目标文本框。...

    forum.aspose.com/t/excel/321982
  9. Manage Audio in Presentations Using Python|Aspo...

    Easily add, extract & manage audio frames in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Explore code examples & boost your presentations today.... shapes . add_audio_frame_embedded...audio_fs : audioFrame = slide . shapes . add_audio_frame_embedded...

    docs.aspose.com/slides/python-net/audio-frame/
  10. Several Image Into GIF Java

    Merge multiple Image into GIF in Java code. Save Image as GIF using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/image-to-gif/