Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 18,355 for

paragraphs

(0.1 sec)
  1. Aspose::Words::Fields::FieldShape::get_Text met...

    Aspose::Words::Fields::FieldShape::get_Text method. Gets or sets the text to retrieve in C++....BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...text alignment for every paragraph in the document to RTL. for...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Rendering in Java|Aspose.Words for Java

    Use Aspose.Words for Java rendering feature to format a flow-layout document into pages and convert such a document or selected pages to another document (PDF, HTML, XPS, etc.) or image (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....various elements such as paragraphs, tables, headers, footers...position where each particular paragraph or character is displayed...

    docs.aspose.com/words/java/rendering/
  3. | Aspose

    Sample code for JPEG to TXT Java conversion. Use API example code for batch JPEG files to TXT conversion within any Web or Desktop Java based application.... Paragraphs in a text document are recognized...

    products.aspose.com/ocr/java/conversion/jpeg-to...
  4. Error on updating fields of document with custo...

    When creating documents from a certain template we get an exception on calling UpdateFields(). Here the code sample: private void TestMethod(string documentTemplatePath) { using FileStream fileStream = new(document…...document property contains paragraph break character. Inline level...level SDS cannot contain paragraphs, they can contain only inline...

    forum.aspose.com/t/error-on-updating-fields-of-...
  5. ImportFormatOptions.KeepSourceNumbering | Aspos...

    Control document numbering with the ImportFormatOptions KeepSourceNumbering property. Easily manage clashes for seamless imports. Default, false....importFormatOptions ); foreach ( Paragraph paragraph in srcDoc . FirstSection...FirstSection . Body . Paragraphs ) { Node importedNode = importer . ImportNode...

    reference.aspose.com/words/net/aspose.words/imp...
  6. Aspose::Words::Fields::FieldAutoNumOut class | ...

    Aspose::Words::Fields::FieldAutoNumOut class. Implements the AUTONUMOUT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Examples Shows how to number paragraphs using AUTONUMOUT fields....

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. How to Create and Convert an XML File to PDF|As...

    PDF SharePoint API is capable of creating and converting XML files into PDF format....one or more Paragraph elements. Text is a Paragraph level object...added to the Section object’s paragraphs collection. XML <? xml version...

    docs.aspose.com/pdf/sharepoint/how-to-create-an...
  8. Copying Paragraph and Portion in PPTX|Aspose.Sl...

    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....Copying Paragraph and Portion in PPTX Contents [ Hide ] In order...text we need to format it on Paragraph and Portion level. Some text...

    docs.aspose.com/slides/cpp/copying-paragraph-an...
  9. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …...“Widow/Orphan” case: When there is a paragraph with the “widow/orphan control”...case: When there are two paragraphs of footnote text and “Keep...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  10. Orienting data grid headers in a PDF - Free Sup...

    We created a customer item request ticket in .NET with the customer inventory and quantity in a grid. When we present the ticket, the horizontal headers in the customer data grid for Items, quantity, and cost take up too…...Table(); // Add the table in paragraphs collection of the desired...desired section sec1.Paragraphs.Add(tab1); // Set with column widths...

    forum.aspose.com/t/orienting-data-grid-headers-...