Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 4,546 for

paragraph builder

(0.24 sec)
  1. ReportingEngine | Aspose.Words for Java

    Provides routines to populate template documents with data and a set of settings to control these routines in Java....Examples: Shows how to remove paragraphs selectively. // Template...mark. For such tags, empty paragraphs will be removed. Document...

    reference.aspose.com/words/java/com.aspose.word...
  2. MarkupLevel | Aspose.Words for Java

    Specifies the level in the document tree where a particular StructuredDocumentTag can occur in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setStyleName("Quote"); builder.insertNode(sdtPlainText); builder.insertNode(sdtRichText);...

    reference.aspose.com/words/java/com.aspose.word...
  3. CSS Style & format is not applied in convert wo...

    Hi Team, CSS style & format is not applied in word file, when we convert html file into word file using aspose word. Therefore, when we convert word file into pdf file. Then, in pdf file also css style & format is not a…...= null) { DocumentBuilder builder = new DocumentBuilder(resultWordDoc);...c); bookmark.setText(""); builder.moveToBookmark(bookmarkName...

    forum.aspose.com/t/css-style-format-is-not-appl...
  4. HtmlElementSizeOutputMode | Aspose.Words for Java

    Specifies how Aspose.Words exports element widths and heights to HTML MHTML and EPUB in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...table = builder.startTable(); builder.insertCell(); builder.write("Row...

    reference.aspose.com/words/java/com.aspose.word...
  5. FAQ|Aspose.Words for C++

    Aspose.Words for C++ answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....document size to a few hundred paragraphs. A Temporary License allows...MakeObject < Document >(); auto builder = System :: MakeObject < DocumentBuilder...

    docs.aspose.com/words/cpp/faq/
  6. VerticalAlignment | Aspose.Words for Java

    Specifies vertical alignment of a floating shape text frame or a floating table in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...page's center. Shape shape = builder.insertImage(getImageDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  7. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java....html = "\n\n \n \n paragraph 1\n paragraph 2\n\n\n"; HtmlLoadOptions...document is missing the default paragraph formatting style. // This...

    reference.aspose.com/words/java/com.aspose.word...
  8. Not able to keep the table and Shape(Trying to ...

    We have a scenario to keep the shapes and text in the same and we are able to achieve the requirement by keep the WrapType to None for the shapes. But it does not work for the shapes and Tables. Let us know if there is …...Builder.InsertImage("<Path of the icon...= 10; shape.Left = 5; this.Builder.ParagraphFormat.ClearFormatting();...

    forum.aspose.com/t/not-able-to-keep-the-table-a...
  9. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java....new Document(getMyDir() + "Paragraphs.docx"); // Create a "PsSaveOptions"...DocumentBuilder builder = new DocumentBuilder(doc); builder.getFont()...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Rotate Text in PDF using C#

    This how-to guide explains how to rotate text in PDF using C#. It contains information on IDE configuration, to-do list and a runnable sample code to rotate text in Adobe using C#....text fragment to the text builder object Save the resultant PDF...fragments as well as append paragraphs to the document if required...

    kb.aspose.com/pdf/net/how-to-rotate-text-in-pdf...