Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 4,631 for

paragraph builder

(0.15 sec)
  1. Insert Fields in C#|Aspose.Words for .NET

    How to insert fields into a document using C# – learn different ways with code examples....MERGE field using DOM to a paragraph in a document: Inserting Mail...ADDRESSBLOCK Field using DOM to a paragraph in a document: Inserting ADVANCE...

    docs.aspose.com/words/net/inserting-fields/
  2. LayoutFlow Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.LayoutFlow enum to control text layout in textboxes, enhancing your document design and readability effortlessly....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...AppendChild ( new Paragraph ( doc )); builder . InsertNode ( textbox...

    reference.aspose.com/words/net/aspose.words.dra...
  3. DocumentBuilder.insertStructuredDocumentTag met...

    DocumentBuilder.insertStructuredDocumentTag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document....let builder = new aw . DocumentBuilder ( doc ); builder . moveTo...doc . firstSection . body . paragraphs . at ( 3 )); // Note, that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FindReplaceOptions class | Aspose.Words for Nod...

    Aspose.Words.Replacing.FindReplaceOptions class. Specifies options for find/replace operations... applyParagraphFormat Paragraph formatting applied to new...it is allowed to replace paragraph break when there is no next...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....technically supposed to contain one paragraph, so when you programmatically...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/make/
  6. Aspose::Words::Markup::SdtType enum | Aspose.Wo...

    Aspose::Words::Markup::SdtType enum. Specifies the type of a structured document tag (SDT) node in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose..."Quote" ); builder -> InsertNode ( sdtPlainText ); builder -> InsertNode...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. ImportFormatOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.ImportFormatOptions for customizable document formatting. Enhance your output with tailored import settings for optimal results....Document (); DocumentBuilder builder = new DocumentBuilder ( dstDoc...dstDoc ); Style myStyle = builder . Document . Styles . Add ( StyleType...

    reference.aspose.com/words/net/aspose.words/imp...
  8. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object... Document (); let builder = new aw . DocumentBuilder...for its borders. let table = builder . startTable (); table . setBorders...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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...
  10. 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...