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

paragraph builder

(0.08 sec)
  1. ParagraphFormat.characterUnitLeftIndent propert...

    ParagraphFormat.characterUnitLeftIndent property. Gets or sets the left indent value (in characters) for the specified Paragraphs....characters) for the specified paragraphs. get characterUnitLeftInd...Examples Shows how to change paragraph spacing and indents. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BorderCollection class | Aspose.Words for Python

    aspose.words.BorderCollection class. A collection of [Border](../border/) objects...between cells or conforming paragraphs. left Gets the left border...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Adjust_Right_Indent <w:adjustRightInd w:val="of...

    { "type": "ADJUST_RIGHT_INDENT", "attributes": { "val": "0" } },...adjust the right indent of a paragraph in Aspose.Words for Java,...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/adjust-right-indent-w-adjust...
  4. ParagraphFormat.style_identifier property | Asp...

    ParagraphFormat.style_identifier property. Gets or sets the locale independent style identifier of the Paragraph style applied to this formatting....independent style identifier of the paragraph style applied to this formatting...entries. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::DocumentBuilder::MoveToStructure...

    Aspose::Words::DocumentBuilder::MoveToStructuredDocumentTag method. Moves the cursor to the structured document tag in C++....cursor to the end of its last paragraph, specify -2. Examples Shows...document tags.docx" ); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Using DocumentBuilder to Modify a Document Easi...

    Use the document Builder to modify a document easily in C++.... Paragraph Formatting Current paragraph formatting...object encapsulates various paragraph formatting properties available...

    docs.aspose.com/words/cpp/using-documentbuilder...
  7. Field.remove method | Aspose.Words for Python

    Field.remove method. Removes the field from the document...node, returns its parent paragraph. If the field is already removed...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.InsertStructuredDocumentTag | A...

    Effortlessly enhance your documents with the DocumentBuilder InsertStructuredDocumentTag method. Easily add structured document tags for better organization!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveTo...doc . FirstSection . Body . Paragraphs [ 3 ]); // Note, that only...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Create New Document in Apache POI and Aspose.Wo...

    Create a new document easily and fast instead of using Apache POI.... DocumentBuilder builder = new DocumentBuilder ( doc...doc ); // Write a new paragraph in the document with some text...

    docs.aspose.com/words/java/create-new-document-...
  10. PageSetup.line_number_restart_mode property | A...

    PageSetup.line_number_restart_mode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or section or runs continuously.... Document () builder = aw . DocumentBuilder ( doc...of the line. page_setup = builder . page_setup page_setup . ...

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