Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 37,970 for

list

(0.12 sec)
  1. 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...
  2. 在PHP中管理文档属性|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....xls" ); //Retrieve a list of all custom document properties...

    docs.aspose.com/cells/zh/java/managing-document...
  3. Managing Document Properties in PHP|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....xls" ); //Retrieve a list of all custom document properties...

    docs.aspose.com/cells/java/managing-document-pr...
  4. Style.NextParagraphStyleName | Aspose.Words for...

    Discover how to effectively use the NextParagraphStyleName property to automate style application for new paragraphs, enhancing your document formatting....EqualTo ( 4 )); // Enumerate and list all the styles that a document...

    reference.aspose.com/words/net/aspose.words/sty...
  5. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::get_Count method. Gets number of items in the collection in C++....// The document has a fixed list of built-in properties. The...

    reference.aspose.com/words/cpp/aspose.words.pro...
  6. 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/
  7. Aspose.PSD for Java 24.5 - Release Notes|Docume...

    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.... getItems (); List < BezierKnotRecord > knotsList.... setItems ( bezierKnots ); List < IPathShape > newShapes = new...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  8. Document class | Aspose.Words for Node.js

    Aspose.Words.Document class. Represents a Word document...customDocumentProper , lists and macros. Most of these objects...bibliography object that represents the list of sources available in the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. How To Use XPath To Select XML Nodes – C# – Asp...

    Learn how to navigate through an XML document and select nodes using XPath. Consider С# examples of selecting information from an XML using XPath queries....phone numbers, names, and a list of the cars they own. Let’s...select names, phone numbers and a list of cars of interest to you....

    docs.aspose.com/html/net/how-to-articles/how-to...
  10. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....List ; import com.aspose.pdf.* ;...GetDataDir () + "Aspose-app-list.pdf" ); // Extract actions Page...

    docs.aspose.com/pdf/java/actions/