Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 48,106 for

shape

(0.1 sec)
  1. Forms2OleControlCollection.Item | Aspose.Words ...

    Access the Forms2OleControl object effortlessly with the Item property. Simplify your control management by retrieving items at any index seamlessly....docm" ); // Shapes store and display OLE objects...the document's body. Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Manage Presentation Placeholders in JavaScript|...

    Effortlessly manage placeholders in Aspose.Slides for Node.js via Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument.... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/nodejs-java/manage-place...
  3. Սեղմել DOC Ը C++ Ում

    Սեղմեք DOC ը C++ ում՝ առանց որակի կորստի: Օպտիմալացրեք DOC բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...(NodeType::Shape, true ); for ( const auto & shape : System::...System:: IterateOver <Shape>(nodes)) { if (shape-> get_HasImage ()) {...

    products.aspose.com/words/hy/cpp/compress/doc/
  4. Սեղմել WORD Ը C++ Ում

    Սեղմեք WORD ը C++ ում՝ առանց որակի կորստի: Օպտիմալացրեք WORD բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...(NodeType::Shape, true ); for ( const auto & shape : System::...System:: IterateOver <Shape>(nodes)) { if (shape-> get_HasImage ()) {...

    products.aspose.com/words/hy/cpp/compress/word/
  5. TextBox.vertical_anchor property | Aspose.Words...

    TextBox.vertical_anchor property. Specifies the vertical alignment of the text within a Shape....alignment of the text within a shape. @property def vertical_anchor...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type....docx' ) # Get the collection of shapes from the document, # and save...save the image data of every shape with an image as a file to the...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Rendering::NodeRendererBase::Ren...

    Aspose::Words::Rendering::NodeRendererBase::RenderToScale method. Renders the Shape into a Graphics object to a specified scale in C++....ToScale method Renders the shape into a Graphics object to a...left corner of the rendered shape. y float The Y coordinate (in...

    reference.aspose.com/words/cpp/aspose.words.ren...
  8. Public API Changes in Aspose.Diagram 6.0.0|Docu...

    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....added in the Shape class The isGlued method takes a shape object as...parameter to determine that the two shapes glued or not. Example code:...

    docs.aspose.com/diagram/java/public-api-changes...
  9. Node.PreviousPreOrder | Aspose.Words for .NET

    Discover the Node PreviousPreOrder method to efficiently retrieve the prior node using the preorder tree traversal algorithm for optimized data processing....and delete any encountered shape with an image. Document doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). Count ( s...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Create Line Shapes in Presentations with Python...

    Learn to manipulate line formatting in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Discover properties, methods, and examples....Create Line Shapes in Presentations with Python Contents [ Hide...supports adding different kinds of shapes to the slides. In this topic...

    docs.aspose.com/slides/python-net/line/