RtfSaveOptions.save_images_as_wmf property. When ``True`` all images will be saved as WMF.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) self . assertEqual ( aw . drawing . ImageType . JPEG...
Chart.legend property. Provides access to the chart legend properties....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
TxtLoadOptions.documentDirection property. Gets or sets a document direction... let loadOptions = new aw . Loading . TxtLoadOptions ();...loadOptions . documentDirection = aw . Loading . DocumentDirection...
StructuredDocumentTag.building_block_gallery property. Specifies type of building block for this SDT... doc = aw . Document () building_block_sdt = aw . markup ...doc , aw . markup . SdtType . BUILDING_BLOCK_GALLERY , aw . markup...
aspose.words.ai.CheckGrammarOptions class. Allows to specify various options while checking grammar of a document using AI.... doc = aw . Document ( file_name = MY_DIR...models. model = aw . ai . AiModel . create ( aw . ai . AiModelType...
TextColumnCollection.line_between property. When ``True``, adds a vertical line between columns.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . COLUMN_BREAK )...
Style.styleIdentifier property. Gets the locale independent style identifier for a built-in style.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...
Convert a Word document to XPS format in Python code. Save a Word document as XPS using Python....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...