Sort Score
Result 10 results
Languages All
Labels All
Results 7,201 - 7,210 of 42,872 for

shape

(0.06 sec)
  1. Convert PPSM to XLT Format via Java or with fre...

    Convert PPSM to XLT format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPSM to XLT online converter quickly before integrating the code....presentations, adding text, shapes, images, audio and video to...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/ppsm-...
  2. Convert PPT to TSV Format via Java or with free...

    Convert PPT to TSV format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPT to TSV online converter quickly before integrating the code....scratch, adding text, images, and shapes, and converting presentations...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/ppt-t...
  3. Convert PPS to XLSM Format via Java or with fre...

    Convert PPS to XLSM format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPS to XLSM online converter quickly before integrating the code....features such as adding text, shapes, images, and other objects...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/pps-t...
  4. How to Extract Multi-Column Text from a Text Fr...

    Hi Team, I am using aspose slides for cpp. There is a text frame where text is divided into 3 multi columns. I want to be able to extract text according to different columns. Entire text: Hello, this is the first colum…...frame (assuming it's the first shape) System::SharedPtr<IAutoShape>...ntation->get_Slide(0)->get_Shape(0)); auto textColumns = aut...

    forum.aspose.com/t/how-to-extract-multi-column-...
  5. Convert WORD To JPG C#

    Convert a Word document to JPG format in C# code. Save a Word document as JPG using C#....; var shape = builder.InsertImage("Input.docx"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/word-t...
  6. Convert PDF To XPS C#

    Convert PDF to XPS format in C# code. Save PDF as XPS using C#....; var shape = builder.InsertImage("Input.pdf"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/pdf-to...
  7. Convert DOC To JPG C#

    Convert DOC to JPG format in C# code. Save DOC as JPG using C#....; var shape = builder.InsertImage("Input.doc"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/doc-to...
  8. Convert PDF To DOC C#

    Convert PDF to DOC format in C# code. Save PDF as DOC using C#....; var shape = builder.InsertImage("Input.pdf"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/pdf-to...
  9. Convert JPG To WORD C#

    Convert JPG to WORD format in C# code. Save JPG as WORD using C#....; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/jpg-to...
  10. Convert Image To HTML C#

    Convert Image to HTML format in C# code. Save Image as HTML using C#....; var shape = builder.InsertImage("Input.png"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/image-...