Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 4,644 for

paragraph builder

(0.56 sec)
  1. 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...
  2. 有什么新功能|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/
  3. JoinRunsOptions | Aspose.Words for Java

    Provides configuration flags for the join runs operation in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...differences. builder.getFont().setName("Arial"); builder.getFont()...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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...
  5. 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...
  6. 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...
  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. 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. 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...
  10. 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...