Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 4,245 for

paragraph builder

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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/
  5. 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...
  6. 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...
  7. 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...
  8. 新功能|Aspose.PDF for .NET

    本页面介绍了在最近发布的 Aspose.PDF for .NET 中引入的最受欢迎的新功能。... Paragraphs . Add ( asposeImage ); //.... Pages . Add (); page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/whatsnew/
  9. ThemeFont | Aspose.Words for Java

    Specifies the types of theme font names for document themes in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln();...getStyles().add(StyleType.PARAGRAPH, "ThemedStyle"); style.getFont()...

    reference.aspose.com/words/java/com.aspose.word...
  10. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java....the document into heading paragraphs. // This is useful for readers...mentSplitCriteri.HEADING_PARAGRAPH); // Specify that we want...

    reference.aspose.com/words/java/com.aspose.word...