Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 5,089 for

shape grouping

(0.06 sec)
  1. Aspose::Words::Drawing::Charts::Chart::get_Seri...

    Aspose::Words::Drawing::Charts::Chart::get_SeriesGroups method. Provides access to a series group collection of this chart in C++....Provides access to a series group collection of this chart. System...:: Words :: Drawing :: Shape > shape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Public API and Backwards Incompatible Changes i...

    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....are used to create a separate shape thumbnail. The ShapeThumbnailBounds...enumeration defines the possible shape thumbnail bound types. Property...

    docs.aspose.com/slides/net/public-api-and-backw...
  3. CheckBoxControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.CheckBoxControl class to easily toggle checkbox values and enhance your document automation with seamless integration....sets a string that specifies a group of mutually exclusive controls..."ActiveX controls.docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Forms2OleControl.child_nodes property | Aspose....

    Forms2OleControl.child_nodes property. Gets collection of immediate child controls....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OleFormat.ole_control property | Aspose.Words f...

    OleFormat.ole_control property. Gets [OleFormat.ole_control](./) objects if this OLE object is an ActiveX control...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Features Overview|Aspose.Slides Documentation

    C++ PowerPoint API supports most of the PowerPoint document formats and also exports them to popular formats. Key features include conversions, rendering, content manipulation and formatting....Finding a Shape You can also find a particular shape from a slide...alternative text associated with the shape Backgrounds Aspose.Slides for...

    docs.aspose.com/slides/cpp/features-overview/
  7. Սեղմել TIFF Ը Java Ում

    Սեղմեք TIFF ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք TIFF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:... compile ( group : 'com.aspose' , name : 'aspose-words'...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...

    products.aspose.com/words/hy/java/compress/tiff/
  8. Սեղմել JPG Ը Java Ում

    Սեղմեք JPG ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք JPG բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:... compile ( group : 'com.aspose' , name : 'aspose-words'...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...

    products.aspose.com/words/hy/java/compress/jpg/
  9. ChartNumberFormat | Aspose.Words for Java

    Represents number formatting of the parent element in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  10. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...