aspose.words.drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word document.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) self . assertEqual ( aw . drawing . ImageType . JPEG...
TabStopCollection.get_index_by_position method. Gets the index of a tab stop with the specified position in points.... doc = aw . Document () tab_stops = doc...tab_stops . add ( position = aw . ConvertUtil . millimeter_to_point...
aspose.words.ai.AiModelType enumeration. Represents the types of [AiModel](../aimodel/) that can be integrated into the document processing workflow.... first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...
aspose.words.ai.GoogleAiModel class. An abstract class representing the integration with Google’s AI models within the Aspose.Words.... first_doc = aw . Document ( MyDir + "Big document...document.docx" ) second_doc = aw . Document ( MyDir + "Document...
ImageSaveOptions.image_size property. Gets or sets the size of a generated image in pixels.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...
Body constructor. Initializes a new instance of the [Body](../) class.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...
SignatureLineOptions.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line... doc = aw . Document () builder = aw . DocumentBuilder...doc ) signature_line_options = aw . SignatureLineOptions () si...
FootnoteOptions.start_number property. Specifies the starting number or character for the first automatically numbered footnotes.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...
CompositeNode.count property. Gets the number of immediate children of this node.... doc = aw . Document () # An empty document...first_paragraph paragraph_text = aw . Run ( doc = doc , text = 'Initial...