Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 9,912 for

shape

(0.04 sec)
  1. Adjustment.value property | Aspose.Words for Py...

    Adjustment.value property. Gets or sets the raw value of the adjustment....for calculations within the shape guides. Examples Shows how to...+ 'Rounded rectangle shape.docx' ) shape = doc . get_child ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CheckBoxControl.checked property | Aspose.Words...

    CheckBoxControl.checked property. Gets or sets a boolean value indicating either this [CheckBoxControl](../) is checked or not...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () check_box_control = shape . ole_format ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Loading::HtmlLoadOptions::get_Su...

    Aspose::Words::Loading::HtmlLoadOptions::get_SupportVml method. Gets or sets a value indicating whether to support VML images in C++....ExplicitCast < Shape > ( doc -> GetChild ( NodeType :: Shape , 0 , true...ExplicitCast < Shape > ( doc -> GetChild ( NodeType :: Shape , 0 , true...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. Chart.DataTable | Aspose.Words for .NET

    Access and customize your chart's DataTable properties effortlessly. Enhance data visualization with the Show property for clear insights....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartAxisTitle.Format | Aspose.Words for .NET

    Discover the ChartAxisTitle Format property for easy customization of axis title fill and line styles, enhancing your data visualization....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; // Delete series generated...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartDataTable.HasLegendKeys | Aspose.Words for...

    Discover the ChartDataTable HasLegendKeys property to easily control legend key visibility in your data table. Enhance clarity with customizable settings!...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ImageData.borders property | Aspose.Words for P...

    ImageData.borders property. Gets the collection of borders of the image...Examples Shows how to edit a shape’s image data. img_source_doc...MY_DIR + 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Manage Placeholder|Aspose.Slides for Python Doc...

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

    docs.aspose.com/slides/python-net/manage-placeh...
  9. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_ShowBubbleSize method. Allows to specify if bubble size is to be displayed for the data labels on a chart. Applies only to Bubble charts. Default value is false in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Drawing Images|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....Graphics class to draw the line shapes on the Image surface. To demonstrate...shows you how to draw the line shapes on the Image surface. Drawing...

    docs.aspose.com/psd/java/drawing-images/