Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 4,608 for

paragraph builder

(0.07 sec)
  1. FieldSymbol Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSymbol class for efficient SYMBOL field implementation, enhancing your document processing capabilities....affects the line spacing of the paragraph. End { get; } Gets the node...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose::Words::Fields::FieldPrint class | Aspos...

    Aspose::Words::Fields::FieldPrint class. Implements the PRINT 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...
  3. Table | Aspose.Words for .NET

    Create custom tables effortlessly with our intuitive Table Constructor. Build, customize, and optimize your data display in minutes!...contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. Row firstRow = new Row (...

    reference.aspose.com/words/net/aspose.words.tab...
  4. IStructuredDocumentTag.tag property | Aspose.Wo...

    IStructuredDocumentTag.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...
  5. StructuredDocumentTag.EndCharacterFont | Aspose...

    Discover the EndCharacterFont property of StructuredDocumentTags for enhanced text formatting. Elevate your document's last character with custom fonts!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . InsertNode...structured document tag in a new paragraph. StructuredDocumentTa tagClone...

    reference.aspose.com/words/net/aspose.words.mar...
  6. StructuredDocumentTag.Color | Aspose.Words for ...

    Discover how to easily manage the Color property of StructuredDocumentTags. Enhance your documents with customizable color settings for better organization!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . InsertNode...structured document tag in a new paragraph. StructuredDocumentTa tagClone...

    reference.aspose.com/words/net/aspose.words.mar...
  7. StructuredDocumentTag.appearance property | Asp...

    StructuredDocumentTag.appearance property. Gets/sets the appearance of a structured document tag....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...
  8. StructuredDocumentTag.multiline property | Aspo...

    StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text....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...
  9. TextureIndex Enum | Aspose.Words for .NET

    Discover Aspose.Words.TextureIndex enum for advanced shading textures. Enhance your document design with customizable, high-quality textures....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...BorderCollection borders = builder . ParagraphFormat . Borders...

    reference.aspose.com/words/net/aspose.words/tex...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...merge fields DocumentBuilder builder = new DocumentBuilder(document);...isInline()) { NodeCollection<Paragraph> paragraphs = shape.getChildNodes(NodeType...

    forum.aspose.com/t/alternative-way-to-extract-a...