Aspose.Words.Lists.ListCollection class. Stores and manages formatting of bulleted and numbered lists used in a document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder.... list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
LayoutEnumerator.move_last_child method. Moves to the last child entity.... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...
LayoutEnumerator.page_index property. Gets the 1-based index of a page which contains the current entity.... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...
LayoutEnumerator.text property. Gets text of the current span entity... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...
LayoutEnumerator.reset method. Moves the enumerator to the first page of the document.... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...
CellFormat.width property. Gets the width of the cell in points.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...
aspose.words.lists.ListTrailingCharacter enumeration. Specifies the character that separates the list label from the text of the paragraph.... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...
ListFormat.list_level property. Returns the list level formatting plus any formatting overrides applied to the current paragraph.... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...