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

paragraph builder

(0.07 sec)
  1. 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/
  2. 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...
  3. LoadOptions | Aspose.Words for Java

    Allows to specify additional options such as password or base URI when loading a document into a Document object in Java....document is missing the default paragraph formatting style. // This...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. 有什么新功能|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/
  5. 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...
  6. 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...
  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. RtfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.RTF document into a Document object in Java....document is missing the default paragraph formatting style. // This...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. 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...
  10. ThemeColor | Aspose.Words for Java

    Specifies the theme colors 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...