Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 48,784 for

shape

(0.17 sec)
  1. How To Link Excel Shapes to Worksheet Cells|Doc...

    How To Link Excel Shapes to Worksheet Cells...Ask AI How To Link Excel Shapes to Worksheet Cells Contents [...contents of a worksheet cell in a shape, text box, or chart element...

    docs.aspose.com/cells/net/link-shapes-to-cells/
  2. How to change an inheritUserPop? - Free Support...

    Hi, i have an existing VSDX document. In Visio in the Shapesheet data i can see six User-defined Cells of a Shape. The values of four of these User-defined Cells are displayed in black font and the other two in blue fon…...six User-defined Cells of a shape. The values of four of these...modify the source shape or the master shape from which the inherited...

    forum.aspose.com/t/how-to-change-an-inherituser...
  3. ShapeBase.top_relative property | Aspose.Words ...

    ShapeBase.top_relative property. Gets or sets the value that represents Shape's relative top position in percent....sets the value that represents shape’s relative top position in percent...a simple shape with absolute size and position. shape = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. 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...
  6. Aspose::Words::Drawing::ShapeBase::LocalToParen...

    Aspose::Words::Drawing::ShapeBase::LocalToParent method. Converts a value from the local coordinate space into the coordinate space of the parent Shape in C++....coordinate space of the parent shape. System :: Drawing :: PointF...y coordinate location on a shape’s coordinate plane to a location...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Forms2OleControl | Aspose.Words for Java

    Represents Microsoft Forms 2.0 OLE control in Java....docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...true); OleControl oleControl = shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  8. DocumentVisitor.visit_shape_start method | Aspo...

    DocumentVisitor.visit_Shape_start method. Called when enumeration of a Shape has started....visit_shape_start method visit_shape_start(shape) Called when...enumeration of a shape has started. def visit_shape_start ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. ShapeBase.relative_horizontal_position property...

    ShapeBase.relative_horizontal_position property. Specifies relative to what the Shape is positioned horizontally....Specifies relative to what the shape is positioned horizontally....only for top level floating shapes. Examples Shows how to insert...

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