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

paragraph builder

(0.11 sec)
  1. BorderCollection Class | Aspose.Words for .NET

    Explore Aspose.Words.BorderCollection, your go-to solution for managing and customizing Border objects effortlessly for enhanced document formatting....between cells or conforming paragraphs. Item { get; } Retrieves...Examples Shows how to insert a paragraph with a top border. Document...

    reference.aspose.com/words/net/aspose.words/bor...
  2. Aspose::Words::ParagraphFormat::get_CharacterUn...

    Aspose::Words::ParagraphFormat::get_CharacterUnitFirstLineIndent method. Gets or sets the value (in characters) for the first-line or hanging indent. Use positive values to set the first-line indent, and negative values to set the hanging indent in C++....Examples Shows how to change paragraph spacing and indents. auto...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. RevisionType enumeration | Aspose.Words for Python

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/).... Document () builder = aw . DocumentBuilder ( doc...does not count as a revision. builder . write ( 'This does not count...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RevisionCollection.Count | Aspose.Words for .NET

    Discover the RevisionCollection Count property, which efficiently reveals the total number of revisions, enhancing your data management and tracking....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...does not count as a revision. builder . Write ( "This does not count...

    reference.aspose.com/words/net/aspose.words/rev...
  5. 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...
  6. Convert PowerPoint Presentations to Video in PH...

    Learn how to convert PowerPoint presentations to video with Aspose.Slides for PHP. Discover sample code and automation techniques to streamline your workflow....builder.FFmpeg" , "path/to/ffmpeg"...ffmpeg.builder.FFprobe" , "path/to/ffprobe" ); $builder = ( new...

    docs.aspose.com/slides/php-java/convert-powerpo...
  7. Html Word Merge with underline across entire pa...

    Hi all, I have some html that I’m merging into word. The issue I’m running into, is I need to have an underline across the entire page. Currently I use <hr> tags, but, then when the word is rendered, there is extra spa…...You can try using bottom paragraph border instead of horizontal...DocumentBuilder builder = new DocumentBuilder(doc); builder.InsertHtml("<p...

    forum.aspose.com/t/html-word-merge-with-underli...
  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. Aspose::Words::Fields::FieldGlossary::get_Entry...

    Aspose::Words::Fields::FieldGlossary::get_EntryName method. Gets or sets the name of the glossary entry to insert in C++....:: BuildingBlockBehavio :: Paragraph ); doc -> get_GlossaryDocument..."Busniess brochure.dotx" })); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the EnsureMinimum method...

    docs.aspose.com/words/net/working-with-sections/