Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 4,273 for

paragraph builder

(0.06 sec)
  1. Aspose::Words::Comment::SetText method | Aspose...

    Aspose::Words::Comment::SetText method. This is a convenience method that allows to easily set text of the comment in C++....contain paragraph breaks, this will create paragraphs of text...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/com...
  2. Aspose::Words::Document::get_LayoutOptions meth...

    Aspose::Words::Document::get_LayoutOptions method. Gets a LayoutOptions object that represents options to control the layout process of this document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...from a rendered document. builder -> Writeln ( u "This text is...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Ruby...DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Jackson...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentBuilder.paragraphFormat property | Aspo...

    DocumentBuilder.ParagraphFormat property. Returns an object that represents current Paragraph formatting properties....object that represents current paragraph formatting properties. get...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made....let builder = new aw . DocumentBuilder ( doc ); builder . writeln...Insert a document after the paragraph containing the matched text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBuilder.MoveToStructuredDocumentTag | A...

    Effortlessly navigate to structured document tags with the DocumentBuilder MoveToStructuredDocumentTag method, enhancing your document editing efficiency....cursor to the end of its last paragraph, specify -2. Remarks The navigation...tags.docx" ); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Tables::Table::get_AbsoluteHoriz...

    Aspose::Words::Tables::Table::get_AbsoluteHorizontalDistance method. Gets or sets absolute horizontal floating table position specified by the table properties, in points. Default value is 0 in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Table > table = builder -> StartTable (); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. ListTemplate Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListTemplate enum, featuring predefined Microsoft Word list formats to enhance your document's presentation effortlessly....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...); AddOutlineHeadingPar ( builder , list , "Aspose.Words Outline...

    reference.aspose.com/words/net/aspose.words.lis...
  9. ParagraphFormat.style_identifier property | Asp...

    ParagraphFormat.style_identifier property. Gets or sets the locale independent style identifier of the Paragraph style applied to this formatting....independent style identifier of the paragraph style applied to this formatting...entries. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Comment class | Aspose.Words for Node.js

    Aspose.Words.Comment class. Represents a container for text of a comment...child of Paragraph . Comment can contain Paragraph and Table...firstParagraph Gets the first paragraph in the story. (Inherited from...

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