Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 7,715 for

append

(0.13 sec)
  1. 使用 Python 添加额外注释|Aspose.PDF for Python via .NET

    本节描述如何从您的 PDF 文档中添加、获取和删除额外类型的注释。... append ( caretAnnotation1 ) document...pages [ 1 ] . annotations . append ( linkAnnotation ) document...

    docs.aspose.com/pdf/zh/python-net/extra-annotat...
  2. Add watermark to PDF using Python|Aspose.PDF fo...

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Python.... append ( artifact ) document . save...

    docs.aspose.com/pdf/python-net/add-watermarks/
  3. 使用 PHP 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加文本...new TextBuilder ( $page ); // append the text fragment to the PDF...

    products.aspose.com/pdf/zh-hant/php-java/text/
  4. PageSetup.suppressEndnotes property | Aspose.Wo...

    PageSetup.suppressEndnotes property. True if endnotes are printed at the end of the next section that doesn't suppress endnotes...docx" ); }); /// <summary> /// Append a section with text and an...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Paragraph Class | Aspose.Words for .NET

    Discover the Aspose.Words.Paragraph class to effortlessly manage and format text paragraphs, enhancing your document processing capabilities.... AppendField ( string ) Appends a field to this paragraph....AppendField ( FieldType , bool ) Appends a field to this paragraph....

    reference.aspose.com/words/net/aspose.words/par...
  6. INodeChangingCallback.NodeRemoving | Aspose.Wor...

    Discover the INodeChangingCallback NodeRemoving method, which triggers before a document node is removed, ensuring smooth document management.... Append ( $"\tFont:\tChanged from \"...

    reference.aspose.com/words/net/aspose.words/ino...
  7. Aspose::Words::DocumentBuilder::MoveTo method |...

    Aspose::Words::DocumentBuilder::MoveTo method. Moves the cursor to an inline node or to the end of a paragraph in C++....nodes with the builder will append them to the last node. ASSERT_TRUE...document // where the builder appends new nodes when we use its document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Fix manual text to proper list level with prope...

    I am working on a usecase to process a document list data. But in some of the cases I dont have proper list structure. It happens instead of setting up 1, 1.1, 1.1.1 , 2, a, b, c,3 etc are not actual list but normal stri…...append([]) current_level[len(level_parts) - 1].append(content)...append(content) else: current_level[0].append(content) return current_level...

    forum.aspose.com/t/fix-manual-text-to-proper-li...
  9. Create New PST File and Add SubFolders|Document...

    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.... Append each loaded message to the.... load ( file ) msg_list . append ( msg ) folder . add_messages...

    docs.aspose.com/email/python-net/create-new-pst...
  10. 使用 Python 向 PDF 添加文本 | Aspose.PDF

    Python 源代码可通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上处理 PDF 文件中的文本。... TextBuilder ( page ) # Append the text fragment to the PDF...PDF page builder . append_text ( text_fragment ) # Save resulting...

    products.aspose.com/pdf/zh-hans/python-net/text/