Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 36,281 for

list

(0.32 sec)
  1. Supported Excel Functions|Documentation

    Supported excel functions for reading/setting/calculating formulas...: Returns an aggregate in a list or database AMORDEGRC Financial...reference : Chooses a value from a list of values CHOOSECOLS Lookup...

    docs.aspose.com/cells/net/supported-formula-fun...
  2. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...accept ( annotationSelector ); List < Annotation > caretAnnotations...accept ( annotationSelector ); List < Annotation > circleAnnotations...

    docs.aspose.com/pdf/zh/java/figures-annotation/
  3. Add brushes and gradients to XPS files | .NET

    .NET API Solution to modify XPS files. Add different Visual Brushes, gradients, and color spaces Create and modify XPS files with a few lines of C# code.... Initialize a List of XpsGradentStop using the...// Initialize the List of XpsGradentStop List<XpsGradientStop>...

    products.aspose.com/page/net/work-with-brushes/
  4. 档案

    档案...PathResources = new List<PathResource> { new PathResource...ToArray(); } private static List<VectorPathRecord> CreateRecords(params...

    blog.aspose.com/zh/imaging/create-clipping-path...
  5. CAD文件转换出错 - Free Support Forum - aspose.com

    此dwg文件转换成PDF时,提示以下异常信息,aspose.CAD 版本为26.1.0 Aspose.CAD.CadExceptions.ImageSaveException: Image export failed. Error during PDF export: Value cannot be null. (Parameter ‘s’) —> System.Exception: Error during PDF export:…... List<CadEntityBase> toRemove = new List<CadEntityBase>();...20, 2026, 8:44am 7 List toRemove = new List(); foreach (CadEntityBase...

    forum.aspose.com/t/cad/326595
  6. Convert HTML to Markdown in Java – Aspose.HTML ...

    Learn how to convert HTML to Markdown in Java using Aspose.HTML API. Consider various HTML to Markdown conversion scenarios in Java code....including code highlighting, task lists, tables, and more. To convert...Markdown Processor as-is. The list of elements, which support this...

    docs.aspose.com/html/java/convert-html-to-markd...
  7. Story class | Aspose.Words for Python

    aspose.words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../../aspose.words.tables/table/)...specified node to the end of the list of child nodes for this node...node to the beginning of the list of child nodes for this node...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with Actions in PDF|Aspose.PDF for C++

    This section explains how to add actions to the document and form fields programmatically with C++....Document ( _dataDir + u "Aspose-app-list.pdf" ); // Extract actions auto...-> Accept ( selector ); auto list = selector -> get_Selected ();...

    docs.aspose.com/pdf/cpp/actions/
  9. How to get Comment and Author from Visio FIle -...

    Hello, Team, we are trying to get comment added by author in visio, see sample snap shot for visio file. Here I can get the comment using below code, AnnotationCollection annotations = page.PageSheet.Annotations; // …...authorComments = new Dictionary<string, List<string>>(); foreach (Page page...authorComments[author] = new List<string>(); authorComments[author]...

    forum.aspose.com/t/how-to-get-comment-and-autho...
  10. Edit HTML Document – C# – Aspose.HTML for .NET

    Learn how to read or modify the Document Object Model using Aspose.HTML for .NET, how to create HTML elements, and use inline, internal, and external CSS.... The following is a brief list of useful API methods provides... The method must return the list of elements with the given name...

    docs.aspose.com/html/net/edit-html-document/