Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 6,840 for

append

(0.03 sec)
  1. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes to your child node list. Boost your development efficiency!...create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/net/aspose.words/com...
  2. Converting To XPS in 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....Cells - Converting To XPS To append documents using Aspose.Cells...Download Running Code Download Append Documents (Aspose.Cells) from...

    docs.aspose.com/cells/java/converting-to-xps-in...
  3. HeaderFooter.header_footer_type property | Aspo...

    HeaderFooter.header_footer_type property. Gets the type of this header/footer....Document () # Create a header and append a paragraph to it. The text...( header ) para = header . append_paragraph ( 'My header.' )...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Managing Document Properties in Jython|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....Managing Document Properties To append documents using Aspose.Cells...Download Running Code Download Append Documents (Aspose.Cells) from...

    docs.aspose.com/cells/java/managing-document-pr...
  5. HeaderFooter.HeaderFooterType | Aspose.Words fo...

    Discover the HeaderFooterType property to easily access and manage your document's header and footer types for enhanced formatting control....(); // Create a header and append a paragraph to it. The text...IsEndOfHeaderFooter ); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/net/aspose.words/hea...
  6. HeaderFooter.IsHeader | Aspose.Words for .NET

    Discover the IsHeader property of HeaderFooter—easily identify if your HeaderFooter object is a header for streamlined document formatting....(); // Create a header and append a paragraph to it. The text...IsEndOfHeaderFooter ); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/net/aspose.words/hea...
  7. Aspose::Words::HeaderFooter::get_IsHeader metho...

    Aspose::Words::HeaderFooter::get_IsHeader method. True if this HeaderFooter object is a header in C++....(); // Create a header and append a paragraph to it. The text...()); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/cpp/aspose.words/hea...
  8. Aspose::Words::IDocumentProcessorPlugin::Type m...

    How to use Type method of Aspose::Words::IDocumentProcessorPlugin class in C++....Aspose::Words::IDocumentProcessorPl::Append method...

    reference.aspose.com/words/cpp/aspose.words/ido...
  9. Merge two adjacent cells|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....Create the merged cell and append it to the MergeCells collection...cell2Name ) }; mergeCells . Append ( mergeCell ); worksheet ....

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  10. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET.... append ( line ) # Save PDF file document...Graph object graph . shapes . append ( line ) # Save PDF file document...

    docs.aspose.com/pdf/python-net/add-line/