Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 43,024 for

shape

(0.08 sec)
  1. 从 Visio PHP 绘图中获取形状超链接数据|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....); \ # Get a particular shape $shape = $diagram -> getPages ()...getShape ( 1 ); $hyperlinks = $shape -> getHyperlinks (); $i = 0...

    docs.aspose.com/diagram/zh/java/get-shape-hyper...
  2. ChartAxis.NumberFormat | Aspose.Words for .NET

    Discover the ChartAxis NumberFormat property to customize your chart's number formats effortlessly with the ChartNumberFormat object for enhanced data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

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

    Change Placeholder text and prompt text in PowerPoint presentations in C++... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/cpp/manage-placeholder/
  4. ChartDataTable.HasVerticalBorder | Aspose.Words...

    Discover the ChartDataTable HasVerticalBorder property to control vertical border visibility in your data tables. Enhance your data presentation effortlessly!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataTable.HasHorizontalBorder | Aspose.Wor...

    Discover the ChartDataTable HasHorizontalBorder property to easily customize your data table's appearance. Control horizontal borders for enhanced visual clarity!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  6. StoryType Enum | Aspose.Words for .NET

    Discover Aspose.Words.StoryType enum, efficiently manage Word document text stories with ease. Enhance your document processing experience today!...Contains shape or textbox text, represented by Shape . EvenPagesHeader...Examples Shows how to remove all shapes from a node. Document doc =...

    reference.aspose.com/words/net/aspose.words/sto...
  7. Aspose::Words::Drawing::Charts::IChartDataPoint...

    Aspose::Words::Drawing::Charts::IChartDataPoint::get_Bubble3D method. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. ChartDataLabelCollection.orientation property |...

    ChartDataLabelCollection.orientation property. Gets or sets the text orientation of the data labels of the entire series....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) series = shape . chart . series [ 0 ] data_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Stroke.color property | Aspose.Words for Python

    Stroke.color property. Defines the color of a stroke....Remarks The default value for a Shape is aspose.pydrawing.Color.black...Shows to create a variety of shapes. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data point on the chart in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 350.0); Chart chart = shape.getChart(); Assert.assertEquals(3...

    reference.aspose.com/words/java/com.aspose.word...