Sort Score
Result 10 results
Languages All
Labels All
Results 9,451 - 9,460 of 50,321 for

shapes

(0.08 sec)
  1. نحوه اضافه کردن شکل Group به سند Word|Aspose.Wo...

    Group کردن و گروه بندی کردن اشکال با استفاده از C#....group shape را به یک سند Word اضافه کنید. چنین group shape از چندین...دستور/دکمه Group به سرعت یک group shape اضافه کنید. یک شکل فردی در یک...

    docs.aspose.com/words/fa/net/how-to-add-group-s...
  2. Управление заполнителями в презентациях с помощ...

    Легко управлять заполнителями в Aspose.Slides для Python через .NET: заменять текст, настраивать подсказки и задавать прозрачность изображений в PowerPoint и OpenDocument....или мастере, проверив, что shape.placeholder не равно None ,...заполнители. for shape in slide . shapes : if shape . placeholder...

    docs.aspose.com/slides/ru/python-net/manage-pla...
  3. NodeCollection.Item | Aspose.Words لـ .NET

    يمكنك الوصول إلى أي عقدة بسهولة باستخدام خاصية NodeCollection Item. استرجع العقد بسرعة حسب الفهرس لإدارة بيانات سلسة وتحسين الأداء.... " )); Shape shape = new Shape ( doc , ShapeType .... Rectangle ); shape . Width = 200 ; shape . Height = 200 ; //...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. Remplacer le texte dans le smart art avec C++|D...

    Apprenez comment mettre à jour le texte dans SmartArt en utilisant Aspose.Cells for C++ en définissant la propriété Shape.Text....en définissant la propriété Shape.Text . Le fichier source d’exemple...Get ( i ); ShapeCollection shapes = worksheet . GetShapes ();...

    docs.aspose.com/cells/fr/cpp/replace-text-in-sm...
  5. Aspose::Words::Drawing::ImageSize::get_HeightPi...

    Aspose::Words::Drawing::ImageSize::get_HeightPixels method. Gets the height of the image in pixels in C++....properties of an image in a shape. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // Insert a shape into the document which contains...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Lavorare con i livelli|Documentation

    Questa sezione spiega come aggiungere o ottenere informazioni sui layer in una forma visio con Aspose.Diagram....programmazione degli oggetti Shape Il seguente pezzo di codice...through the shapes foreach ( Aspose . Diagram . Shape shape in page...

    docs.aspose.com/diagram/it/net/working-with-lay...
  7. ShapeBase.hidden property | Aspose.Words for Py...

    ShapeBase.hidden property. Gets or sets a boolean value indicating whether the shape is visible....value indicating whether the shape is visible. @property def hidden...Examples Shows how to hide the shape. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Работа со слоями|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....[ Hide ] Настройка объектов Shape со слоями Aspose.Diagram for...through the shapes for ( Shape shape : ( Iterable < Shape >) diagram...

    docs.aspose.com/diagram/ru/java/working-with-la...
  9. Gérer les graphiques SmartArt dans les présenta...

    Automatisez la création, la modification et le style des SmartArt PowerPoint en Python via .NET avec Aspose.Slides, en proposant des exemples de code concis et des conseils axés sur la performance.... shapes . add_smart_art ( 0 , 0 , 400...diapositive. for shape in presentation . slides [ 0 ] . shapes : # Vérifier...

    docs.aspose.com/slides/fr/python-net/manage-sma...
  10. منع تعديل العرض باستخدام أقفال الشكل|وثائق Aspo...

    اكتشف كيف تقوم Aspose.Slides for Java بقفل أو إلغاء قفل الأشكال في ملفات PPT و PPTX و ODP، مما يحمي العروض التقديمية مع إتاحة تحرير مضبوط وتسليم أسرع....Traversing all the shapes in the slide. for ( IShape shape : slide . getShapes...getShapes ()) { if ( shape instanceof IAutoShape ) { // تحويل...

    docs.aspose.com/slides/ar/java/applying-protect...