Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 4,243 for

paragraph builder

(0.08 sec)
  1. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...( "Add text to this paragraph." ); builder . CurrentParagraph...

    reference.aspose.com/words/net/aspose.words/com...
  2. StoryType enumeration | Aspose.Words for Python

    aspose.words.StoryType enumeration. Text of a Word document is stored in stories... Document () builder = aw . DocumentBuilder ( doc...shape, # which has a parent Paragraph, which is a child node of...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. 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...
  5. StructuredDocumentTag.tag property | Aspose.Wor...

    StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...let builder = new aw . DocumentBuilder ( doc ); builder . insertNode...structured document tag in a new paragraph. let tagClone = tag . clone...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Cell | Aspose.Words for Java

    Represents a table cell in Java....contain block-level nodes Paragraph and Table . A minimal valid...needs to have at least one Paragraph . Examples: Shows how to create...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldCreateDate class | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldSet class | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Fields::FieldRevNum class | Aspo...

    Aspose::Words::Fields::FieldRevNum class. Implements the REVNUM field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Cell class | Aspose.Words for Python

    aspose.words.tables.Cell class. Represents a table cell...contain block-level nodes Paragraph and Table . A minimal valid...needs to have at least one Paragraph . Inheritance: Cell → CompositeNode...

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