Sort Score
Result 10 results
Languages All
Labels All
Results 8,571 - 8,580 of 50,331 for

shapes

(0.1 sec)
  1. Python でプレゼンテーションの SmartArt シェイプ ノードを管理する|Aspos...

    Aspose.Slides for Python via .NET を使用して、PPT、PPTX、ODP の SmartArt シェイプ ノードを管理します。プレゼンテーションを効率化するための明確なコードサンプルとヒントをご提供します。...presentation with SmartArt Shape. Obtain the reference of first...through every shape inside first slide. Check if shape is of SmartArt...

    docs.aspose.com/slides/ja/python-net/manage-sma...
  2. Erstellen Sie eine benutzerdefinierte Zelle im ...

    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/de/java/create-user-def...
  3. スマートアートをグループ形状に変換|Documentation

    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....可能な使用シナリオ Smart Art ShapeをGroup Shapeに変換するには、 Shape.getResultOfSmartArt()...をロードします。その後、スマートアート形状をグループ形状に変換し、 Shape.IsGroup プロパティを出力します。以下に示したサ...

    docs.aspose.com/cells/ja/java/convert-the-smart...
  4. ギア型スマートアート形状からテキストを抽出|Documentation

    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....そのためには、まずSmart Art ShapeをGroup Shapeに変換し、 GroupShape.getGroupedShapes()...。最後に、ループ内で個々の形状を一つずつ反復処理し、 Shape.Text プロパティを使用してテキストを抽出します。 ...

    docs.aspose.com/cells/ja/java/extract-text-from...
  5. TextBox.text_box_wrap_mode property | Aspose.Wo...

    TextBox.text_box_wrap_mode property. Determines how text wraps inside a shape....Determines how text wraps inside a shape. @property def text_box_wrap_mode...) text_box_shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeBase.Fill | Aspose.Words per .NET

    Scopri la proprietà Riempimento ShapeBase per migliorare i tuoi progetti con una formattazione di riempimento personalizzabile per le forme. Migliora i tuoi effetti visivi senza sforzo!..." ); Shape shape = builder . InsertShape (...colore del contorno della forma. shape . StrokeColor = Color . CadetBlue...

    reference.aspose.com/words/it/net/aspose.words....
  7. GlowFormat class | Aspose.Words for Python

    aspose.words.drawing.GlowFormat class. Represents the glow formatting for an object....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. Pubblico API Modifiche Aspose.Diagram 6.8.0|Doc...

    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....( layer ); // get shape by ID Shape shape = page . getShapes...3 ); // assign shape to this new Layer shape . getLayerMem ()...

    docs.aspose.com/diagram/it/java/public-api-chan...
  9. Tillämpa tema på form|Documentation

    Det här avsnittet förklarar hur du ställer in temaegenskaper i formen visio med Aspose.Diagram.... GetDataDir_Shapes (); // Load a diagram Diagram...AddMaster ( dataDir + "Basic Shapes.vss" , masterName ); // Page...

    docs.aspose.com/diagram/sv/net/apply-theme-to-s...
  10. Agregar formas|Documentation

    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.... Open ( "Add Shapes.vdx" ); Visio . Documents visioDocs...visioDocs . OpenEx ( "Basic Shapes.vss" , ( short ) Microsoft...

    docs.aspose.com/diagram/es/net/add-shapes/