Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 7,721 for

append

(0.07 sec)
  1. 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...True ); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/net/aspose.words/hea...
  2. 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...True ); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/net/aspose.words/hea...
  3. Aspose::Words::IDocumentProcessorPlugin interfa...

    Aspose::Words::IDocumentProcessorPlugin interface. Defines an interface for external document processor plugin in C++....Method Description virtual Append (System::SharedPtr<System::IO::Stream>...ds::Loading::LoadOptions>) Append the document loading it with...

    reference.aspose.com/words/cpp/aspose.words/ido...
  4. 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...
  5. Node.getText method | Aspose.Words for Node.js

    Node.getText method. Gets the text of this node and of all its children....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/nodejs-net/aspose.wo...
  6. Paragraph.isEndOfHeaderFooter property | Aspose...

    Paragraph.isEndOfHeaderFooter property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../section/); false otherwise....(); // Create a header and append a paragraph to it. The text...true ); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Paragraph.parentStory property | Aspose.Words f...

    Paragraph.parentStory property. Retrieves the parent section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/)....(); // Create a header and append a paragraph to it. The text...true ); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Quick Start|Aspose.Words for .NET

    Aspose.Words for .NET quick start PHP developers guide using C#....Quick Start Contents [ Hide ] Append Documents in PHP Document to...

    docs.aspose.com/words/net/quick-start/
  9. Converting Worksheet To SVG in Jython|Documenta...

    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....Converting Worksheet To SVG To append documents using Aspose.Cells...Download Running Code Download Append Documents (Aspose.Cells) from...

    docs.aspose.com/cells/java/converting-worksheet...
  10. Insert a new worksheet|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....sheetName = "Sheet" + sheetId ; // Append the new worksheet and associate...Name = sheetName }; sheets . Append ( sheet ); } } Aspose.Cells...

    docs.aspose.com/cells/net/insert-a-new-worksheet/