Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 50,331 for

shapes

(0.11 sec)
  1. Compress DOCX In C++

    Compress DOCX in C++ without losing quality. Optimize DOCX 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/docx/
  2. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...saveOptions.setJpegQuality( 50 ); shape.getShapeRenderer().save( "Output...

    products.aspose.com/words/java/compress/jpg/
  3. Общедоступный API Изменения в Aspose.Diagram 6....

    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/ru/net/public-api-chang...
  4. Compress TIFF In C++

    Compress TIFF in C++ without losing quality. Optimize TIFF content, reduce file size easily....<DocumentBuilder>(doc); auto shape = builder-> InsertImage ( u"Input...set_TiffCompression (TiffCompression::Lzw); shape-> GetShapeRenderer ()-> Save...

    products.aspose.com/words/cpp/compress/tiff/
  5. 搜索

    搜索...pages[0] # 透過ID獲取形狀 shape = page.shapes[1] # 移除保護 shape.protection.lock_aspect...FALSE shape.protection.lock_begin.value = BOOL.FALSE shape.protection...

    blog.aspose.com/zh-hant/diagram/remove-visio-sh...
  6. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    Esplora il metodo VisitShapestart di DocumentVisitor per migliorare l'enumerazione delle forme nelle tue applicazioni. Aumenta l'efficienza e semplifica il tuo processo di codifica!...VisitShapeStart ( Shape shape ) Parametro Tipo Descrizione shape Shape L’oggetto...DocumentBuilder.InsertShape. Shape balloon = new Shape ( doc , ShapeType...

    reference.aspose.com/words/it/net/aspose.words/...
  7. 아카이브

    아카이브...SHAPE, True) 메서드를 사용하여 모든 모양을 개체로...수행합니다. as\shape() 메서드를 사용하여 모양을 Shape 유형으로 변환합니다. Shape.has\image()...

    blog.aspose.com/ko/words/extract-images-from-wo...
  8. บีบอัด TIFF ใน Python

    บีบอัด TIFF ใน Python โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา TIFF ลดขนาดไฟล์ได้อย่างง่ายดาย...DocumentBuilder(doc) shape = builder.InsertImage( "Input...saving.TiffCompression.LZW shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/th/python-net/compres...
  9. Tối Ưu Hóa Nội Dung Của Tệp Bằng Cách Sử Dụng J...

    Nén tệp trong JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS mà không làm giảm chất lượng...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Tùy...

    products.aspose.com/words/vi/nodejs-net/compress/
  10. تحويل شكل Visio إلى PDF|Documentation

    يشرح هذا القسم كيفية تحويل شكل visio إلى pdf باستخدام Aspose.Diagram.... GetDataDir_Shapes (); // Call a Diagram class...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to Pdf...

    docs.aspose.com/diagram/ar/net/convert-a-visio-...