Sort Score
Result 10 results
Languages All
Labels All
Results 4,511 - 4,520 of 43,015 for

shape

(0.04 sec)
  1. ChartTitle.show property | Aspose.Words for Nod...

    ChartTitle.show property. Determines whether the title shall be shown for this chart...( doc ); // Insert a chart shape with a document builder and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartTitle.overlay property | Aspose.Words for ...

    ChartTitle.overlay property. Determines whether other chart elements shall be allowed to overlap title...( doc ); // Insert a chart shape with a document builder and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. WatermarkType enumeration | Aspose.Words for Py...

    aspose.words.WatermarkType enumeration. Specifies the watermark type....watermark corresponds to a shape with image. NONE Indicates watermark...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Შეკუმშოს PDF Python

    შეკუმშოს PDF Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ PDF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....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/ka/python-net/compres...
  5. ChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Rendering Slicer|Documentation

    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....supports the rendering of slicer shape. If you convert your worksheet...

    docs.aspose.com/cells/net/rendering-slicer/
  7. Rendering Slicer|Documentation

    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....supports the rendering of slicer shape. If you convert your worksheet...

    docs.aspose.com/cells/java/rendering-slicer/
  8. ChartDataPoint class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.Words.DocumentBuilder.InsertImage dispos...

    We’re using the DocumentBuilder… public Shape InsertImage(Image image, double width, double height); … method. We’re finding after calling the InsertImage method the Bitmap object passed to it seems to getting dispo…...the DocumentBuilder… public Shape InsertImage(Image image, double...

    forum.aspose.com/t/aspose-words-documentbuilder...
  10. Manage Cells|Aspose.Slides for Python Documenta...

    Table cells in PowerPoint presentations in Python... shapes [ 0 ] # assuming that #0.Shape#0 is a table...Adds a table shape to the slide tbl = sld . shapes . add_table...

    docs.aspose.com/slides/python-net/manage-cells/