Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 6,842 for

append

(0.05 sec)
  1. DocumentVisitor.visitCommentRangeEnd method | A...

    DocumentVisitor.visitCommentRangeEnd method. Called when the end of a commented range of text is encountered....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++ ) { mBuilder . append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Merge Word Documents using Python

    This simple article focuses on how to merge Word document using Python. It encapsulates the details to establish the environment along with configuration steps and a working example code to merge DOCX files in Python....using a Document class object Append the Source Word file into the...Target Word file using the append_document method Save the Target...

    kb.aspose.com/words/python/how-to-merge-word-do...
  3. Comment | Aspose.Words for .NET

    Create engaging comments effortlessly with our Comment constructor. Initialize a new Comment class instance and enhance user interaction seamlessly!... To append Comment to the document use...Continue ; } /// <summary> /// Append a line to the StringBuilder...

    reference.aspose.com/words/net/aspose.words/com...
  4. DocumentVisitor.visitCommentRangeStart method |...

    DocumentVisitor.visitCommentRangeStart method. Called when the start of a commented range of text is encountered....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++ ) { mBuilder . append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentVisitor.VisitCommentEnd | Aspose.Words ...

    Explore the DocumentVisitor VisitCommentEnd method, designed to enhance comment text enumeration in your projects for seamless document processing....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  6. BuildingBlock.Behavior | Aspose.Words for .NET

    Discover how BuildingBlock Behavior enhances your document by defining content insertion methods for seamless integration and improved workflow....block into the document will append this section with its child...BuildingBlock block ) { mBuilder . Append ( "Visited " + block . Name...

    reference.aspose.com/words/net/aspose.words.bui...
  7. BuildingBlock.Sections | Aspose.Words for .NET

    Discover BuildingBlock Sections. Easily access and manage all sections within your building block for streamlined organization and enhanced efficiency....block into the document will append this section with its child...BuildingBlock block ) { mBuilder . Append ( "Visited " + block . Name...

    reference.aspose.com/words/net/aspose.words.bui...
  8. Aspose::Words::Tables::CellFormat::get_Borders ...

    Aspose::Words::Tables::CellFormat::get_Borders method. Gets collection of borders of the cell in C++....:: Table , 1 , true )); // Append all rows from the current table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。... TextBuilder ( page ); // Append the text fragment to the PDF...TextState . Rotation = - 45 ; // Append the text fragments to the paragraph...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/
  10. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。... Append ( fragment . Text ); } paragraphText . Append ( "\r\n"..."\r\n" ); } paragraphText . Append ( "\r\n" ); Console . WriteLine...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...