Sort Score
Result 10 results
Languages All
Labels All
Results 7,091 - 7,100 of 49,746 for

shapes

(0.31 sec)
  1. 移除形状保护|Documentation

    本节介绍如何使用 Aspose.Diagram 移除形状保护。..."Flow 1" ); // get shape by ID Shape shape = page . getShapes...getShape ( 1 ); // set protections shape . getProtection (). getLockAspect...

    docs.aspose.com/diagram/zh/java/remove-shape-pr...
  2. API Public et Changements Incompatibles avec le...

    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....Par exemple : IShape shape = ...; shape . setFrame ( new ShapeFrame...Float . NaN )); ou slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/fr/androidjava/public-ap...
  3. Fill.TwoColorGradient | Aspose.Words för .NET

    Applicera en fantastisk tvåfärgad gradientfyllning med vår Fill TwoColorGradient-metod och förbättra dina designer med livfulla, anpassningsbara effekter....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...ForeColor av gradientfyllningen. shape . Fill . OneColorGradient (...

    reference.aspose.com/words/sv/net/aspose.words....
  4. Настройка фигур в презентациях с Python|Докумен...

    Создавайте и настраивайте фигуры в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для Python на платформе .NET: геометрические пути, скруглённые углы, составные фигуры....set_geometry_path] для solid shapes и [GeometryShape.set_geometry_paths]...set_geometry_paths] для composite shapes . Для добавления отрезков используйте...

    docs.aspose.com/slides/ru/python-net/custom-shape/
  5. Changements de l API publique dans Aspose.Cells...

    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....ReflectionEffect ainsi que la propriété Shape.Reflection afin de contrôler...effets de réflexion d’un objet Shape. La classe ReflectionEffect...

    docs.aspose.com/cells/fr/net/public-api-changes...
  6. GlowFormat.radius property | Aspose.Words for P...

    GlowFormat.radius property. Gets or sets a double value that represents the length of the radius for a glow effect in points (pt)...Shows how to interact with glow shape effect. doc = aw . Document...= MY_DIR + 'Various shapes.docx' ) shape = doc . get_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. GlowFormat.transparency property | Aspose.Words...

    GlowFormat.transparency property. Gets or sets the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear)...Shows how to interact with glow shape effect. doc = aw . Document...= MY_DIR + 'Various shapes.docx' ) shape = doc . get_child (...

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