Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,155 for

shape grouping

(0.11 sec)
  1. 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...
  2. OleControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.OleControl class to seamlessly integrate OLE ActiveX controls in your applications for enhanced functionality....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  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. 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...
  5. Forms2OleControl.Caption | Aspose.Words for .NET

    Discover the Forms2OleControl Caption property to easily customize your control's title. Enhance user experience with this simple, effective feature....Caption = "Button caption" }; Shape shape = builder . InsertForms2OleContr..."ActiveX controls.docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...SHAPE, true)) { if (obj instanceof Shape) { int bm...getAndIncrement(); Shape shape = (Shape) obj; if (shape.isInline())...

    forum.aspose.com/t/alternative-way-to-extract-a...
  7. OptionButtonControl.Selected | Aspose.Words for...

    Manage your OptionButtonControl with ease! Set or get its selected state with a simple boolean value for seamless user interaction....select multiple items in a group of OptionButtonControl with..."Radio buttons.docx" ); Shape shape1 = ( Shape ) doc . GetChild (...

    reference.aspose.com/words/net/aspose.words.dra...
  8. CommandButtonControl | Aspose.Words for Java

    The CommandButton control runs a macro that performs an action when a user clicks it in Java....CommandButtonControl(); Shape shape = builder.insertForms2OleContr(button1);...Gets a string that specifies a group of mutually exclusive controls...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Drawing::GroupShape::GroupShape ...

    Aspose::Words::Drawing::GroupShape::GroupShape constructor. Creates a new group Shape in C++....constructor Creates a new group shape. Aspose :: Words :: Drawing...document. Remarks By default, the shape is floating and has default...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Compress HTML In Java

    Compress HTML in Java without losing quality. Optimize HTML content, reduce file size easily.... compile ( group : 'com.aspose' , name : 'aspose-words'...getChildNodes(NodeType.SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...

    products.aspose.com/words/java/compress/html/