Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 4,242 for

paragraph builder

(0.18 sec)
  1. TextureIndex enumeration | Aspose.Words for Nod...

    Aspose.Words.TextureIndex enumeration. Specifies shading texture.... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let borders = builder . paragraphFormat . borders ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."MyBookmark_" + i; builder.write("Text before bookmark."); builder.startB...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldAutoTextList.entry_name property | Aspose....

    FieldAutoTextList.entry_name property. Gets or sets the name of the AutoText entry....'Contents of AutoText 3' ) builder = aw . DocumentBuilder ( doc...field will display. field = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldAutoTextList.screen_tip property | Aspose....

    FieldAutoTextList.screen_tip property. Gets or sets the text of the ScreenTip to show....'Contents of AutoText 3' ) builder = aw . DocumentBuilder ( doc...field will display. field = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ListCollection.AddCopy | Aspose.Words for .NET

    Discover the ListCollection AddCopy method to effortlessly duplicate a list and enhance your document's collection with ease and efficiency....Document (); DocumentBuilder builder = new DocumentBuilder ( dstDoc...srcList ); AddListSample ( builder , dstList ); } dstDoc . Save...

    reference.aspose.com/words/net/aspose.words.lis...
  6. ShapeBase.relative_vertical_size property | Asp...

    ShapeBase.relative_vertical_size property. Gets or sets the value of shape's relative size in vertical direction.... Document () builder = aw . DocumentBuilder ( doc...size and position. shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::ParagraphFormat::get_CharacterUn...

    Aspose::Words::ParagraphFormat::get_CharacterUnitRightIndent method. Gets or sets the right indent value (in characters) for the specified Paragraphs in C++....characters) for the specified paragraphs. double Aspose :: Words ::...Examples Shows how to change paragraph spacing and indents. auto...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Using DocumentBuilder to Modify a Document|Aspo...

    Use the document Builder to modify a document easily in Java....the current paragraph and all further paragraphs created using...list level of the current paragraph by one level, call ListFormat...

    docs.aspose.com/words/java/using-documentbuilde...
  9. FieldEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEnd class, which efficiently handles Word field endings in documents, enhancing your document processing capabilities....get; } Retrieves the parent Paragraph of this node. PreviousSibling...FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FieldAdvance class | Aspose.Words for Python

    aspose.words.fields.FieldAdvance class. Implements the ADVANCE field...node, returns its parent paragraph. If the field is already removed...Document () builder = aw . DocumentBuilder ( doc ) builder . write...

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