Sort Score
Result 10 results
Languages All
Labels All
Results 7,501 - 7,510 of 50,329 for

shapes

(0.91 sec)
  1. Lưu trữ

    Lưu trữ...theo tên Đọc InheritProps của Shape trong Java Nhận Giấy phép Miễn...hình dạng for (Shape shape : (Iterable<Shape>) page.getShapes())...

    blog.aspose.com/vi/diagram/read-visio-shape-dat...
  2. 3D 演示文稿|Aspose.Slides for Node.js via .NET 文档

    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....可以通过以下方式获取该类的实例: 用于创建 PowerPoint 3D 模型的 Shape.getThreeDFormat() 方法。 用于创建 3D...Presentation (); try { var shape = pres . getSlides (). get_Item...

    docs.aspose.com/slides/zh/nodejs-java/3d-presen...
  3. Présentation 3D|Documentation d'Aspose.Slides p...

    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....peut être obtenue : Méthode Shape.getThreeDFormat() pour créer...Presentation (); try { var shape = pres . getSlides (). get_Item...

    docs.aspose.com/slides/fr/nodejs-java/3d-presen...
  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. Travailler avec la protection|Documentation

    Cette section explique comment définir la protection dans le diagram avec Aspose.Diagram....); // Get shape by ID Shape shape = page . Shapes . GetShape...GetShape ( 1 ); // Set protections shape . Protection . LockAspect ....

    docs.aspose.com/diagram/fr/net/working-with-pro...
  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. Python 를 사용하여 파일 콘텐츠 최적화

    Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS 품질 저하 없이. 문서 내용을 최적화하고 파일 크기를 쉽게 줄입니다....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ko/python-net/compress/