Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 4,606 for

paragraph builder

(0.17 sec)
  1. FieldXE Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldXE class, your solution for efficiently implementing XE fields in document processing. Enhance your workflow 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. FieldInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldInfo class, your go-to solution for implementing the INFO field efficiently in document processing. Unlock 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...
  3. FieldFileName class | Aspose.Words for Python

    aspose.words.fields.FieldFileName class. Implements the FILENAME field...node, returns its parent paragraph. If the field is already removed...docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...

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

    Discover the Aspose.Words.Tables.Cell class—your solution for efficient table cell management in document processing. Enhance your workflow today!...FirstParagraph { get; } Gets the first paragraph among the immediate children...LastParagraph { get; } Gets the last paragraph among the immediate children...

    reference.aspose.com/words/net/aspose.words.tab...
  5. FieldDisplayBarcode class | Aspose.Words for Py...

    aspose.words.fields.FieldDisplayBarcode class. Implements the DISPLAYBARCODE field...node, returns its parent paragraph. If the field is already removed...() builder = aw . DocumentBuilder ( doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert PowerPoint Presentations to Video in Ja...

    Learn how to convert PowerPoint presentations to video in JavaScript. Discover sample code and automation techniques to streamline your workflow.... "path/to/ffprobe" ); var builder = java . newInstanceSync (...); executor . createJob ( builder ). run (); } catch ( e ) {...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  7. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....first paragraph of this document. Paragraph paragraph = (Paragraph)...getChild(NodeType.PARAGRAPH, 0, true); paragraph.appendChild(new...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldDate field = (FieldDate) builder.insertField(FieldType.FIELD_DATE...

    reference.aspose.com/words/java/com.aspose.word...
  9. ListTemplate | Aspose.Words for Java

    Specifies one of the predefined list formats available in Microsoft Word in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...ON); addOutlineHeadingPar(builder, docList, "Aspose.Words Outline...

    reference.aspose.com/words/java/com.aspose.word...
  10. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a textbox in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...appendChild(new Paragraph(doc)); builder.insertNode(textbox); builder.moveTo(textbox...

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