Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 7,346 for

list

(0.17 sec)
  1. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property to access a rich collection of customizable styles, enhancing your document's visual appeal and consistency.... Count ); // Enumerate and list all the styles that a document...and use a paragraph style with list formatting. Document doc = new...

    reference.aspose.com/words/net/aspose.words/doc...
  2. ListLevel.createPictureBullet method | Aspose.W...

    ListLevel.createPictureBullet method. Creates picture bullet shape for the current List level....bullet shape for the current list level. createPictureBullet ()...set a custom image icon for list item labels. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StyleCollection.Add | Aspose.Words for .NET

    Discover the StyleCollection Add method to effortlessly create and add custom user-defined styles to your collection, enhancing your design flexibility....paragraph or a list style. When creating a list style, the style...created with default numbered list formatting (1 \ a \ i). Throws...

    reference.aspose.com/words/net/aspose.words/sty...
  4. ListFormat.ListOutdent | Aspose.Words for .NET

    Discover how the ListFormat ListOutdent method can simplify your document's structure by reducing the current paragraph's List level effortlessly....ListOutdent method Decreases the list level of the current paragraph...Remarks This method changes the list level and applies formatting...

    reference.aspose.com/words/net/aspose.words.lis...
  5. ListLevel.text_position property | Aspose.Words...

    ListLevel.text_position property. Returns or sets the position (in points) for the second line of wrapping text for the List level....line of wrapping text for the list level. @property def text_position...Examples Shows how to apply custom list formatting to paragraphs when...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.cleanup method | Aspose.Words for Node.js

    Aspose.Words.Document.cleanup method...cleanup() Cleans unused styles and lists from the document. cleanup ()...cleanup(options) Cleans unused styles and lists from the document depending...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::CleanupOptions::get_UnusedBuilti...

    Aspose::Words::CleanupOptions::get_UnusedBuiltinStyles method. Specifies that unused BuiltIn styles should be removed from document in C++....get_Styles () -> Add ( StyleType :: List , u "MyListStyle1" ); doc ->...get_Styles () -> Add ( StyleType :: List , u "MyListStyle2" ); doc ->...

    reference.aspose.com/words/cpp/aspose.words/cle...
  8. Aspose::Words::CleanupOptions::get_UnusedStyles...

    Aspose::Words::CleanupOptions::get_UnusedStyles method. Specifies whether unused styles should be removed from document. Default value is true in C++....get_Styles () -> Add ( StyleType :: List , u "MyListStyle1" ); doc ->...get_Styles () -> Add ( StyleType :: List , u "MyListStyle2" ); doc ->...

    reference.aspose.com/words/cpp/aspose.words/cle...
  9. SdtListItem | Aspose.Words for .NET

    Discover the SdtListItem constructor, effortlessly create new instances of this powerful class for enhanced data management and functionality....Shows how to work with drop down-list structured document tags. Document...AppendChild ( tag ); // A drop-down list structured document tag is a...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Table.rows property | Aspose.Words for Python

    Table.rows property. Provides typed access to the rows of the table.... assertEqual ( 2 , len ( list ( tables ))) i = 0 while i <...assertSequenceEqual ( list ( rows ), list ( rows )) self . assertNotEqual...

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