Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 9,889 for

shape

(0.04 sec)
  1. Removing row or column in Table in VSTO and Asp...

    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....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) { ITable...

    docs.aspose.com/slides/net/removing-row-or-colu...
  2. ChartTitle class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartTitle class. Provides access to the chart title properties...( doc ); // Insert a chart shape with a document builder and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Manage Bullet and Numbered Lists|Aspose.Slides ...

    Create bullet and numbered lists in PowerPoint presentation in C# or .NET...the TextFrame of the added shape. Remove the default paragraph...IAutoShape autoShape = slide . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  4. Aspose::Words::Loading::ResourceLoadingArgs::ge...

    Aspose::Words::Loading::ResourceLoadingArgs::get_ResourceType method. Type of resource in C++....GetChildNodes ( NodeType :: Shape , true ) -> get_Count ()); doc...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. ResourceLoadingArgs.OriginalUri | Aspose.Words ...

    Discover the ResourceLoadingArgs OriginalUri property—access the original URI of resources from imported documents for streamlined data management.... Shape , true ). Count ); doc . Save...

    reference.aspose.com/words/net/aspose.words.loa...
  6. DocumentBase.ResourceLoadingCallback | Aspose.W...

    Optimize your DocumentBase with the ResourceLoadingCallback property for efficient control over external resource loading. Enhance performance today!... Shape , true ). Count ); doc . Save...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::DocumentBase::get_ResourceLoadin...

    Aspose::Words::DocumentBase::get_ResourceLoadingCallback method. Allows to control how external resources are loaded in C++....GetChildNodes ( NodeType :: Shape , true ) -> get_Count ()); doc...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...null ; // Iterates through the shapes and sets a reference to the...30 , 30 }; // Adds a table shape to slide ITable table = sld...

    docs.aspose.com/slides/java/manage-rows-and-col...
  9. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...null ; // Iterates through the shapes and sets a reference to the...30 , 30 }; // Adds a table shape to slide ITable table = sld...

    docs.aspose.com/slides/androidjava/manage-rows-...
  10. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....Footnote , Run , SpecialChar , Shape , GroupShape , CommentRangeStart...Document(); // Add two runs and one shape as child nodes to the first...

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