Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 48,389 for

shape

(0.12 sec)
  1. Fill.fore_theme_color property | Aspose.Words f...

    Fill.fore_theme_color property. Gets or sets a ThemeColor object that represents the foreground color for the fill....color for foreground/background shape color. doc = aw . Document ()...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_Orientation method. Gets or sets the orientation of the label text in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...Charts :: ChartSeries > series = shape -> get_Chart () -> get_Series...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ChartLegend.Overlay | Aspose.Words for .NET

    Control chart element overlap with the ChartLegend Overlay property. Enhance your data visualization with customizable legend settings for clearer insights....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 300 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartSeries.BubbleSizes | Aspose.Words for .NET

    Discover the ChartSeries BubbleSizes property to access customizable bubble sizes, enhancing your data visualization and charting experience.... Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; // Delete default...

    reference.aspose.com/words/net/aspose.words.dra...
  5. OleControl.is_forms2_ole_control property | Asp...

    OleControl.is_forms2_ole_control property. Returns ``True`` if the control is a [Forms2OleControl](../../forms2olecontrol/)....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::DocumentBuilder::InsertOleObject...

    Aspose::Words::DocumentBuilder::InsertOleObject method. Inserts an embedded OLE object from a stream into the document in C++....Aspose :: Words :: Drawing :: Shape > Aspose :: Words :: DocumentBuilder...predefined images. ReturnValue Shape node containing Ole object and...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Working with User-defined Cells|Documentation

    This section explains how to read User-defined cells of the visio Shapes with Aspose.Diagram....the Visio Shapes Users insert text fields into shapes to display...User-defined Cells section in the shape’s ShapeSheet. Developers can...

    docs.aspose.com/diagram/net/working-with-user-d...
  8. Theme | Aspose.Words for Java

    Represents document Theme and provides access to main theme parts including getMajorFonts getMinorFonts and getColors in Java....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". ThemeColors colors = theme.getColors(); colors...

    reference.aspose.com/words/java/com.aspose.word...
  9. Disable Spell Check and Grammar Check in PowerP...

    How can we disable spellcheck/grammer check in the PPT....disables proofing for the main shapes in the presentation (tables...boxes). The list of supported shapes can be expanded if needed....

    forum.aspose.com/t/disable-spell-check-and-gram...
  10. Working with Images in C++|Aspose.Words for C++

    Introduction to Image feature, how to create and manipulate image using C++....All images are stored inside Shape nodes in a Document . To extract...GetChildNodes method to select all Shape nodes. Iterate through resulting...

    docs.aspose.com/words/cpp/working-with-images/