Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 4,680 for

paragraph builder

(0.1 sec)
  1. wrapper.zip

    wrapper.xml aspose.words.AbsolutePositionTab Aspose.Words.AbsolutePositionTab SpecialChar node_type NodeType NodeType False True False parent_node ParentNode CompositeNode False True False document......True parent_paragraph ParentParagraph Paragraph False True False...Cell False as_paragraph() AsParagraph() Paragraph False as_bookmark_start()...

    docs.aspose.com/words/af/python-net/python-note...
  2. Aspose.Words hangs during Mailmerge Operation -...

    SR 0.822.720.5.IT.ORG.docx (52.4 KB) Dear all, Since we introduced the latest version of Aspose.Words for .NET, version 25.4, we have a problem while executing a mailmerge operations on some documents but not all. For…...seems that the problematic paragraphs were causing the mail merge...deleted and recreated those paragraphs, the mail merge operation...

    forum.aspose.com/t/aspose-words-hangs-during-ma...
  3. Aspose.Words for Java 26.7: Japanese DOCX with ...

    Environment Aspose.Words for Java 26.7 (build 26.7.0) JDK 17 or later; reproduced on macOS Bug A Japanese DOCX that uses kinsoku shori settings (w:noLineBreaksAfter w:lang="ja-JP", w:noLineBreaksBefore, w:characterSpac…...static final String[] JP_PARAGRAPHS = { "いろはにほへと ちりぬるを わかよたれそ...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/aspose-words-for-java-26-7-j...
  4. wrapper.zip

    wrapper.xml aspose.words.AbsolutePositionTab Aspose.Words.AbsolutePositionTab SpecialChar node_type NodeType NodeType False True False parent_node ParentNode CompositeNode False True False document......True parent_paragraph ParentParagraph Paragraph False True False...Cell False as_paragraph() AsParagraph() Paragraph False as_bookmark_start()...

    docs.aspose.com/words/ro/python-net/python-note...
  5. wrapper.zip

    wrapper.xml aspose.words.AbsolutePositionTab Aspose.Words.AbsolutePositionTab SpecialChar node_type NodeType NodeType False True False parent_node ParentNode CompositeNode False True False document......True parent_paragraph ParentParagraph Paragraph False True False...Cell False as_paragraph() AsParagraph() Paragraph False as_bookmark_start()...

    docs.aspose.com/words/python-net/python-notes/w...
  6. FAQ|Aspose.Words for Java

    Aspose.Words for Java 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...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . write...

    docs.aspose.com/words/java/faq/
  7. ChmLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading CHM 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...
  8. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep Paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...insert line breaks to keep paragraphs wrapped at certain length...DocumentBuilder builder = new DocumentBuilder(doc); builder.Write("Lorem...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  9. Working with Bookmarks in Java|Aspose.Words for...

    Understanding bookmark concepts and how bookmark can be used in your program using Java....DocumentBuilder for your document, call builder.startBookmark("MyBookmark")...desired content, and then call builder.endBookmark("MyBookmark") ...

    docs.aspose.com/words/java/working-with-bookmarks/
  10. StyleIdentifier | Aspose.Words for Java

    Locale independent style identifier in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...name: builder.getFont().setStyleName("Emphasis"); builder.writeln("Text...

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