Sort Score
Result 10 results
Languages All
Labels All
Results 8,271 - 8,280 of 49,798 for

shapes

(0.18 sec)
  1. Archivo

    Archivo...foreach (Shape shape in page.Shapes) { Console.WriteLine("Shape ID...ID : ", shape.ID); Console.WriteLine("Name : ", shape.Name); }...

    blog.aspose.com/es/diagram/read-visio-shape-dat...
  2. Arbeiten mit Hyperlinks|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...); //add hyperlink to the shape shape . getHyperlinks (). add (...

    docs.aspose.com/diagram/de/java/working-with-hy...
  3. Tinte|Aspose.Slides für Python Dokumentation

    Verwalten Sie digitale Tinte auf Folien in Python mit Aspose.Slides: Fügen Sie Stiftstriche hinzu, bearbeiten Sie Pfade, legen Sie Farbe und Breite fest und exportieren Sie die Ergebnisse für PowerPoint und OpenDocument....None for shape in slide . shapes : if isinstance ( shape , slides.... ink . Ink ): first_ink = shape break Ink entfernen Löschen...

    docs.aspose.com/slides/de/python-net/examples/e...
  4. Обновить данные фигур|Documentation

    В этом разделе объясняется, как обновить данные фигуры для фигуры visio с помощью Aspose.Diagram.... Обновить данные Shape Используйте следующий код в...= RunExamples . GetDataDir_Shapes (); // Load a Visio diagram...

    docs.aspose.com/diagram/ru/net/refresh-shapes-d...
  5. Stroke.Color2 | Aspose.Words لـ .NET

    اكتشف خاصية Stroke Color2 - قم بتعزيز تصميماتك باستخدام لون ضربة ثانية قابل للتخصيص للحصول على صور نابضة بالحياة وجذابة للنظر....ملاحظات القيمة الافتراضية لـ Shape هو White . أمثلة يوضح كيفية...MyDir + "Shape stroke pattern border.docx" ); Shape shape = ( Shape...

    reference.aspose.com/words/ar/net/aspose.words....
  6. Adjustment.Value | Aspose.Words لـ .NET

    اكتشف خاصية قيمة التعديل، واحصل بسهولة على قيم التعديل الخام أو قم بتعيينها لتحسين إدارة البيانات وتبسيط العمليات لديك...."Rounded rectangle shape.docx" ); Shape shape = ( Shape ) doc . GetChild...GetChild ( NodeType . Shape , 0 , true ); AdjustmentCollection adjustments...

    reference.aspose.com/words/ar/net/aspose.words....
  7. تغييرات واجهة برمجة التطبيقات العامة في Aspose....

    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 بالإضافة إلى خاصية Shape.Reflection للتحكم في تأثيرات...تأثيرات الانعكاس لكائن Shape. تحتوي فئة ReflectionEffect على الخصائص...

    docs.aspose.com/cells/ar/java/public-api-change...
  8. API العام التغييرات في Aspose.Diagram 5.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....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/ar/java/public-api-chan...
  9. SignatureLine.AllowComments | Aspose.Words for ...

    Discover the SignatureLine AllowComments property, enable signers to add comments in the Sign dialog for enhanced feedback. Default is false...."Senior Manager" }; // Insert a shape that will contain a signature...created above. // If we insert a shape whose coordinates originate...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Gestionar formas de presentación en .NET|Docume...

    Aprenda a crear, editar y optimizar formas en Aspose.Slides para .NET y ofrecer presentaciones de PowerPoint de alto rendimiento....IShape shape = FindShape ( slide , "Shape1" ); if ( shape != null...Console . WriteLine ( "Shape Name: " + shape . Name ); } } } // Implementación...

    docs.aspose.com/slides/es/net/shape-manipulations/