Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 12,907 for

shape

(0.12 sec)
  1. AxisBound | Aspose.Words for .NET

    Create dynamic axis bounds effortlessly with AxisBound constructor, allowing your word processing app to auto-determine optimal layouts for enhanced user experience....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFootnotes method. Specifies whether to compare differences in footnotes and endnotes in C++....(); // Textbox: SharedPtr < Shape > textBox = builder -> InsertShape...ExplicitCast < Shape > ( docEdited -> GetChild ( NodeType :: Shape , 0 ...

    reference.aspose.com/words/cpp/aspose.words.com...
  3. ChartSeries.smooth property | Aspose.Words for ...

    ChartSeries.smooth property. Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::DocumentVisitor::VisitFootnoteSt...

    Aspose::Words::DocumentVisitor::VisitFootnoteStart method. Called when enumeration of a footnote or endnote text has started in C++....SharedPtr < Shape > shape ) override { if ( shape -> get_Font...get_Font () -> get_Hidden ()) { shape -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. TextBox.internal_margin_left property | Aspose....

    TextBox.internal_margin_left property. Specifies the inner left margin in points for a Shape....left margin in points for a shape. @property def internal_margin_left...margins. text_box_shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartAxisTitle.overlay property | Aspose.Words ...

    ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed to overlap the title...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; let seriesColl = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Forms2OleControl.childNodes property | Aspose.W...

    Forms2OleControl.childNodes property. Gets collection of immediate child controls....docx" ); let shape = doc . getShape ( 0 , true...true ); let oleControl = shape . oleFormat . oleControl ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Fill.solid method | Aspose.Words for Python

    aspose.words.drawing.Fill.solid method...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart # Delete series generated...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartSeriesGroup.series property | Aspose.Words...

    ChartSeriesGroup.series property. Gets a collection of series that belong to this series group....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 形状操作|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....IShape shape = findShape ( slide , "Shape1" ); if ( shape != null...out . println ( "形状名称: " + shape . getName ()); } } finally {...

    docs.aspose.com/slides/zh/java/shape-manipulati...