Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 36,732 for

list

(0.21 sec)
  1. CompositeNode.SelectSingleNode | Aspose.Words f...

    Discover how CompositeNode's SelectSingleNode method efficiently retrieves the first Node matching your XPath expression for streamlined data handling...."//Table//Paragraph" ); // Iterate through the list with an enumerator and print..."//Body/Paragraph" ); // We can treat the list as an array. Assert . That (...

    reference.aspose.com/words/net/aspose.words/com...
  2. FieldAutoTextList.listStyle property | Aspose.W...

    FieldAutoTextList.ListStyle property. Gets or sets the name of the style on which the List to contain entries is based....name of the style on which the list to contain entries is based...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Document.bibliography property | Aspose.Words f...

    Document.bibliography property. Gets the [Document.bibliography](./) object that represents the List of sources available in the document....bibliography object that represents the list of sources available in the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Renumbering starts at 1 again - Free Support Fo...

    Hello, the numbering in the ‘Bilanz’ document should start at 2. The numbering in the ‘GuV’ document should start at 3. When I append the ‘GuV’ to a document, the numbering persists. However, if I do the same with th…...nsid of imported list equals to the nsid of list with same listId...case always reuses existing list, but this option (that has no...

    forum.aspose.com/t/renumbering-starts-at-1-agai...
  5. Aspose.diagram - Free Support Forum - aspose.com

    Hello, now I’m using Aspose.diagram to create a graph in a Visio file. Our current requirement is to be able to draw a basic flowchart, cross-functional flowchart (like Swim Lane) and a complex flowchart that combines th…...Swim Lane, Lane list, separator, stage list, CFF container. But...

    forum.aspose.com/t/aspose-diagram/171448
  6. EmptyLineConfig|Documentation

    EmptyLineConfig element is used to add vertical spacing between elements....TemplateConfig () { Children = new List < BaseConfig >() { new PageConfig...PageConfig () { Children = new List < BaseConfig >() { new TextConfig...

    docs.aspose.com/omr/net/programmatic-forms/empt...
  7. Psd file|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....Conversions Image Resources List of the Supported PSD Global...Editing of Rater Layer Mask List of Supported Layer Resources...

    docs.aspose.com/psd/net/psd-file/
  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. Aspose::Words::Loading::RtfLoadOptions::get_Rec...

    Aspose::Words::Loading::RtfLoadOptions::get_RecognizeUtf8Text method. When set to true, will try to detect UTF8 characters, they will be preserved during import in C++....System :: String ( u "“John Doe´s list of currency symbols”™ \r " )...:: String ( u "“John Doe´s list of currency symbols†\u009d...

    reference.aspose.com/words/cpp/aspose.words.loa...
  10. 从PDF文件中提取链接|Aspose.PDF for C++

    使用C#从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。...page->Accept(selector); auto list = selector->get_Selected();... for (auto annot : list) { Console::WriteLine(u"Annotation located:...

    docs.aspose.com/pdf/zh/cpp/extract-links/