Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 45,927 for

shape

(0.13 sec)
  1. Callout|Aspose.Slides 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....setting series data label callout shape for a Doughnut chart. Below...setAutofitType ( TextAutofitType . Shape ); lbl . getDataLabelFormat...

    docs.aspose.com/slides/androidjava/callout/
  2. Callout|Aspose.Slides 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....setting series data label callout shape for a Doughnut chart. Below...setAutofitType ( TextAutofitType . Shape ); lbl . getDataLabelFormat...

    docs.aspose.com/slides/java/callout/
  3. 添加幻灯片到演示文稿|Aspose.Slides 文档

    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.... Shape titleShape = slide . CommonSlideData...ShapeTree . AppendChild ( new Shape ()); drawingObjectId ++; //...

    docs.aspose.com/slides/zh/net/adding-slide-to-p...
  4. Creating a Table on PowerPoint Slide in VSTO an...

    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.... Shape shp = sld . Shapes . AddTable ( 15 ,...PowerPoint . TextFrame tf = cell . Shape . TextFrame ; //Add some text...

    docs.aspose.com/slides/net/creating-a-table-on-...
  5. Aspose::Words::Drawing::Charts::ChartDataLabelL...

    Aspose::Words::Drawing::Charts::ChartDataLabelLocationMode enum. Specifies how the values ​​that specify the location of a data label - the Left and Top properties - are interpreted in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML in Java....md shape")); Assert.assertEquals(1, filteredShapes...= MessageFormat.format("{0} shape {1}, of type {2}.{3}", mOutFileName...

    reference.aspose.com/words/java/com.aspose.word...
  7. 搜索

    搜索...pres: # 添加形狀 shape = pres.slides[0].shapes.add_auto_shape(slides.ShapeType...RECTANGLE, 200, 150, 250, 250) shape.fill_format.fill_type = slides...

    blog.aspose.com/zh-hant/slides/create-three-d-e...
  8. Integrating Aspose.Slides with Google Slides|As...

    Learn how to integrate Aspose.Slides with Google Slides and Google Drive for seamless presentation processing. Use Google API via OAuth 2.0 or Service Accounts to convert, edit, upload, and download presentations programmatically in .NET....()) { var shape = presentation . Slides [ 0 ]. Shapes . AddAutoShape..., 100 , 100 , 300 , 200 ); shape . TextFrame . Text = "Hello...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  9. ChartAxis.minor_unit_is_auto property | Aspose....

    ChartAxis.minor_unit_is_auto property. Gets or sets a flag indicating whether default distance between minor tick marks shall be used....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C# or .NET...a table shape to the slide ITable tbl = sld . Shapes . AddTable...Adds a table shape to slide ITable tbl = sld . Shapes . AddTable...

    docs.aspose.com/slides/net/manage-table/