Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 36,336 for

list

(0.18 sec)
  1. List.hasSameTemplate method | Aspose.Words for ...

    List.hasSameTemplate method. Returns true if the current List and the given List are created from the same template....true if the current list and the given list are created from the...Words . Lists . List ) Parameter Type Description other List Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldListNum | Aspose.Words for Java

    Implements the ListNUM field in Java....use them to emulate numbered lists. FieldListNum field = (FieldListNum)...insertField(FieldType.FIELD_LIST_NUM, true); // Lists start counting at...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldStyleRef | Aspose.Words for Java

    Implements the STYLEREF field in Java....Create a list based using a Microsoft Word list template. List list...NUMBER_DEFAULT); // This generated list will display "1.a )". // Space...

    reference.aspose.com/words/java/com.aspose.word...
  4. ParagraphFormat.IsListItem | Aspose.Words for .NET

    Discover how the ParagraphFormat IsListItem property enhances your document formatting by identifying bulleted or numbered List items effortlessly....item in a bulleted or numbered list. public bool IsListItem { get...Shows how to nest a list inside another list. Document doc = new...

    reference.aspose.com/words/net/aspose.words/par...
  5. MarkdownListExportMode Enum | Aspose.Words for ...

    Discover how Aspose.Words' MarkdownListExportMode enum enhances List export to Markdown, ensuring precise formatting and seamless integration for your documents.... enumeration Specifies how lists are exported into Markdown....Description MarkdownSyntax 0 Export list items compatible with Markdown...

    reference.aspose.com/words/net/aspose.words.sav...
  6. ListFormat class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListFormat class. Allows to control what List formatting is applied to a paragraph...class Allows to control what list formatting is applied to a paragraph...more, visit the Working with Lists documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ListLevel.delete_picture_bullet method | Aspose...

    ListLevel.delete_picture_bullet method. Deletes picture bullet for the current List level....picture bullet for the current list level. def delete_picture_bullet...icon for list item labels. doc = aw . Document () doc_list = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  8. NodeImporter constructor | Aspose.Words for Python

    aspose.words.NodeImporter constructor...documents that have lists with the same list definition identifier...Document ( file_name = MY_DIR + 'List with the same definition identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.ParagraphFormat | Aspose.Words for .NET

    Discover how to access and customize the paragraph formatting of styles for enhanced document presentation and professional formatting....} Remarks For character and list styles this property returns...and use a paragraph style with list formatting. Document doc = new...

    reference.aspose.com/words/net/aspose.words/sty...
  10. Row.cells property | Aspose.Words for Python

    Row.cells property. Provides typed access to the [Cell](../../cell/) child nodes of the row.... assertEqual ( 2 , len ( list ( tables ))) i = 0 while i <...assertSequenceEqual ( list ( rows ), list ( rows )) self . assertNotEqual...

    reference.aspose.com/words/python-net/aspose.wo...