Sort Score
Result 10 results
Languages All
Labels All
Results 4,611 - 4,620 of 45,935 for

shape

(0.06 sec)
  1. Შეკუმშოს 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...
  2. Aspose::Words::Drawing::LayoutFlow enum | Aspos...

    Aspose::Words::Drawing::LayoutFlow enum. Determines the flow of the text layout in a textbox in C++....Aspose :: Words :: Drawing :: Shape > ( doc , Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. SaveOptions.dml_effects_rendering_mode property...

    SaveOptions.dml_effects_rendering_mode property. Gets or sets a value determining how DrawingML effects are rendered....file_name = MY_DIR + 'DrawingML shape effects.docx' ) # Create a "PdfSaveOptions"...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Lists::ListLevel::CreatePictureB...

    Aspose::Words::Lists::ListLevel::CreatePictureBullet method. Creates picture bullet Shape for the current list level in C++....method Creates picture bullet shape for the current list level....

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. Read Axis Labels after Calculating the Chart|Do...

    Learn how to read axis labels in Aspose.Cells for Java after calculating the chart. Our guide will show you how to access and retrieve axis labels, including their formatting and positioning....Document Assistant Close Set the Shape Type of Data Labels of Chart...

    docs.aspose.com/cells/java/read-axis-labels-aft...
  6. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...deleting rows even if it has shapes on it Aspose.Cells Product...ShapeCollection shapes = wb.Worksheets[0].Shapes; int shapeCount...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  7. Convert JPG To Image Java

    Convert JPG to Image format in Java code. Save JPG as Image using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.jpg" , new...

    products.aspose.com/words/java/conversion/jpg-t...
  8. Convert Image To JPG Java

    Convert Image to JPG format in Java code. Save Image as JPG using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.jpg" , new...

    products.aspose.com/words/java/conversion/image...
  9. Convert Image To BMP Java

    Convert Image to BMP format in Java code. Save Image as BMP using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.bmp" , new...

    products.aspose.com/words/java/conversion/image...
  10. Managing Controls|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....are a few drawing objects or shapes that are not supported yet...which is used to add a line shape to the worksheet. The method...

    docs.aspose.com/cells/python-net/managing-contr...