Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 85 for

self extracted

(0.06 sec)
  1. Shape.has_image property | Aspose.Words for Python

    Shape.has_image property. Returns ``True`` if the shape has image bytes or links an image....has_image ( self ) -> bool : ... Examples Shows how to extract images.... NodeType . SHAPE , True ) self . assertEqual ( 9 , len ([ s...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.get_page_info method | Aspose.Words fo...

    Document.get_page_info method. Gets the page size, orientation and other information about a page that might be useful for printing or rendering.... def get_page_info ( self , page_index : int ): ... Parameter...the document is not colored. self . assertFalse ( doc . get_page_info...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type.... def get_child_nodes ( self , node_type : aspose . words...' ) print () Shows how to extract images from a document, and...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontInfo.get_embedded_font method | Aspose.Word...

    FontInfo.get_embedded_font method. Gets a specific embedded font file.... def get_embedded_font ( self , format : aspose . words ....embedded. Examples Shows how to extract an embedded font from a document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Shape.image_data property | Aspose.Words for Py...

    Shape.image_data property. Provides access to the image of the shape... @property def image_data ( self ) -> aspose . words . drawing...... Examples Shows how to extract images from a document, and...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ImageData.save method | Aspose.Words for Python

    aspose.words.drawing.ImageData.save method... def save ( self , stream : io . BytesIO ): ...image into a file. def save ( self , file_name : str ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPart class | Aspose.Words for Python

    aspose.words.markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)...preserves and allows to create and extract Custom XML Data via the Document...xml_part_id , xml_part_content ) self . assertEqual ( xml_part_content...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FileFormatUtil.image_type_to_extension method |...

    FileFormatUtil.image_type_to_extension method. Converts an Aspose.Words image type enumerated value into a file extension...def image_type_to_extension ( self , image_type : aspose . words...convert. Examples Shows how to extract images from a document, and...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PlainTextDocument constructor | Aspose.Words fo...

    aspose.words.PlainTextDocument constructor... def __init__ ( self , file_name : str ): ... Parameter...file_name str Name of the file to extract the text from. Exceptions exception...

    reference.aspose.com/words/python-net/aspose.wo...
  10. EmbeddedFontFormat enumeration | Aspose.Words f...

    aspose.words.fonts.EmbeddedFontFormat enumeration. Specifies format of particular embedded font inside [FontInfo](../fontinfo/) object.... Examples Shows how to extract an embedded font from a document...correct format before we can extract the font. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...