Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 48,648 for

shape

(0.05 sec)
  1. Shape.hasImage property | Aspose.Words for Node.js

    Shape.hasImage property. Returns ``true`` if the Shape has image bytes or links an image....property Shape.hasImage property Returns true if the shape has image...Examples Shows how to delete all shapes with images from a document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TextBoxControl | Aspose.Words for Java

    The TextBox control displays text from an organized set of data or user input in Java....docm"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...textBoxControl = (TextBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  3. CheckBoxControl | Aspose.Words for Java

    The CheckBox control toggles a value in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...checkBoxControl = (CheckBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  4. Format PowerPoint Shapes in PHP|Aspose.Slides f...

    Learn how to format PowerPoint Shapes in PHP using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....Format PowerPoint Shapes in PHP Contents [ Hide ] Overview In...PowerPoint, you can add shapes to slides. Since shapes are made up of...

    docs.aspose.com/slides/php-java/shape-formatting/
  5. Aspose::Words::Drawing::ShapeBase::get_Fill met...

    Aspose::Words::Drawing::ShapeBase::get_Fill method. Gets fill formatting for the Shape in C++....Gets fill formatting for the shape. System :: SharedPtr < Aspose...Examples Shows how to fill a shape with a solid color. auto doc...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. OptionButtonControl | Aspose.Words for Java

    The OptionButton control enables a single choice in a limited set of mutually exclusive choices in Java....docx"); Shape shape1 = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...setSelected(false); Shape shape2 = (Shape)doc.getChild(NodeType.SHAPE, 1, true);...

    reference.aspose.com/words/java/com.aspose.word...
  7. NodeRendererBase.RenderToScale | Aspose.Words f...

    Discover the NodeRendererBase RenderToScale method—efficiently render Shapes into Graphics objects at any scale for enhanced visual output....RenderToScale method Renders the shape into a Graphics object to a...left corner of the rendered shape. y Single The Y coordinate (in...

    reference.aspose.com/words/net/aspose.words.ren...
  8. Fill.GradientStyle | Aspose.Words for .NET

    Discover how to enhance your designs with the GradientStyle property for stunning fill effects. Elevate your projects with vibrant gradients!...Examples Shows how to fill a shape with a gradients. Document doc...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Shape.strokeColor property | Aspose.Words for N...

    Shape.strokeColor property. Defines the color of a stroke....strokeColor property Shape.strokeColor property Defines the color...Examples Shows how to fill a shape with a solid color. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PageSetup.PageHeight | Aspose.Words for .NET

    Discover the PageSetup PageHeight property to efficiently manage your document's height in points, enhancing your layout and presentation.... HeaderPrimary ); Shape shape = builder . InsertImage (...logo.png" ); shape . WrapType = WrapType . None ; shape . BehindText...

    reference.aspose.com/words/net/aspose.words/pag...