Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 42,872 for

shape

(0.05 sec)
  1. 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...
  2. 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...
  3. 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...
  4. ImageSize.vertical_resolution property | Aspose...

    ImageSize.vertical_resolution property. Gets the vertical resolution in DPI....properties of an image in a shape. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) # Insert a shape into the document which contains...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Connector|Aspose.Slides for Python Documentation

    Connect PowerPoint Shapes in Python...links two shapes together and stays attached to shapes even when...(green dots), which exist on all shapes by default. Connection dots...

    docs.aspose.com/slides/python-net/connector/
  6. Add Shapes|Documentation

    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....Add Shapes Contents [ Hide ] VSTO Visio Visio . Application vsdApp...vsdApp . Documents . Open ( "Add Shapes.vdx" ); Visio . Documents visioDocs...

    docs.aspose.com/diagram/net/add-shapes/
  7. ReflectionFormat.transparency property | Aspose...

    ReflectionFormat.transparency property. Gets or sets a double value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency for the reflection effect...to interact with reflection shape effect. doc = aw . Document...= MY_DIR + 'Various shapes.docx' ) shape = doc . get_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SoftEdgeFormat.Remove | Aspose.Words for .NET

    Effortlessly remove SoftEdgeFormat from your parent object with the SoftEdgeFormat Remove method. Streamline your design for optimal results!...new DocumentBuilder (); Shape shape = builder . InsertShape (...// Apply soft edge to the shape. shape . SoftEdge . Radius = 30...

    reference.aspose.com/words/net/aspose.words.dra...
  9. DocumentBuilder.InsertImage | Aspose.Words for ...

    Effortlessly enhance your documents with DocumentBuilder's InsertImage method, allowing seamless insertion of .NET images at full scale for stunning visuals.... public Shape InsertImage ( Image image )...and other settings using the Shape object returned by this method...

    reference.aspose.com/words/net/aspose.words/doc...
  10. NodeCollection class | Aspose.Words for Python

    aspose.words.NodeCollection class. Represents a collection of nodes of a specific type...replace all textbox shapes with image shapes. doc = aw . Document...'Textboxes in drawing canvas.docx' ) shapes = list ( filter ( lambda a...

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