Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 49,751 for

shapes

(0.21 sec)
  1. تحديث وإزالة الحقول|Documentation

    يشرح هذا القسم كيفية تحديث الحقول أو إزالتها....); //Get Visio Shape Shape shape = page . Shapes [ 0 ]; //Get field...field Field fld = shape . Fields [ 0 ]; //Update format of field...

    docs.aspose.com/diagram/ar/net/update-remove-fi...
  2. ImageData.ImageSize | Aspose.Words per .NET

    Scopri la proprietà ImageSize di ImageData per accedere facilmente ai dettagli essenziali sulle dimensioni e sulla risoluzione delle immagini, per una migliore qualità visiva....DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...300x300pt. ImageSize imageSize = shape . ImageData . ImageSize ; Assert...

    reference.aspose.com/words/it/net/aspose.words....
  3. เพิ่มประสิทธิภาพเนื้อหาของไฟล์โดยใช้ 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/
  4. Suspausti JPG Python

    Suspausti JPG Python neprarandant kokybės. Optimizuokite JPG turinį, lengvai sumažinkite failo dydį....DocumentBuilder(doc) shape = builder.InsertImage( "Input...save_options.jpeg_quality = 50 shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/lt/python-net/compres...
  5. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD 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/word/
  6. บีบอัด 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...
  7. 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...
  8. Sažimanje JPG U Python

    Sažimanje JPG u Python bez gubitka kvalitete. Optimizirajte JPG sadržaj, jednostavno smanjite veličinu datoteke....DocumentBuilder(doc) shape = builder.InsertImage( "Input...save_options.jpeg_quality = 50 shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/hr/python-net/compres...
  9. Stisnite TIFF V Python

    Stisnite TIFF v Python brez izgube kakovosti. Optimizirajte vsebino TIFF, enostavno zmanjšajte velikost datoteke....DocumentBuilder(doc) shape = builder.InsertImage( "Input...saving.TiffCompression.LZW shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/sl/python-net/compres...
  10. Compress HTML In C#

    Compress HTML in C# without losing quality. Optimize HTML content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/html/