Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 46,953 for

shape

(0.13 sec)
  1. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint presentations in C++...() -> idx_get ( 0 ) -> get_Shapes () -> idx_get ( 0 )); // assuming...assuming that Slide#0.Shape#0 is a table for ( int32_t i = 0 ;...

    docs.aspose.com/slides/cpp/manage-cells/
  2. TextBox.layout_flow property | Aspose.Words for...

    TextBox.layout_flow property. Determines the flow of the text layout in a Shape....flow of the text layout in a shape. @property def layout_flow (...) text_box_shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Saving::XlsxSaveOptions::get_Com...

    Aspose::Words::Saving::XlsxSaveOptions::get_CompressionLevel method. Specifies the compression level used to save document. The default value is Normal in C++....Document > ( get_MyDir () + u "Shape with linked chart.docx" ); auto...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Insert Checkboxes, Text Input or Images during ...

    Insert checkboxes or text input fields during Mail Merge using C#. Also insert images from a Database during Mail Merge in C#....Words provides the Shape property, which facilitates...inserted image or any other shape. The following code example...

    docs.aspose.com/words/net/insert-checkboxes-tex...
  5. AxisTickMark | Aspose.Words for Java

    Specifies the possible positions for tick marks in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Create PowerPoint Slides in HTML using Java

    This short tutorial provides information on how to create PowerPoint slides in HTML using Java. It enables you to generate slides in HTML in Java with the help of a step-wise process and runnable sample code....diamond shape to it Set some text in the diamond shape Save the...

    kb.aspose.com/slides/java/how-to-create-powerpo...
  7. Გადაიყვანეთ Გამოსახულება BMP C++

    გადაიყვანეთ Გამოსახულება BMP C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP C++....auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/ima...
  8. Გადაიყვანეთ Გამოსახულება SVG C++

    გადაიყვანეთ Გამოსახულება SVG C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG C++....auto shape = builder-> InsertImage ( u"Input.png" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.png"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/ima...
  9. Integrating Aspose.Slides with Google Slides|As...

    Learn how to integrate Aspose.Slides with Google Slides and Google Drive for seamless presentation processing. Use Google API via OAuth 2.0 or Service Accounts to convert, edit, upload, and download presentations programmatically in .NET....()) { var shape = presentation . Slides [ 0 ]. Shapes . AddAutoShape..., 100 , 100 , 300 , 200 ); shape . TextFrame . Text = "Hello...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  10. 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...