Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 36,360 for

list

(0.53 sec)
  1. TableSubstitutionRule.save method | Aspose.Word...

    aspose.words.fonts.TableSubstitutionRule.save method...assertListEqual ([ 'Times New Roman' ], list ( table_substitution_rule ....'Liberation Serif' , 'DejaVu Serif' ], list ( table_substitution_rule ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. RevisionsView | Aspose.Words for Java

    Allows to specify whether to work with the original or revised version of a document in Java....Document(getMyDir() + "Revisions at list levels.docx"); doc.updateListLabels();...accepted. Currently supports list labels. doc.setRevisionsView(RevisionsView...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::LowCode::Processor class | Aspos...

    Aspose::Words::LowCode::Processor class. Processor class for performing different document processing actions in C++....stem::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>>&...stem::Collections::Generic::List<System::SharedPtr<System::IO::Stream>>>&...

    reference.aspose.com/words/cpp/aspose.words.low...
  4. Tables|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....Set the Comment of Table or List Object inside the Worksheet...

    docs.aspose.com/cells/go-cpp/tables/
  5. CompositeNode.select_single_node method | Aspos...

    CompositeNode.select_single_node method. Selects the first [Node](../../node/) that matches the XPath expression.... node_list = doc . select_nodes ( '//Table//Paragraph'...'//Table//Paragraph' ) # Iterate through the list with an enumerator and print...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ReportingEngine.set_restricted_types method | A...

    ReportingEngine.set_restricted_types method. Specifies types, which members as well as which derived types' members should be inaccessible by the engine through template syntax....set_restricted_types ( self , types : List [ object ]): ... Parameter Type...Type Description types List[object] Types to be restricted. Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TableSubstitutionRule.addSubstitutes method | A...

    TableSubstitutionRule.addSubstitutes method. Adds substitute font names for given original font name....substituteFontNames string[] List of alternative font names. See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. RevisionsView Enum | Aspose.Words for .NET

    Discover Aspose.Words.RevisionsView enum to easily choose between original and revised document versions for streamlined editing and collaboration....Document ( MyDir + "Revisions at list levels.docx" ); doc . UpdateListLabels...accepted. Currently supports list labels. doc . RevisionsView...

    reference.aspose.com/words/net/aspose.words/rev...
  9. Extract Links from the PDF File|Aspose.PDF for C++

    Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files....-> Accept ( selector ); auto list = selector -> get_Selected ();...(); for ( auto annot : list ) { Console :: WriteLine ( u "Annotation...

    docs.aspose.com/pdf/cpp/extract-links/
  10. How to Save Selected Pages from PDF using Java

    This short tutorial guides on how to save selected pages from PDF using Java. The environment configuration, step-wise programming tasks and a runnable sample code demonstrating how to select page in PDF and save using Java are part of it....Java to extract pages Create a list of pages that are to be selected...process begins by providing a list of pages to be extracted from...

    kb.aspose.com/pdf/java/how-to-save-selected-pag...