Sort Score
Result 10 results
Languages All
Labels All
Results 6,501 - 6,510 of 39,743 for

shape

(0.06 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions class | ...

    Aspose::Words::Saving::HtmlSaveOptions class. Can be used to specify additional options when saving a document into the Html, Mhtml, Epub, Azw3 or Mobi format. To learn more, visit the documentation article in C++....value determining how DrawingML shapes are rendered. get_DocumentPartSavingCa... () const Controls whether Shape nodes are converted to SVG images...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....value determining how DrawingML shapes are rendered. getEncoding()...value determining how DrawingML shapes are rendered. setEncoding(Charset...

    reference.aspose.com/words/java/com.aspose.word...
  3. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....worksheet cell in an image shape. You can link the picture to...Add picture to worksheet auto shapes = worksheet . GetShapes ();...

    docs.aspose.com/cells/cpp/managing-pictures/
  4. Convert PDF To TXT Python

    Convert PDF to TXT format in Python code. Save PDF as TXT using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.pdf") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  5. Convert PDF To EPUB Python

    Convert PDF to EPUB format in Python code. Save PDF as EPUB using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.pdf") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  6. Convert PDF To BMP Python

    Convert PDF to BMP format in Python code. Save PDF as BMP using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.pdf") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  7. Convert PDF To Openoffice Python

    Convert PDF to OpenOffice format in Python code. Save PDF as OpenOffice using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.pdf") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  8. Convert DOC To TXT Python

    Convert DOC to TXT format in Python code. Save DOC as TXT using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.doc") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert DOC To HTML Python

    Convert DOC to HTML format in Python code. Save DOC as HTML using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.doc") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  10. Convert Image To DOC Python

    Convert Image to DOC format in Python code. Save Image as DOC using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

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