ShapeBase.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled.... doc = aw . Document () self . assertFalse...kind. shape = aw . drawing . Shape ( doc , aw . drawing . ShapeType...
DocumentBuilder.moveTo method. Moves the cursor to an inline node or to the end of a paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...firstParagraph . getChildNodes ( aw . NodeType . Any , false ); expect...
DocumentBuilder.move_to method. Moves the cursor to an inline node or to the end of a paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...get_child_nodes ( aw . NodeType . ANY , False ) self . assertEqual ( aw . NodeType...
DocumentBuilder.start_editable_range method. Marks the current position in the document as an editable range start.... doc = aw . Document () doc . protect ( type = aw . ProtectionType...password = 'MyPassword' ) builder = aw . DocumentBuilder ( doc = doc...
Aspose.Words.StoryType enumeration. Text of a Word document is stored in stories...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Body. builder . insertShape ( aw . Drawing . ShapeType . Cube...
ChartSeriesGroup.seriesType property. Gets the type of chart series included in this group....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
aspose.words.saving.ExportHeadersFootersMode enumeration. Specifies how headers and footers are exported to HTML, MHTML or EPUB.... doc = aw . Document ( file_name = MY_DIR... get_by_header_footer_type ( aw . HeaderFooterType . HEADER_FIRST...