Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 4,545 for

paragraph builder

(0.06 sec)
  1. Make WORD Using Java

    Make a new a Word document in Java in a few steps. Easily create a Word document using Java library....technically supposed to contain one paragraph, so when you programmatically...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/make/word/
  2. Make HTML Using Java

    Make a new HTML in Java in a few steps. Easily create HTML using Java library....technically supposed to contain one paragraph, so when you programmatically...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/make/html/
  3. TxtSaveOptions class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format...(Inherited from SaveOptions ) paragraph_break Specifies the string...string to use as a paragraph break when exporting in text formats...

    reference.aspose.com/words/python-net/aspose.wo...
  4. EditableRangeStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.EditableRangeStart class, your key to managing editable ranges in Word documents for enhanced document control and flexibility....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples Shows how to limit...

    reference.aspose.com/words/net/aspose.words/edi...
  5. DocumentBuilder.MoveToSection | Aspose.Words fo...

    Discover the DocumentBuilder MoveToSection method to easily navigate to the start of any section's body, enhancing your document editing efficiency....cursor is moved to the first paragraph in the Body of the specified...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  6. ImportFormatOptions class | Aspose.Words for No...

    Aspose.Words.ImportFormatOptions class. Allows to specify various import options to format output... Document (); let builder = new aw . DocumentBuilder...( dstDoc ); let myStyle = builder . document . styles . add (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells.... Document (); let builder = new aw . DocumentBuilder...inner borders. let table = builder . startTable (); for ( let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportTocPageNumbers method. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB. Default value is false in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...populate the document with paragraphs formatted using a "Heading"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. EditableRange | Aspose.Words for Java

    Represents a single editable range in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Hello..." + " we cannot edit this paragraph without the password."); //...

    reference.aspose.com/words/java/com.aspose.word...
  10. ListLevelAlignment enumeration | Aspose.Words f...

    aspose.words.lists.ListLevelAlignment enumeration. Specifies alignment for the list number or bullet....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...