Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 42,857 for

shape

(0.05 sec)
  1. Გადაიყვანეთ Გამოსახულება JPG Java

    გადაიყვანეთ Გამოსახულება JPG Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.jpg" , new...

    products.aspose.com/words/ka/java/conversion/im...
  2. Გადაიყვანეთ Გამოსახულება SVG Java

    გადაიყვანეთ Გამოსახულება SVG Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.svg" , new...

    products.aspose.com/words/ka/java/conversion/im...
  3. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....represent fields, form fields, shapes, OLE objects, footnotes etc...CONTINUE; } /// /// Called when a Shape is encountered in the document...

    reference.aspose.com/words/java/com.aspose.word...
  4. Convert Image To SVG C++

    Convert Image to SVG format in C++ code. Save Image as SVG using C++....auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/cpp/conversion/image-...
  5. Convert Image To GIF C++

    Convert Image to GIF format in C++ code. Save Image as GIF using C++....auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/cpp/conversion/image-...
  6. Convert JPG To GIF C++

    Convert JPG to GIF format in C++ code. Save JPG as GIF using C++....auto shape = builder-> InsertImage ( u"Input.jpg" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.jpg"); shape->GetS...

    products.aspose.com/words/cpp/conversion/jpg-to...
  7. 演示文稿页眉和页脚|Aspose.Slides 文档

    在 C# 或 .NET 中的 PowerPoint 页眉和页脚...foreach ( IShape shape in master . Shapes ) { if ( shape . Placeholder...Placeholder != null ) { if ( shape . Placeholder . Type == PlaceholderType...

    docs.aspose.com/slides/zh/net/presentation-head...
  8. XlsxSaveOptions.compression_level property | As...

    XlsxSaveOptions.compression_level property. Specifies the compression level used to save document...Document ( file_name = MY_DIR + 'Shape with linked chart.docx' ) xlsx_save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartShapeType enumeration | Aspose.Words for P...

    aspose.words.drawing.charts.ChartShapeType enumeration. Specifies the Shape type of chart elements....ChartShapeType enumeration Specifies the shape type of chart elements. Members...Description DEFAULT Indicates that a shape is not defined for the chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...