Sort Score
Result 10 results
Languages All
Labels All
Results 8,041 - 8,050 of 50,453 for

shapes

(0.89 sec)
  1. Textfeld|Aspose.Slides Dokumentation

    Arbeiten Sie mit Textfeldern in Aspose.Slides für C++: Text hinzufügen, formatieren, ausrichten, umbrechen, automatisch anpassen und gestalten für PPT-, PPTX- und ODP-Präsentationen....auto textBox = slide -> get_Shapes () -> AddAutoShape ( ShapeType...); for ( auto && shape : slide -> get_Shapes ()) { // Nur AutoShapes...

    docs.aspose.com/slides/de/cpp/examples/elements...
  2. Заменить текст в smart art с помощью Node.js че...

    Узнайте, как заменить текст в smart art с помощью Aspose.Cells for Node.js via C++....возможность, устанавливая свойство Shape.getText() . Образец исходного...worksheets . get ( i ); const shapes = worksheet . getShapes ();...

    docs.aspose.com/cells/ru/nodejs-cpp/replace-tex...
  3. Öffentlich API Änderungen in Aspose.Diagram 5.8...

    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....Initialize an array of shapes Shape [] shapes = new Shape [ 2 ]; // extract...extract and assign shapes to the array shapes [ 0 ]= diagram ....

    docs.aspose.com/diagram/de/java/public-api-chan...
  4. 在Ruby中替换Visio Diagram的图片形状|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.... toPath ()) shapes = diagram . getPages () . getPage...() 我 = 0 当我 < shapes . getCount () shape = shapes . get ( i ) #...

    docs.aspose.com/diagram/zh/java/replace-a-pictu...
  5. Configurer des objets de forme avec des calques...

    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....alors que je < shapes . getCount () shape = shapes . get ( i ) #puts...#puts shape.getName().to_s if shape . getName () == "Process"...

    docs.aspose.com/diagram/fr/java/configure-shape...
  6. Aspose::Words::Drawing::HorizontalAlignment enu...

    Aspose::Words::Drawing::HorizontalAlignment enum. Specifies horizontal alignment of a floating shape, text frame or floating table in C++....horizontal alignment of a floating shape, text frame or floating table...:: Words :: Drawing :: Shape > shape = builder -> InsertImage...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Предотвращение редактирования презентаций с пом...

    Узнайте, как Aspose.Slides for Java блокирует или разблокирует фигуры в файлах PPT, PPTX и ODP, защищая презентации и позволяя контролировать редактирование и ускорять поставку....( IShape shape : slide . getShapes ()) { if ( shape instanceof...autoShape = ( IAutoShape ) shape ; IAutoShapeLock autoShapeLock...

    docs.aspose.com/slides/ru/java/applying-protect...
  8. Gestionar gráficos SmartArt en presentaciones c...

    Automatice la creación, edición y estilo de SmartArt en PowerPoint con .NET usando Aspose.Slides, con ejemplos de código concisos y orientación centrada en el rendimiento.... Shapes . AddSmartArt ( 0 , 0 , 400...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // Verificar...

    docs.aspose.com/slides/es/net/manage-smartart-s...
  9. 使用用户定义的单元格|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...."Page-1" ); // get shape by id Shape shape = page . getShapes...of the shape for ( User user :( Iterable < User >) shape . getUsers...

    docs.aspose.com/diagram/zh/java/working-with-us...
  10. Convertir une forme Visio en PDF|Documentation

    Cette section explique comment convertir une forme visio en pdf avec Aspose.Diagram.... GetDataDir_Shapes (); // Call a Diagram class...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to Pdf...

    docs.aspose.com/diagram/fr/net/convert-a-visio-...