Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,155 for

shape grouping

(0.09 sec)
  1. Shape.StoryType | Aspose.Words for .NET

    Transform your StoryType property effortlessly with our intuitive Textbox feature. Enhance user experience and streamline your content creation today!...StoryType Contents [ Hide ] Shape.StoryType property Returns Textbox...how to iterate over all the shapes in a document. public void...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Shape.Filled | Aspose.Words for .NET

    Control Shape aesthetics with the Shape Filled property, deciding if your closed paths are filled for enhanced design flexibility and visual appeal....Filled Contents [ Hide ] Shape.Filled property Determines whether...whether the closed path of the shape will be filled. public bool...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 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/
  4. Lock or unlock shapes with Node.js via C++|Docu...

    This article shows you code explaining how to lock or unlock Shapes to protect them using Aspose.Cells library for Node.js via C++....Lock or unlock shapes with Node.js via C++ Contents [ Hide ]...Sometimes, you need to protect all shapes in certain worksheets to prevent...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...
  5. MorphDataControl | Aspose.Words for Java

    The MorphDataControl structure is an aggregate of six controls CheckBox ComboBox ListBox OptionButton TextBox and ToggleButton in Java....Gets a string that specifies a group of mutually exclusive controls...Sets a string that specifies a group of mutually exclusive controls...

    reference.aspose.com/words/java/com.aspose.word...
  6. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects....the containing block of this shape. public Size CoordSize { get...y coordinate location on a shape’s coordinate plane to a location...

    reference.aspose.com/words/net/aspose.words.dra...
  7. GroupShape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GroupShape class to easily manage and manipulate grouped Shapes in your documents for enhanced visual appeal....GroupShape class Represents a group of shapes in a document. To learn...more, visit the How to Add Group Shape into a Word Document documentation...

    reference.aspose.com/words/net/aspose.words.dra...
  8. 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...
  9. 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...
  10. 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...