Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 42,872 for

shape

(0.06 sec)
  1. How to change the Comment Font Color with C++|D...

    Learn how to customize comment font color in Excel using Aspose.Cells with C++....Cells provides a Shape.GetTextBody() property to set...code demonstrates the use of Shape.GetTextBody() property to set...

    docs.aspose.com/cells/cpp/how-to-change-the-com...
  2. Aspose::Words::Drawing::Stroke::get_On method |...

    Aspose::Words::Drawing::Stroke::get_On method. Defines whether the path will be stroked in C++....Remarks The default value for a Shape is true . Examples Shows how...> ( doc ); SharedPtr < Shape > shape = builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. NodeCollection class | Aspose.Words for Node.js

    Aspose.Words.NodeCollection class. Represents a collection of nodes of a specific type...replace all textbox shapes with image shapes. let doc = new aw...let shapes = doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Public API Changes in Aspose.Diagram 4.4.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....developers to modify TimeLine shape dialog box. Users can see example...and Date Format of TimeLine Shape] Setting the Milestone Dialog...

    docs.aspose.com/diagram/net/public-api-changes-...
  5. 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...
  6. Սեղմել 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/
  7. Սեղմել 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/
  8. TextureAlignment enumeration | Aspose.Words for...

    Aspose.Words.Drawing.TextureAlignment enumeration. Specifies the alignment for the tiling of the texture fill....tiling the texture inside the shape. let doc = new aw . Document...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Section.DeleteHeaderFooterShapes | Aspose.Words...

    Effortlessly remove all drawing Shapes from section headers and footers with the DeleteHeaderFooterShapes method for cleaner document presentation....DeleteHeaderFooterSh method Deletes all shapes (drawing objects) from the...Examples Shows how to remove all shapes from all headers footers in...

    reference.aspose.com/words/net/aspose.words/sec...
  10. Compress HTML In C++

    Compress HTML in C++ without losing quality. Optimize HTML content, reduce file size easily....(NodeType::Shape, true ); for ( const auto & shape : System::...System:: IterateOver <Shape>(nodes)) { if (shape-> get_HasImage ()) {...

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