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

list

(0.24 sec)
  1. Aspose::Words::Vba::VbaModuleCollection::iterat...

    How to use Aspose::Words::Vba::VbaModuleCollection::iterator_holder_type typedef of Aspose::Words::Vba::VbaModuleCollection class in C++....:: Collections :: Generic :: List < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.vba...
  2. Aspose::Words::Fonts::FontInfoCollection::itera...

    How to use Aspose::Words::Fonts::FontInfoCollection::iterator_holder_type typedef of Aspose::Words::Fonts::FontInfoCollection class in C++....:: Collections :: Generic :: List < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. Recognize single line|Documentation

    How to read text from images containing a single line of text....line_abc() Read only the predefined list of characters from the single-line...() Read only the predefined list of characters from the single-line...

    docs.aspose.com/ocr/cpp/recognize-single-line/
  4. HeaderFooter.parent_section property | Aspose.W...

    HeaderFooter.parent_section property. Gets the parent section of this story.... assertEqual ( 2 , len ( list ( filter ( lambda hf : not hf...self . assertEqual ( 6 , len ( list ( filter ( lambda hf : hf ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. RtfLoadOptions | Aspose.Words for .NET

    Discover the RtfLoadOptions constructor that effortlessly initializes your class with default values, enhancing your coding efficiency and productivity.... "“John Doe´s list of currency symbols”™\r" + "€... £, ¥, ¤" : "“John Doe´s list of currency symbolsâ€\u009dâ„¢\r"...

    reference.aspose.com/words/net/aspose.words.loa...
  6. SplitterContext Class | Aspose.Words for .NET

    Discover the Aspose.Words.LowCode.SplitterContext class for efficient document splitting, enhancing your workflow with seamless integration and powerful functionality.... Page ; List < Stream > pages = new List < Stream >();...

    reference.aspose.com/words/net/aspose.words.low...
  7. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...Generic; public List<int> GetPagesWithRedlines(string...pdfFilePath) { List<int> pagesWithRedlines = new List<int>(); Document...

    forum.aspose.com/t/redlines-in-pdf/315965
  8. RtfLoadOptions.recognize_utf8_text property | A...

    RtfLoadOptions.recognize_utf8_text property. When set to ``True``, will try to detect UTF8 characters, they will be preserved during import.... assertEqual ( '“John Doe´s list of currency symbols”™ \r ' +...assertEqual ( '“John Doe´s list of currency symbols†\x9d â„¢...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Specify Fallback Fonts for Presentations in Jav...

    Master Aspose.Slides for Java to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS....searching missed glyphs, and a list of fonts that may contain proper...multiple ways you can add fonts list: String [] fontNames = new String...

    docs.aspose.com/slides/java/create-fallback-font/
  10. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...the only character which is a list bullet element at a different...I remove the list bullet item or change the list bullet level...

    forum.aspose.com/t/document-extractpages-yields...