Sort Score
Result 10 results
Languages All
Labels All
Results 5,821 - 5,830 of 50,298 for

shape

(0.13 sec)
  1. Programming with Documents|Aspose.Words for Nod...

    Use the Aspose using `Nodejs.Words` Document Object Model classes to programmatically create, modify, and manage documents with nodejs-net. Work with document properties, settings, and content, as well as with document appearance through the management of colors, Shapes, fonts and other graphics....articles on working with colors, shapes, fonts, and other graphical...Document Working with Shapes Working with Group Shape in Word Documents...

    docs.aspose.com/words/nodejs-net/programming-wi...
  2. Რამდენიმე Გამოსახულება 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...
  3. Რამდენიმე Გამოსახულება 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...
  4. Რამდენიმე Გამოსახულება 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...
  5. Რამდენიმე Გამოსახულება 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...
  6. PDF to TIFF Conversion Produces Only Black & Wh...

    Environment Aspose.PDF Version: 21.6.0 Platform: .NET 3.0 Operating System: Windows / Linux Conversion Type: PDF → TIFF (Color) Issue Description We are facing a critical issue while converting PDF documents to TIFF f…...tiffSettings = new TiffSettings { Shape = ShapeType.None, SkipBlankPages...tiffSettings = new TiffSettings { Shape = ShapeType.None, SkipBlankPages...

    forum.aspose.com/t/pdf-to-tiff-conversion-produ...
  7. Edit Connector Geometry Section in the ShapeShe...

    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....vsd" ) #set connector shape id connector_id = 1 connector...

    docs.aspose.com/diagram/java/edit-connector-geo...
  8. 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/
  9. 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/
  10. 如何判断Excel文本框中的文字已经溢出? - Free Support Forum - as...

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

    forum.aspose.com/t/excel/321982