Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 19,650 for

list

(0.07 sec)
  1. Aspose::Words::Markup::SdtListItemCollection::A...

    Aspose::Words::Markup::SdtListItemCollection::Add method. Adds an item to this collection in C++....Shows how to work with drop down-list structured document tags. auto...AppendChild ( tag ); // A drop-down list structured document tag is a...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. FieldRef.InsertParagraphNumberInFullContext | A...

    Control paragraph numbering with the FieldRef InsertParagraphNumberInFullContext property. Easily manage references for enhanced document clarity....(); // We will apply a custom list format, where the amount of...angle brackets indicates the list level we are currently at. builder...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldRef.NumberSeparator | Aspose.Words for .NET

    Discover the FieldRef NumberSeparator property to easily customize sequence and page number formatting with your preferred character sequence....(); // We will apply a custom list format, where the amount of...angle brackets indicates the list level we are currently at. builder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Shape.has_image property | Aspose.Words for Python

    Shape.has_image property. Returns ``True`` if the shape has image bytes or links an image....len ( list ( filter ( lambda s : s . has_image , list ( filter...lambda x : x . as_shape (), b ), list ( shapes )))))))) for shape...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. 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...
  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. CleanupOptions.unusedStyles property | Aspose.W...

    CleanupOptions.unusedStyles property. Specifies whether unused styles should be removed from document... List , "MyListStyle1" ); doc . styles...styles . add ( aw . StyleType . List , "MyListStyle2" ); doc . styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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...
  10. TxtListIndentation class | Aspose.Words for Python

    aspose.words.saving.TxtListIndentation class. Specifies how List levels are indented when document is exporting to [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format...TxtListIndentation class Specifies how list levels are indented when document...character to use for indenting list levels. The default value is...

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