Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 4,591 for

paragraph builder

(0.13 sec)
  1. 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...
  2. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases...., false ); TextParagraph paragraph = new TextParagraph (); TextFragment...TextFragment ( paragraphContent ); paragraph . setVerticalAlignment ( VerticalAlignment...

    docs.aspose.com/pdf/java/whatsnew/
  3. 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/
  4. 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...
  5. 有什么新功能|Aspose.PDF for Java

    本页面介绍了Aspose.PDF for Java最近发布版本中引入的最受欢迎的新功能。..., false ); TextParagraph paragraph = new TextParagraph (); TextFragment...TextFragment ( paragraphContent ); paragraph . setVerticalAlignment ( VerticalAlignment...

    docs.aspose.com/pdf/zh/java/whatsnew/
  6. 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...
  7. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...Text Box"; DocumentBuilder builder = new DocumentBuilder(doc);...textBox.appendChild(new Paragraph(doc)); builder.moveTo(textBox.getFirstParagraph());...

    forum.aspose.com/t/trying-to-create-a-word-like...
  8. 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...
  9. RelativeVerticalSize | Aspose.Words for Java

    Specifies relatively to what the height of a shape or a text frame is calculated vertically in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...and position. Shape shape = builder.insertShape(ShapeType.RECTANGLE...

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

    Specifies relatively to what the width of a shape or a text frame is calculated horizontally in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...and position. Shape shape = builder.insertShape(ShapeType.RECTANGLE...

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