Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 15,146 for

section

(0.48 sec)
  1. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....composed of multiple paragraphs, sections, or pages. Some of the metacharacters...paragraph break, &b for a section break, &m for a page break...

    docs.aspose.com/words/java/find-and-replace/
  2. Installation|Aspose.Words for .NET

    Install Aspose.Words for .NET using Visual Studio tools such as Manage NuGet Packages or Package Manager Console and the MSI installer. Use the Full Trust permission set in C#....installer from the downloads section . You must be logged in to...Words_{LatestVersion}.msi from the downloads section Doble-click the downloaded...

    docs.aspose.com/words/net/installation/
  3. Manipulate PDF Document in Python via .NET|Aspo...

    This article contains information on how to validate PDF Document for PDF A Standard using Python, how to work with TOC, how to set PDF expiry date, and etc....providing an overview of its sections and headings. To add a TOC...title # Add the list section to the sections collection of the Pdf...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  4. .NET Aspose. Pdf 7.9.0.0 generate empty pdf fro...

    Hi, I have been tasked to find an easy solution to convert Html pages to Pdf files and your product seemed to be exactly what we needed so I went ahead and tried your exemple here. Sadly the result was not what I expect…...new Pdf(); Section section = pdfGenerator.Sections.Add(); Text...Text textGenerator = new Text(section, localResponseStream.ReadToEnd())...

    forum.aspose.com/t/net-aspose-pdf-7-9-0-0-gener...
  5. Convert a Document in Java|Aspose.Words for Java

    Easily convert documents from one format to another. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others using Java.... As mentioned in previous sections, the LoadFormat enumeration...Popular Conversions The current section describes popular conversions...

    docs.aspose.com/words/java/convert-a-document/
  6. Convert EMAIL to TEXT in Python | products.aspo...

    Save EMAIL to TEXT in your Python applications without using Microsoft Outlook or Word...comprises a header section and a body section, separated by a blank...subject, and timestamp. The body section contains the content of the...

    products.aspose.com/total/python-net/conversion...
  7. Aspose.Words DOM|Aspose.Words for Node.js via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Node.js.... This section describes the main classes...text, paragraph, table, or a section is a node, and even the document...

    docs.aspose.com/words/nodejs-net/aspose-words-d...
  8. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java....these will look like "Section (1.01)", "Section (1.02)"... docList...getListLevels().get(1).setNumberFormat("Section ( . )"); docList.getListLevels()...

    reference.aspose.com/words/java/com.aspose.word...
  9. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...you should create a separate section for the TOC and the content...another section. builder.insertBreak(BreakType.SECTION_BREAK_NEW_PAGE);...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  10. Merge Cells in Word using C#

    This tutorial guides on how to merge cells in Word using C#. It shares the development resources, steps, and a sample code to combine cells in Word using C#....select the section, a list of tables in that section, and access...

    kb.aspose.com/words/net/merge-cells-in-word-usi...