Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 42,840 for

shape

(0.05 sec)
  1. ShapeBase.AllowOverlap | Aspose.Words for .NET

    Discover the ShapeBase AllowOverlap property, control Shape interactions by enabling or disabling overlap with other Shapes for enhanced design flexibility....specifies whether this shape can overlap other shapes. public bool AllowOverlap...property affects behavior of the shape in Microsoft Word. Aspose.Words...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Convert PPTX to Word in C++ | products.aspose.com

    Convert PPTX to Word in C++. Use C++ library API to convert PowerPoint to Word...for ( const auto & shape : slide -> get_Shapes()) { if (ObjectExt...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...

    products.aspose.com/slides/cpp/conversion/pptx-...
  3. Convert PPT to Word in C++ | products.aspose.com

    Convert PPT to Word in C++. Use C++ library API to convert PowerPoint to Word...for ( const auto & shape : slide -> get_Shapes()) { if (ObjectExt...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  4. ChartSeries.InvertIfNegative | Aspose.Words for...

    Discover the ChartSeries InvertIfNegative property. Easily customize color inversions for negative values, enhancing your data visualization experience....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartYValueCollection Class | Aspose.Words for ...

    Discover the Aspose.Words.Drawing.Charts.ChartYValueCollection class, your go-to solution for managing Y values in chart series efficiently and effectively....new DocumentBuilder (); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeries series...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::IChartDataPoint...

    Aspose::Words::Drawing::Charts::IChartDataPoint::get_InvertIfNegative method. Specifies whether the parent element shall inverts its colors if the value is negative in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Loading::LoadOptions::get_Conver...

    Aspose::Words::Loading::LoadOptions::get_ConvertShapeToOfficeMath method. Gets or sets whether to convert Shapes with EquationXML to Office Math objects in C++....or sets whether to convert shapes with EquationXML to Office...how to convert EquationXML shapes to Office Math objects. auto...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. Aspose::Words::Drawing::Charts::ChartMarker::ge...

    Aspose::Words::Drawing::Charts::ChartMarker::get_Symbol method. Gets or sets chart marker symbol in C++....> ( doc ); SharedPtr < Shape > shape = builder -> InsertChart...SharedPtr < Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Charts::ChartDataPointC...

    Aspose::Words::Drawing::Charts::ChartDataPointCollection::GetEnumerator method. Returns an enumerator object 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. ThemeColors.accent4 property | Aspose.Words for...

    ThemeColors.accent4 property. Specifies color Accent 4....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". colors = theme . colors colors . dark1 =...

    reference.aspose.com/words/python-net/aspose.wo...