TextPath.same_letter_heights property. Determines whether all letters will be the same height regardless of initial case.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...
ListLevel.deletePictureBullet method. Deletes picture bullet for the current list level.... let doc = new aw . Document (); let list = doc . lists ...= new aw . DocumentBuilder ( doc ); builder . listFormat . list...
ListCollection.get_list_by_list_id method. Gets a list by a list identifier.... doc = aw . Document () lists = doc . lists self...self . assertEqual ( doc , lists . document ) list = lists . add...
Document.update_page_layout method. Rebuilds the page layout of the Document.... doc = aw . Document ( file_name =...the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...
aspose.words.LoadFormat enumeration. Indicates the format of the Document that is to be loaded.... DOC Microsoft Word 95 or Word 97...or Word 97 - 2003 Template. DOC_PRE_WORD60 The document is in...
ChartSeriesGroup.first_slice_angle property. Gets or sets the angle, in degrees, of the first slice of the parent pie chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Aspose.Words.TabLeader enumeration. Specifies the type of the leader line displayed under the tab character.... let doc = new aw . Document (); let para = doc . firstSection...in Microsoft Word. expect ( doc . firstSection . body . firstParagraph...