Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 33,723 for

list

(0.5 sec)
  1. Generating personalized answer sheets|Documenta...

    How to automatically generate personalized OMR-ready answer sheets for a group of students....TemplateConfig () { Children = new List < BaseConfig >() { new PageConfig...PageConfig () { Children = new List < BaseConfig >() { new ContainerConfig...

    docs.aspose.com/omr/net/programmatic-forms/exam...
  2. TxtListIndentation.Count | Aspose.Words for .NET

    Discover the TxtListIndentation Count property to customize List indentation levels. Set your desired character count for enhanced readability!...to use as indentation per one list level. The default value is...Examples Shows how to configure list indenting when saving a document...

    reference.aspose.com/words/net/aspose.words.sav...
  3. FieldRef | Aspose.Words for Java

    Implements the REF field in Java....; // 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/java/com.aspose.word...
  4. FieldListNum.starting_number property | Aspose....

    FieldListNum.starting_number property. Gets or sets the starting value for this field....use them to emulate numbered lists. field = builder . insert_field...FIELD_LIST_NUM , update_field = True ) . as_field_list_num ()...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CellCollection class | Aspose.Words for Python

    aspose.words.tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes... assertEqual ( 2 , len ( list ( tables ))) i = 0 while i <...assertSequenceEqual ( list ( rows ), list ( rows )) self . assertNotEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldListNum.StartingNumber | Aspose.Words for ...

    Discover the FieldListNum StartingNumber property to easily manage your field's starting value for improved data organization and efficiency....use them to emulate numbered lists. FieldListNum field = ( FieldListNum... FieldListNum , true ); // Lists start counting at 1 by default...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldRef.BookmarkName | Aspose.Words for .NET

    Discover the FieldRef BookmarkName property to easily manage and customize your bookmarks. Enhance your document navigation effortlessly!...(); // 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...
  8. OoxmlCompliance enumeration | Aspose.Words for ...

    Aspose.Words.Saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....); Shows how to configure a list to restart numbering at each...DocumentBuilder ( doc ); doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Importing from ArrayList|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....ArrayList list = new ArrayList (); //Add a few names to the list as...string values list . Add ( "laurence chen" ); list . Add ( "roman...

    docs.aspose.com/cells/net/importing-from-arrayl...
  10. CleanupOptions class | Aspose.Words for Python

    aspose.words.CleanupOptions class. Allows to specify options for document cleaning... unused_lists Specifies whether unused list and list definitions...styles . add ( aw . StyleType . LIST , 'MyListStyle1' ) doc . styles...

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