Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 37,970 for

list

(0.09 sec)
  1. Aspose::Words::Fonts::FontSourceBase::GetAvaila...

    Aspose::Words::Fonts::FontSourceBase::GetAvailableFonts method. Returns List of fonts available via this source in C++....ailableFonts method Returns list of fonts available via this...GetAvailableFonts () Examples Shows how to list available fonts. // Configure...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. Accessing Document Properties|Aspose.Words for ...

    Access document properties easily and fast instead of using docx4j....title = "Missing" ; List < String > list = coreProps . getTitle...getContent (); if ( list . size () > 0 ) { title = list . get ( 0 );...

    docs.aspose.com/words/java/accessing-document-p...
  3. Chat history structure|Documentation

    ChatMessage type reference in Aspose.LLM for .NET — roles, media attachments, and KV cache tracking fields used to locate and evict messages from the native KV region....its conversation history as a list of ChatMessage objects. Each...Content { get ; set ; } public List < MediaAttachment > Media {...

    docs.aspose.com/llm/net/developer-reference/cha...
  4. Managing Controls|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....create a combo box, or drop-down list of valid entries that is compiled...When you create a drop-down list for a cell, it displays an arrow...

    docs.aspose.com/cells/java/managing-controls/
  5. Asynchronous IMAP Operations: Retrieve, Manage ...

    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....This article also shows how to list messages by providing search...retrieve messages asynchronously. List Messages Asynchronously with...

    docs.aspose.com/email/net/asynchronous-imap-ope...
  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. Style.aliases property | Aspose.Words for Python

    Style.aliases property. Gets all aliases of this style...@property def aliases ( self ) -> List [ str ]: ... Examples Shows...Alias 1' , 'MyStyle Alias 2' ], list ( style . aliases )) self ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. Issues with Aspose.PDF version 24.3.0 - Free Su...

    Hi, I’m upgrading Aspose library in a solution based on .NET Framework 4.7.2. The version Aspose.PDF version 24.3.0 compiles properly, but I’m having problems when I work with PDF with layers. I added a validation to …...code snippet: var errors = new List<string>(); string fileExtension...(Page page in document.Pages) { List<Aspose.Pdf.Layer> layers = page...

    forum.aspose.com/t/issues-with-aspose-pdf-versi...
  9. 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...
  10. FontSourceBase | Aspose.Words for Java

    This is an abstract base class for the classes that allow the user to specify various font sources in Java....getAvailableFonts() Returns list of fonts available via this...getAvailableFonts() Returns list of fonts available via this...

    reference.aspose.com/words/java/com.aspose.word...