Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 48,106 for

shape

(0.1 sec)
  1. Aspose::Words::Drawing::Stroke::get_Fill method...

    Aspose::Words::Drawing::Stroke::get_Fill method. Gets fill formatting for the Stroke in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...WrapType :: None ); // Basic shapes, such as the rectangle, have...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Fill::get_Pattern metho...

    Aspose::Words::Drawing::Fill::get_Pattern method. Gets a PatternType for the fill in C++....Shows how to set pattern for a shape. auto doc = System :: MakeObject...() + u "Shape stroke pattern border.docx" ); auto shape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Insert Pictures and Shapes of Excel files.|Docu...

    Manage pictures, oleobject, Shapes into Excel files....Ask AI Insert Pictures and Shapes of Excel files. Contents [...need to insert some necessary shapes into the worksheet.You may...

    docs.aspose.com/cells/python-net/insert-shapes/
  4. Aspose::Words::Drawing::TextBox::get_NoTextRota...

    Aspose::Words::Drawing::TextBox::get_NoTextRotation method. Gets or sets a boolean value indicating either text of the TextBox should not rotate when the Shape is rotated in C++....should not rotate when the shape is rotated. bool Aspose :: Words...disable text rotation when the shape is rotate. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Manage PowerPoint Shapes in PHP|Aspose.Slides f...

    Learn how to create, edit, format, and manipulate Shapes in Aspose.Slides for PHP via Java, with code examples for PPT and PPTX presentations....PowerPoint Shapes in PHP Contents [ Hide ] Shape Types in Aspose...Format PowerPoint Shapes in PHP Apply Shape Effects in Presentations...

    docs.aspose.com/slides/php-java/powerpoint-shapes/
  6. Shape.chart property | Aspose.Words for Python

    Shape.chart property. Provides access to the chart properties if this Shape has a [Chart](../../../aspose.words.drawing.charts/chart/)....chart property Shape.chart property Provides access to the chart...chart properties if this shape has a Chart . @property def chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CompositeNode.GetChild | Aspose.Words for .NET

    Discover the CompositeNode GetChild method to easily retrieve the Nth child node of a specific type, enhancing your data management efficiency....(); // Add two runs and one shape as child nodes to the first..."Hello world! " )); Shape shape = new Shape ( doc , ShapeType ...

    reference.aspose.com/words/net/aspose.words/com...
  8. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side....filled by the fill color of the shape). Positive values less than...being stretched to fit the shape. The default value is 0. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Forms2OleControlCollection.Count | Aspose.Words...

    Discover the Forms2OleControlCollection Count property to easily retrieve the total number of objects in your collection for enhanced data management....docm" ); // Shapes store and display OLE objects...the document's body. Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Get Paragraph Bounds from Presentations in Java...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for Java to optimize text positioning in PowerPoint presentations.... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/java/paragraph/