Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 4,632 for

paragraph builder

(0.14 sec)
  1. Aspose::Words::Tables::CellFormat class | Aspos...

    Aspose::Words::Tables::CellFormat class. Represents all formatting for a table cell. To learn more, visit the documentation article in C++....the cell, compressing each paragraph to the width of the cell....Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Fields::FieldGlossary class | As...

    Aspose::Words::Fields::FieldGlossary class. Implements the GLOSSARY field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...:: BuildingBlockBehavio :: Paragraph ); doc -> get_GlossaryDocument...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Content Control Wrapping Issue - Free Support F...

    Hi Team, I have removed the whitespace and the header/footer using the page-wise logic below. However, after doing this, the specific content control mentioned below is not wrapping correctly. I am using Aspose.Words Ve…...Unlink(); }); DocumentBuilder builder = new DocumentBuilder(page);...i++) { builder.MoveToField(pageFields[i], true); builder.Write(pageNumber...

    forum.aspose.com/t/content-control-wrapping-iss...
  5. BuiltInDocumentProperties.paragraphs property |...

    BuiltInDocumentProperties.Paragraphs property. Represents an estimate of the number of Paragraphs in the document....paragraphs property BuiltInDocumentPrope.paragraphs property...number of paragraphs in the document. @property def paragraphs ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BuiltInDocumentProperties.Paragraphs | Aspose.W...

    Discover the BuiltInDocumentProperties Paragraphs property, offering an accurate estimate of Paragraph count in your document for better content management....Paragraphs Contents [ Hide ] BuiltInDocumentPrope.Paragraphs...number of paragraphs in the document. public int Paragraphs { get...

    reference.aspose.com/words/net/aspose.words.pro...
  7. StoryType enumeration | Aspose.Words for Node.js

    Aspose.Words.StoryType enumeration. Text of a Word document is stored in stories... Document (); let builder = new aw . DocumentBuilder...shape, // which has a parent Paragraph, which is a child node of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldTC Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTC class for seamless TC field implementation, enhancing your document processing with powerful features....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...
  9. DocumentBuilder.move_to_bookmark method | Aspos...

    aspose.words.DocumentBuilder.move_to_bookmark method...level, moves to the next paragraph. The comparison is not case-sensitive...Shows how to move a document builder’s cursor to different nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Mail Merge Template in Python|Aspose.Words for ...

    Create a Mail Merge template to define fixed content in output documents, and then generate merge documents using the merge fields in Python....inset_field , and insert_paragraph methods. The following code...create_mail_merge_template () : builder = aw . DocumentBuilder () #...

    docs.aspose.com/words/python-net/mail-merge-tem...