Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 49,130 for

shape

(0.1 sec)
  1. Manage Audio in Presentations Using C++|Aspose....

    Create and control audio frames in Aspose.Slides for C++—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....auto audioFrame = sld -> get_Shapes () -> AddAudioFrameEmbedde...auto audioFrame = slide -> get_Shapes () -> AddAudioFrameEmbedde...

    docs.aspose.com/slides/cpp/audio-frame/
  2. ChartDataLabelCollection.number_format property...

    ChartDataLabelCollection.number_format property. Gets an [ChartNumberFormat](../../chartnumberformat/) instance allowing to set number format for the data labels of the entire series.... shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart chart . series . clear...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 档案

    档案...auto smartArt = slide->get_Shapes()->AddSmartArt(0, 0, 400, 400...Path); // 循环遍历形状 for (auto shape : presentation->get_Slides(...

    blog.aspose.com/zh/slides/create-smartart-in-po...
  4. ChartFormat.stroke property | Aspose.Words for ...

    ChartFormat.stroke property. Gets line formatting for the parent chart element....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart # Delete default generated...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 在 Ruby 中将超链接添加到 Visio 形状|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....) \ # Add hyperlink to the shape diagram . getPages () . getPage...VDX ) puts "Added hyperlik to shape successfully!" 下载运行代码 下载**将超链接添加到...

    docs.aspose.com/diagram/zh/java/add-hyperlink-t...
  6. Fill.solid method | Aspose.Words for Node.js

    Aspose.Words.Drawing.Fill.solid method...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete series generated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Manage Presentation Themes on Android|Aspose.Sl...

    Master presentation themes in Aspose.Slides for Android via Java to create, customize and convert PowerPoint files with consistent branding....Presentation (); try { IAutoShape shape = pres . getSlides (). get_Item...Rectangle , 10 , 10 , 100 , 100 ); shape . getFillFormat (). setFillType...

    docs.aspose.com/slides/androidjava/presentation...
  8. Fill.presetTextured method | Aspose.Words for N...

    Fill.presetTextured method. Sets the fill to a preset texture....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; // Delete default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Manage Presentation Themes in PHP|Aspose.Slides...

    Master presentation themes in Aspose.Slides for PHP via Java to create, customize and convert PowerPoint files with consistent branding....new Presentation (); try { $shape = $pres -> getSlides () -> get_Item...Rectangle , 10 , 10 , 100 , 100 ); $shape -> getFillFormat () -> setFillType...

    docs.aspose.com/slides/php-java/presentation-th...
  10. ImageData.isLink property | Aspose.Words for No...

    ImageData.isLink property. Returns ``true`` if the image is linked to the Shape (when [ImageData.sourceFullName](../sourceFullName/) is specified)....the image is linked to the shape (when ImageData.sourceFullName...

    reference.aspose.com/words/nodejs-net/aspose.wo...