Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 42,536 for

shape

(0.05 sec)
  1. 管理 SmartArt 形状节点|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 SmartArt 节点和子节点...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // 检查形状是否为...检查形状是否为 SmartArt 类型 if ( shape is Aspose . Slides . SmartArt . SmartArt...

    docs.aspose.com/slides/zh/net/manage-smartart-s...
  2. GradientStopCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your gradients with the GradientStopCollection Add method. Seamlessly add custom GradientStops for vibrant designs....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...ShapeType . Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient (...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in C++...Links to websites inside texts, shapes, or media Links to slides Aspose...MakeObject < Presentation > (); auto shapes = presentation -> get_Slides...

    docs.aspose.com/slides/cpp/manage-hyperlinks/
  4. Visio ActiveX Controls|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....Retrieve an ActiveX Control from a Shape Object to Modify Properties...Section in the ShapeSheet Visio Shape Gradient, Gradient Stops and...

    docs.aspose.com/diagram/net/visio-activex-contr...
  5. Aspose::Words::Saving::OoxmlSaveOptions::OoxmlS...

    Aspose::Words::Saving::OoxmlSaveOptions::OoxmlSaveOptions constructor. Initializes a new instance of this class that can be used to save a document in the Docx format in C++....inserting an image will define its shape using VML. doc -> get_CompatibilityOptions...ExplicitCast < Shape > ( doc -> GetChild ( NodeType :: Shape , 0 , true...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. IChartDataPoint.Bubble3D | Aspose.Words for .NET

    Discover the IChartDataPoint Bubble3D property to enhance your Bubble charts with stunning 3D effects for more engaging data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartAxisTitle.Show | Aspose.Words for .NET

    Discover the ChartAxisTitle Show property to control axis title visibility. Enhance your charts with clear, informative titles for better data insights....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  8. AxisTickLabels.orientation property | Aspose.Wo...

    AxisTickLabels.orientation property. Gets or sets the orientation of the tick label text.... shape = builder . insert_chart ( chart_type...height = 252 ) x_tick_labels = shape . chart . axis_x . tick_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement.... Shape textBox = new Shape ( doc , ShapeType...alignment of the text inside the shape. textBox . HorizontalAlignment...

    reference.aspose.com/words/net/aspose.words/sto...
  10. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using C# or .NET...typically exist in text boxes or shapes. Therefore, to add text to...textbox. To allow you add a shape that can hold text, Aspose.Slides...

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