Sort Score
Result 10 results
Languages All
Labels All
Results 6,651 - 6,660 of 40,285 for

shape

(0.6 sec)
  1. GlossaryDocument class | Aspose.Words for Python

    aspose.words.buildingblocks.GlossaryDocument class. Represents the root element for a glossary document within a Word document...background_shape Gets or sets the background shape of the document...of DocumentBase.background_shape . (Inherited from DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert WORD To JPG Python

    Convert a Word document to JPG format in Python code. Save a Word document as JPG using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.docx") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  3. Convert Image To TXT Python

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

    products.aspose.com/words/python-net/conversion...
  4. Convert TEXT To PNG Python

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

    products.aspose.com/words/python-net/conversion...
  5. Convert Image To HTML Python

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

    products.aspose.com/words/python-net/conversion...
  6. Convert JPG To DOCX Python

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

    products.aspose.com/words/python-net/conversion...
  7. Standard LaTeX fonts | Aspose.TeX for Java

    This article is a brief introduction to the standard text fonts distributed together with LaTeX....series (default m ), a font shape (default n ), and a font size...series = m 32 Font shape [ n ] : 33 34 \ shape = n 35 Font size...

    docs.aspose.com/tex/java/latex-standard-fonts/
  8. Convert WORD To Image Python

    Convert a Word document to Image format in Python code. Save a Word document as Image using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.docx") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert TEXT To Image Python

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

    products.aspose.com/words/python-net/conversion...
  10. Convert TEXT To GIF Python

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

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