Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 50,477 for

shapes

(1.48 sec)
  1. DOCX को C++ में संपीड़ित करें

    गुणवत्ता खोए बिना DOCX को C++ में संपीड़ित करें। DOCX सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...(NodeType::Shape, true ); for ( const auto & shape : System::...System:: IterateOver <Shape>(nodes)) { if (shape-> get_HasImage ()) {...

    products.aspose.com/words/hi/cpp/compress/docx/
  2. Архивы

    Архивы...foreach (Shape shape in page.Shapes) { Console.WriteLine("Shape ID...ID : ", shape.ID); Console.WriteLine("Name : ", shape.Name); }...

    blog.aspose.com/ru/diagram/read-visio-shape-dat...
  3. arkiv

    arkiv...i PowerPoint Ändra SmartArt Shapes stil C# .NET API för att skapa...SmartArt med metoden ISlide.Shapes.AddSmartArt() . Spara den uppdaterade...

    blog.aspose.com/sv/slides/create-smartart-in-po...
  4. Group シェイプを Word ファイルに追加する方法|Python via .NET用As...

    Python を使用して group shape をドキュメントに追加します。...場合によっては、Word 文書に group shape を追加する必要があります。このような group shape は複数の形状で構成されます。...では、Group コマンド/ボタンを使用して group shape をすばやく追加できます。グループ内の個々のシェイプを個別に移動できます。...

    docs.aspose.com/words/ja/python-net/how-to-add-...
  5. Benutzerdefinierte Zellen aus Shapesheet in PHP...

    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....$pages -> get ( $count ); $shapes = $page -> getShapes (); $i...string ) $shapes -> getCount ()) { $shape = $shapes -> get ( $i...

    docs.aspose.com/diagram/de/java/retrieve-user-d...
  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....i ) shapes = page . getShapes () j = 0 while j < shapes . getCount...getCount () shape = shapes . get ( j ) if shape . getNameU () ==...

    docs.aspose.com/diagram/ru/java/create-user-def...
  7. OleObject|Aspose.Slides für Python Dokumentation

    Arbeiten Sie mit OLE-Objekten in Python unter Verwendung von Aspose.Slides: Einbetten oder Aktualisieren von Dateien, Festlegen von Symbolen oder Links, Extrahieren von Inhalten, Steuern des Verhaltens für PPT, PPTX und ODP.... shapes . add_ole_object_frame ( 20...first_ole = next ( shape for shape in slide . shapes if isinstance...

    docs.aspose.com/slides/de/python-net/examples/e...
  8. Ställa in celler i händelsesektionen i ShapeShe...

    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 ( 0 ); // get shape id long shapeId = page . addShape..., "Square" ); // get shape Shape shape = page . getShapes ()...

    docs.aspose.com/diagram/sv/java/setting-cells-i...
  9. Efectos de rotación 3D en un dibujo Visio|Docum...

    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....vsdx" ); // get shape by ID and page name Shape shape = diagram ....set 3D rotation properties shape . getThreeDFormat (). getRotationXAngle...

    docs.aspose.com/diagram/es/java/3d-rotation-eff...
  10. PatternType enumeration | Aspose.Words for Python

    aspose.words.drawing.PatternType enumeration. Specifies the fill pattern to be used to fill a shape....pattern to be used to fill a shape. Members Name Description NONE...Shows how to set pattern for a shape. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...