Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 4,590 for

paragraph builder

(0.11 sec)
  1. FieldDde Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDde class for seamless DDE field implementation. Enhance your document automation with powerful features today!...node, returns its parent paragraph. If the field is already removed...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Create or Load a Document in Node.js|Aspose.Wor...

    Create a blank document or to load it from a file or stream using Node.js....document builder: var doc = aw . Document () var builder = aw .... DocumentBuilder ( doc ) builder . write ( "Hello world!" ) doc...

    docs.aspose.com/words/nodejs-net/create-or-load...
  3. Create or Load a Document in Python|Aspose.Word...

    Create a blank document or to load it from a file or stream using Python....the document builder: doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) builder . write ( "Hello world!" ) doc ...

    docs.aspose.com/words/python-net/create-or-load...
  4. Save Documents in Apache POI and Aspose.Words|A...

    Save documents 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/save-documents-in-ap...
  5. BookmarkEnd | Aspose.Words for Java

    Represents an end 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...
  6. NodeCollection.Insert | Aspose.Words for .NET

    Effortlessly insert nodes into your NodeCollection at any index with our streamlined Insert method. Enhance your data management today!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...DocumentBuilder. builder . Write ( "Run 1. " ); builder . Write ( "Run...

    reference.aspose.com/words/net/aspose.words/nod...
  7. RelativeHorizontalPosition | Aspose.Words for Java

    Specifies to what the horizontal position of a shape or text frame is relative in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...page's center. Shape shape = builder.insertImage(getImageDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Fields::FieldOptions::get_BuiltI...

    Aspose::Words::Fields::FieldOptions::get_BuiltInTemplatesPaths method. Gets or sets paths of MS Word built-in templates in C++....:: BuildingBlockBehavio :: Paragraph ); doc -> get_GlossaryDocument..."Busniess brochure.dotx" })); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. BuiltInDocumentProperties.characters property |...

    BuiltInDocumentProperties.characters property. Represents an estimate of the number of characters in the document.... myDir + "Paragraphs.docx" ); let properties =...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java.... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 4, true); para.accept(hiddenContentRemover);...

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