Sort Score
Result 10 results
Languages All
Labels All
Results 5,771 - 5,780 of 42,307 for

shapes

(0.13 sec)
  1. TextPath.XScale | Aspose.Words for .NET

    Discover how the TextPath XScale property enhances your design by enabling straight text paths for smoother, more precise layouts....will be used instead of the shape path. public bool XScale { get...of the lower boundary of the shape. Examples Shows how to work...

    reference.aspose.com/words/net/aspose.words.dra...
  2. TextureAlignment | Aspose.Words for Java

    Specifies the alignment for the tiling of the texture fill in Java....tiling the texture inside the shape. Document doc = new Document();...new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  3. Изменение размеров фигур на слайде|Документация...

    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....IShape shape in slide . Shapes ) { //Изменение позиции shape . Height...Height = shape . Height * ratioHeight ; shape . Width = shape . Width...

    docs.aspose.com/slides/ru/net/re-sizing-shapes-...
  4. Öffentlich API Änderungen in Aspose.Diagram 6.8...

    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....); // Get shape by ID Shape shape = page . Shapes . GetShape...3 ); // Assign shape to this new Layer shape . LayerMem . LayerMember...

    docs.aspose.com/diagram/de/net/public-api-chang...
  5. PageSetup.PageWidth | Aspose.Words for .NET

    Discover the PageSetup PageWidth property to easily adjust page width in points, enhancing your document layout for optimal presentation.... HeaderPrimary ); Shape shape = builder . InsertImage (...logo.png" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/net/aspose.words/pag...
  6. เพิ่มประสิทธิภาพเนื้อหาของไฟล์โดยใช้ Javascript

    บีบอัดไฟล์ใน JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS โดยไม่สูญเสียคุณภาพ ปรับเนื้อหาของเอกสารให้เหมาะสม ลดขนาดไฟล์ได้อย่างง่ายดาย...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // มัน...

    products.aspose.com/words/th/nodejs-net/compress/
  7. บีบอัด DOC ใน Javascript

    บีบอัด DOC ใน JavaScript โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา DOC ลดขนาดไฟล์ได้อย่างง่ายดาย...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // มัน...

    products.aspose.com/words/th/nodejs-net/compres...
  8. Pakkaa JPG Kohteessa Python

    Pakkaa JPG kentässä Python laadun heikkenemättä. Optimoi kohteen JPG sisältö, pienennä tiedostokokoa helposti....DocumentBuilder(doc) shape = builder.InsertImage( "Input...save_options.jpeg_quality = 50 shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/fi/python-net/compres...
  9. Pakkaa TIFF Kohteessa Python

    Pakkaa TIFF kentässä Python laadun heikkenemättä. Optimoi kohteen TIFF sisältö, pienennä tiedostokokoa helposti....DocumentBuilder(doc) shape = builder.InsertImage( "Input...saving.TiffCompression.LZW shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/fi/python-net/compres...
  10. Compress DOC In C++

    Compress DOC in C++ without losing quality. Optimize DOC content, reduce file size easily....(NodeType::Shape, true ); for ( const auto & shape : System::...System:: IterateOver <Shape>(nodes)) { if (shape-> get_HasImage ()) {...

    products.aspose.com/words/cpp/compress/doc/