Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 4,606 for

paragraph builder

(0.33 sec)
  1. Footnote Class | Aspose.Words for .NET

    Discover the Aspose.Words.Notes.Footnote class, your essential tool for managing footnotes and endnotes with ease and precision in your documents....FirstParagraph { get; } Gets the first paragraph in the story. Font { get;...LastParagraph { get; } Gets the last paragraph in the story. NextSibling...

    reference.aspose.com/words/net/aspose.words.not...
  2. Aspose::Words::TabStopCollection::get_Count met...

    Aspose::Words::TabStopCollection::get_Count method. Gets the number of tab stops in the collection in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...TabStopCollection > tabStops = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/tab...
  3. Aspose::Words::Notes::Footnote class | Aspose.W...

    Aspose::Words::Notes::Footnote class. Represents a container for text of a footnote or endnote. To learn more, visit the documentation article in C++....not a paragraph, creates and appends one empty paragraph. Footnote...() override Gets the first paragraph in the story. get_Font ()...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. Aspose::Words::BorderCollection::idx_get method...

    Aspose::Words::BorderCollection::idx_get method. Retrieves a Border object by border type in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...BorderCollection > borders = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/bor...
  5. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.startBoo...FieldToc field = (FieldToc) builder.insertField(FieldType.FIELD_TOC...

    reference.aspose.com/words/java/com.aspose.word...
  6. EditableRangeEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.EditableRangeEnd class, designed to efficiently manage editable ranges in Word documents for seamless document editing....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples Shows how to limit...

    reference.aspose.com/words/net/aspose.words/edi...
  7. TabStopCollection.GetHashCode | Aspose.Words fo...

    Discover the TabStopCollection GetHashCode method—an essential hash function for efficient data management and performance optimization....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...TabStopCollection tabStops = builder . ParagraphFormat . TabStops...

    reference.aspose.com/words/net/aspose.words/tab...
  8. CleanupOptions.DuplicateStyle | Aspose.Words fo...

    Optimize your documents with CleanupOptions DuplicateStyle property—easily remove duplicate styles for cleaner, more efficient formatting. Default is false.... Paragraph , "MyStyle1" ); myStyle ....Styles . Add ( StyleType . Paragraph , "MyStyle2" ); duplicateStyle...

    reference.aspose.com/words/net/aspose.words/cle...
  9. Aspose::Words::DocumentBuilder::get_Underline m...

    Aspose::Words::DocumentBuilder::get_Underline method. Gets/sets underline type for the current font in C++....text inserted by a document builder. auto doc = System :: MakeObject...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 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/