Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 33,972 for

list

(0.47 sec)
  1. Splitter.Create | Aspose.Words for .NET

    Discover how to efficiently create a new instance of the splitter processor with our easy-to-follow guide for seamless integration and enhanced performance.... Page ; List < Stream > pages = new List < Stream >();...

    reference.aspose.com/words/net/aspose.words.low...
  2. IStructuredDocumentTag.word_open_xml property |...

    IStructuredDocumentTag.word_open_xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format....docx' ) tags = list ( filter ( lambda a : a is not...as_structured_document_tag (), b ), list ( doc . get_child_nodes ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. StructuredDocumentTag.word_open_xml property | ...

    StructuredDocumentTag.word_open_xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format....docx' ) tags = list ( filter ( lambda a : a is not...as_structured_document_tag (), b ), list ( doc . get_child_nodes ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HeaderFooterCollection indexer | Aspose.Words f...

    HeaderFooterCollection indexer. Retrieves a [HeaderFooter](../../headerfooter/) at the given index....to the number of items in the list, this returns a null reference...than the number of items in the list, this returns a null reference...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 从PDF文件中提取链接|Aspose.PDF for Java

    使用Java从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... List < Annotation > list = selector . getSelected...(); for ( Annotation annot : list ) { System . out . println (...

    docs.aspose.com/pdf/zh/java/extract-links/
  6. Splitter class | Aspose.Words for Python

    aspose.words.lowcode.Splitter class. Provides methods intended to split the documents into parts using different criteria.... Returns a list of page numbers that were removed...specified format. Returns a list of page numbers that were removed...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows to specify whether to work with the original or revised version of a document....'Revisions at list levels.docx' ) doc . update_list_labels () paragraphs...( '1.' , paragraphs [ 0 ] . list_label . label_string ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Compare EML Files via .NET | products.aspose.com

    C# source code to compare EML documents for differences on .NET Framework, .NET Core, and Xamarin Platforms.... List the differences and set the...StringComparer.Ordinal); var list = new List( LSTnode( string ))();...

    products.aspose.com/email/net/comparison/eml/
  9. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to save disk space....jpg" ; public Invoice ( List < string > recognitionAreas...settings . RecognitionAreas = new List < Aspose . Drawing . Rectangle...

    docs.aspose.com/ocr/net/archival-scanning/
  10. Find and Replace is replacing in wrong location...

    Hello Team, I am using Find and Replace a specific regex text in a Word document and replace it with content from an Excel file. I’ve also created a sample project where you can add your license. However, when I upload …...Document; List<Run> matchedRuns = GetMatchedRuns(args);...ReplaceAction.Skip; } private static List<Run> GetMatchedRuns(ReplacingArgs...

    forum.aspose.com/t/find-and-replace-is-replacin...