Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 10,690 for

append

(0.19 sec)
  1. BuildingBlockBehavior Enum | Aspose.Words for .NET

    Discover the Aspose.Words BuildingBlockBehavior enum, defining how building blocks enhance your document's content upon insertion for seamless editing....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...
  2. Extract Links|Aspose.PDF for Python via .NET

    This example binds an input PDF, extracts all links, and prints their coordinates and URIs (if available).... append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/extract-links/
  3. 添加曲线注释|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在首页绘制虚线曲线,并保存修改后的文档。... append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/add-curve-ann...
  4. Add Text to PDF Using C++ | Aspose.PDF

    Add text to PDF programmatically with C++ sample code using Aspose.PDF for C++...TextBuilder > ( pdfPage ); // append the text fragment to the PDF...

    products.aspose.com/pdf/cpp/text/
  5. Add Text to PDF Using PHP | Aspose.PDF

    Add text to PDF programmatically with PHP sample code using Aspose.PDF for PHP via Java...new TextBuilder ( $page ); // append the text fragment to the PDF...

    products.aspose.com/pdf/php-java/text/
  6. Comment.AcceptStart | Aspose.Words for .NET

    Discover the AcceptStart method to seamlessly welcome visitors at the beginning of comments, enhancing user engagement and interaction....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/com...
  7. Comment.AcceptEnd | Aspose.Words for .NET

    Learn how the AcceptEnd method enhances user experience by efficiently managing comment visits. Boost engagement with seamless visitor acceptance!...Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/com...
  8. Row.ParentTable | Aspose.Words for .NET

    Discover the Row ParentTable property to easily access the immediate parent table of any row, enhancing your data management and analysis....Continue ; } /// <summary> /// Append a line to the StringBuilder...; i ++) { mVisitedTables . Append ( "| " ); } mVisitedTables...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Comment.DateTime | Aspose.Words for .NET

    Discover the Comment DateTime property, which captures the exact date and time a comment is posted, enhancing your content management experience....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/com...
  10. Add Text to an existing PDF file in Ruby|Aspose...

    Learn how to add text to an existing PDF document in Ruby with Aspose.PDF to enhance or update your PDF content.... new ( pdf_page ) # append the text fragment to the PDF...

    docs.aspose.com/pdf/java/add-text-to-an-existin...