Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 42,840 for

shape

(0.11 sec)
  1. Compress WORD In Python

    Compress WORD in Python without losing quality. Optimize WORD content, reduce file size easily....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/python-net/compress/w...
  2. Compress DOCX In Python

    Compress DOCX in Python without losing quality. Optimize DOCX content, reduce file size easily....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/python-net/compress/d...
  3. Aspose::Words::Loading::HtmlLoadOptions::HtmlLo...

    Aspose::Words::Loading::HtmlLoadOptions::HtmlLoadOptions constructor. Initializes a new instance of this class with default values in C++....ExplicitCast < Shape > ( doc -> GetChild ( NodeType :: Shape , 0 , true...ExplicitCast < Shape > ( doc -> GetChild ( NodeType :: Shape , 0 , true...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. Შეკუმშოს HTML C#

    შეკუმშოს HTML C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // დეველოპერს ევალება აირჩიოს ბიბლიოთეკა...

    products.aspose.com/words/ka/net/compress/html/
  5. Get DrawObject and Bound while rendering to PDF...

    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....Image, it prints its Bound and Shape Name. Please see the console...Print the coordinates and the shape name of Image object if ( drawObject...

    docs.aspose.com/cells/nodejs-cpp/get-drawobject...
  6. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportShapesAsSvg method. Controls whether Shape nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3. Default value is false in C++....vg method Controls whether Shape nodes are converted to SVG images...this option is set to true , Shape nodes are exported as elements...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. ChartSeries.add method | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeries.add method...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series1 = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Shape.story_type property | Aspose.Words for Py...

    Shape.story_type property. Returns [StoryType.TEXTBOX](../../../aspose.words/storytype/#TEXTBOX)....story_type property Shape.story_type property Returns StoryType...drawing class Shape Shape.signature_line property Shape.stroke property...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextBoxControl class | Aspose.Words for Python

    aspose.words.drawing.ole.TextBoxControl class. The TextBox control displays text from an organized set of data or user input....docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () text_box_control = shape . ole_format ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert PPTX to Word in C++ | products.aspose.com

    Convert PPTX to Word in C++. Use C++ library API to convert PowerPoint to Word...for ( const auto & shape : slide -> get_Shapes()) { if (ObjectExt...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...

    products.aspose.com/slides/cpp/conversion/pptx-...