Sort Score
Result 10 results
Languages All
Labels All
Results 9,831 - 9,840 of 50,320 for

shapes

(0.33 sec)
  1. 档案

    档案...try { // 添加矩形形状 IAutoShape shape = pres.getSlides().get_Item(0)...200, 150, 200, 200); // 设置文本 shape.getFillFormat().setFillType(FillType...

    blog.aspose.com/zh/slides/apply-three-d-effects...
  2. إدارة الموصلات في العروض التقديمية باستخدام .NE...

    تمكين تطبيقات .NET من رسم وربط وتوجيه الخطوط تلقائيًا في شرائح PowerPoint—احصل على تحكم كامل في الموصلات المستقيمة والمرفقة والمنحنية....AddAutoShape المتاحة عبر كائن Shapes . أضف موصلاً باستخدام طريقة...AddConnector المتاحة عبر كائن Shapes مع تحديد نوع الموصل. اربط الأشكال...

    docs.aspose.com/slides/ar/net/connector/
  3. Aspose::Words::Drawing::ReflectionFormat class ...

    Aspose::Words::Drawing::ReflectionFormat class. Represents the reflection formatting for an object in C++....to interact with reflection shape effect. auto doc = System ::...get_MyDir () + u "Various shapes.docx" ); auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. ShapeBase.Hidden | Aspose.Words per .NET

    Controlla la visibilità delle forme con la proprietà nascosta di ShapeBase. Passa facilmente da visibile a nascosto per una maggiore flessibilità di progettazione....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); if (! shape . Hidden ) shape . Hidden...

    reference.aspose.com/words/it/net/aspose.words....
  5. Управление узлами фигур SmartArt в презентациях...

    Управление узлами фигур SmartArt в PPT и PPTX с помощью Aspose.Slides for .NET. Получите понятные примеры кода и советы по оптимизации ваших презентаций....foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // Проверить...фигура типом SmartArt if ( shape is Aspose . Slides . SmartArt...

    docs.aspose.com/slides/ru/net/manage-smartart-s...
  6. Aspose.Slides for Java 14.5.0における公開APIと後方互換性のない...

    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....例えば: IShape shape = ...; shape . setFrame ( new ShapeFrame...Float . NaN )); または slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/ja/androidjava/public-ap...
  7. Archiwa

    Archiwa...shapes.add_auto_shape(slides.ShapeType.RECTANGLE...watermarkShape.shape_lock.select_locked = True watermarkShape.shape_lock...

    blog.aspose.com/pl/slides/add-watermark-to-powe...
  8. Container Styling Issue - Free Support Forum - ...

    I am having an issue when copying a container from one page to another. The script below makes the correct # of copies and resizes them correctly. However, the styling is incorrect. If you open the output file in visi…...ContainerProperties of the shape, and I don’t see that being...[string]$Value ) foreach ($item in $page.Shapes) { $prop = $item.props.GetProp($Key)...

    forum.aspose.com/t/container-styling-issue/320591
  9. Hyperlink|Aspose.Slides Dokumentation

    Hyperlinks in Aspose.Slides für C++ hinzufügen und verwalten: Text, Formen und Bilder verlinken, Ziele und Aktionen für PPT, PPTX und ODP festlegen, mit C++-Beispielen....get_Slide ( 0 ); auto shape = slide -> get_Shapes () -> AddAutoShape...Rectangle , 50 , 50 , 150 , 50 ); shape -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/de/cpp/examples/elements...
  10. Drehen Sie eine Form mit einem geeigneten Winke...

    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....vsd" ); \ # Add a shape and set the angle $diagram ->...$saveFileFormat -> VDX ); print "Rotated shape." . PHP_EOL ; Laufcode herunterladen...

    docs.aspose.com/diagram/de/java/rotate-a-shape-...