Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 4,637 for

paragraph builder

(0.07 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/ro/python-net/python-note...
  2. 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...
  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. 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...
  5. 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...
  6. PdfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading Pdf 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...
  7. Render multiple images in a row - Free Support ...

    Hello, I have a array of images. I want to render the all images in array two images in a row. I have attached my syntax. It throws an error. It works when trying to render 1 image per row. Also, is there any way to f…...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...two columns Table table = builder.StartTable(); // Assuming you...

    forum.aspose.com/t/render-multiple-images-in-a-...
  8. 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...
  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. 怎么删除标题下面指定内容的表和段落还有图片信息 - Free Support Forum - ...

    python 怎么删除标题下面指定内容的表和段落还有图片信息...for paragraph in doc.get_child_nodes(aw.NodeType.PARAGRAPH, True):...title_text in paragraph.get_text() and "_Toc" not in paragraph.get_text():...

    forum.aspose.com/t/topic/313060