Работа с текстов документ и промяна на неговите обекти, използвайки Python....обикновен текстов формат: doc = aw . Document ( docs_base . my_dir...+ "Document.docx" ) options = aw . saving . TxtSaveOptions ()...
קבל מסמך כדי לקבל עותק זהה באמצעות Python. בעת יצירת עותק, צמתים ונכסים של המסמך המקורי משוחזרים.... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...
CompositeNode.firstChild property. Gets the first child of the node....'RecurseChildren' , () => { let doc = new aw . Document ( base . myDir + "Paragraphs...${ '\t' . repeat ( depth ) }${ aw . Node . nodeTypeToString ( childNode...
CompositeNode.select_nodes method. Selects a list of nodes matching the XPath expression.... doc = aw . Document ( MY_DIR + 'Tables...assertIsInstance ( node . as_paragraph (), aw . Paragraph ) Shows how to use...
ChartDataTable.has_horizontal_border property. Gets or sets a flag indicating whether a horizontal border of the data table is displayed... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
aspose.words.fonts.FontSettings class. Specifies font settings for a document... doc = aw . Document () builder = aw . DocumentBuilder...locate. original_font_sources = aw . fonts . FontSettings . default_instance...
ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text.... let doc = new aw . Document (); // Create a structured...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
CompositeNode.get_text method. Gets the text of this node and of all its children.... doc = aw . Document () builder = aw . DocumentBuilder...doc . to_string ( save_format = aw . SaveFormat . TEXT ) . strip...