Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 50,317 for

shapes

(0.12 sec)
  1. Fill.pattern property | Aspose.Words for Python

    Fill.pattern property. Gets a [PatternType](../../patterntype/) for the fill....Shows how to set pattern for a shape. doc = aw . Document ( file_name...MY_DIR + 'Shape stroke pattern border.docx' ) shape = doc . get_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Jak dodać kształt Group do dokumentu programu W...

    Grouping i rozgrupowywanie kształtów przy użyciu C#....group shape do dokumentu programu Word. Taki group shape składa...Word możesz szybko dodać group shape za pomocą polecenia/przycisku...

    docs.aspose.com/words/pl/net/how-to-add-group-s...
  3. Modifiche all API pubblica in Aspose.Cells 16.1...

    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 insieme alla proprietà Shape.Reflection per controllare gli...di riflessione di un oggetto Shape. La classe ReflectionEffect...

    docs.aspose.com/cells/it/net/public-api-changes...
  4. Archiv

    Archiv...Rechteckform hinzufügen IAutoShape shape = pres.getSlides().get_Item(0)... 200, 200); // Text setzen shape.getFillFormat().setFillType(FillType...

    blog.aspose.com/de/slides/apply-three-d-effects...
  5. グループ シェイプ|Aspose.Slides ドキュメント

    Aspose.Slides for .NETでグループ化されたシェイプを管理します:C#の例を使用してPPT、PPTX、ODPプレゼンテーションでグループシェイプを作成、入れ子化、配置、順序変更、スタイル設定します。... Shapes . AddGroupShape (); group . Shapes . AddAutoShape...0 , 0 , 50 , 50 ); group . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/ja/net/examples/elements...
  6. Aspose::Words::Drawing::SoftEdgeFormat class | ...

    Aspose::Words::Drawing::SoftEdgeFormat class. Represents the soft edge formatting for an object in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...// Apply soft edge to the shape. shape -> get_SoftEdge () -> set_Radius...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Comprimi WORD In Python

    Comprimi WORD in Python senza perdere qualità. Ottimizza WORD i contenuti, riduci facilmente le dimensioni dei file....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/it/python-net/compres...
  8. Optimera Filens Innehåll Med Python

    Komprimera filer i Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS utan att förlora kvalitet...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/sv/python-net/compress/
  9. Ngoptimalake Isi File Nggunakake Python

    Kompres file ing Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS tanpa mundhut kualitas...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/jv/python-net/compress/
  10. DocumentBuilder.InsertNode | Aspose.Words för .NET

    Förbättra ditt dokumentskapande med DocumentBuilder InsertNode-metoden. Infoga enkelt noder före markören för sömlös redigering!... Shape shape = new Shape ( builder . Document...Image ); shape . WrapType = WrapType . Inline ; shape . ImageData...

    reference.aspose.com/words/sv/net/aspose.words/...