Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 36,403 for

list

(0.36 sec)
  1. 在 Jython 中管理文档属性|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...
  2. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...PARAGRAPH, true); final Map<String, List<String>> result = new LinkedHashMap<>();...nodeText; String parentNodeType; List<String> extractedTags; for (int...

    forum.aspose.com/t/order-of-child-nodes-in-the-...
  3. 异步 IMAP 操作:检索、管理和发送电子邮件|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....method to complete and fetch the list of email messages asynchronously...Email-for-.NET List < MailMessage > mailMessages = new List < MailMessage...

    docs.aspose.com/email/zh/net/asynchronous-imap-...
  4. 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...
  5. Really weird large redaction black boxes - Free...

    Hi all, I am trying to write redaction for PDF documents. For the vast majority of redactions I am completing, the PDF document redacts properly, however I am getting some weird large boxes that pop up: image.png (631 …...only non-space glyphs segs = list(getattr(frag, "segments", []))...seg_start >= end: continue chars = list(getattr(seg, "characters", []))...

    forum.aspose.com/t/really-weird-large-redaction...
  6. Header Alignment issue during mailmerge - Free ...

    We have a MS word document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant document is rendered with some top margin. Due to th…...> sequenceParameters1 = new List<TemplateSequencePara> { new..."CONTACTTYPE", Values = new List<object> { "home", "office",...

    forum.aspose.com/t/header-alignment-issue-durin...
  7. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...compareResponseStrea; } private List<string> GetTrackedRevisionAu(Stream...GetTrackedRevisionAu Method private List<(string Author, string Content)>...

    forum.aspose.com/t/need-to-get-the-per-line-aut...
  8. 使用SkiaSharp解码和编码纹理|Documentation

    使用SkiaSharp从图像文件解码纹理...GetEncoders () { List < ITextureEncoder > ret = new List < ITextureEncoder...

    docs.aspose.com/3d/zh/net/decode-and-encode-tex...
  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. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... as_table (), b ), list ( tables ))): cond_expression...

    reference.aspose.com/words/python-net/aspose.wo...