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

paragraph builder

(0.11 sec)
  1. Aspose::Words::Tables::CellFormat::get_FitText ...

    Aspose::Words::Tables::CellFormat::get_FitText method. If true, fits text in the cell, compressing each Paragraph to the width of the cell 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. IReplacingCallback.Replacing | Aspose.Words for...

    Enhance your coding with the IReplacingCallback method! Customize replace operations efficiently by executing user-defined actions for each match found....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...after the paragraph containing the matched text. Paragraph para =...

    reference.aspose.com/words/net/aspose.words.rep...
  3. ListLevelCollection | Aspose.Words for Java

    A collection of list formatting for each level in a list in Java....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. // Each paragraph that...

    reference.aspose.com/words/java/com.aspose.word...
  4. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a document using Python....to a header: Set Font and Paragraph Properties for Header or Footer...you can set the font and paragraph properties, use the HeaderPrimary...

    docs.aspose.com/words/python-net/working-with-h...
  5. Aspose::Words::Notes::Footnote::Footnote constr...

    Aspose::Words::Notes::Footnote::Footnote constructor. Initializes an instance of the Footnote class in C++....or InsertBefore1() on the paragraph where you want the footnote...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.not...
  6. Body.parentSection property | Aspose.Words for ...

    Body.parentSection property. Gets the parent section of this story.... Paragraph ( doc ); body . appendChild...let builder = new aw . DocumentBuilder ( doc ); builder . moveTo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Lists::ListLevelCollection class...

    Aspose::Words::Lists::ListLevelCollection class. A collection of list formatting for each level in a list. To learn more, visit the documentation article in C++....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Document(targetDocPath); DocumentBuilder builder = new DocumentBuilder(dst);...extractedNodes); builder.MoveToBookmark(bk.Name, true, true); builder.Ins...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  9. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font Paragraph and section formatting in Java....other content, specify font, paragraph and section formatting. To...learn more, visit the Document Builder Overview documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  10. RelativeHorizontalPosition enumeration | Aspose...

    aspose.words.drawing.RelativeHorizontalPosition enumeration. Specifies to what the horizontal position of a shape or text frame is relative....relative to the left side of the paragraph. LEFT_MARGIN Specifies that...watermark. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

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