Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 15,600 for

paragraph

(0.05 sec)
  1. TextPath.bold property | Aspose.Words for Python

    TextPath.bold property. True if the font is formatted as bold.... Shape : """Insert a new paragraph with a WordArt shape inside...append_child ( aw . Paragraph ( doc )) . as_paragraph () para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::ParagraphFormat::get_CharacterUn...

    Aspose::Words::ParagraphFormat::get_CharacterUnitRightIndent method. Gets or sets the right indent value (in characters) for the specified Paragraphs in C++....characters) for the specified paragraphs. double Aspose :: Words ::...Examples Shows how to change paragraph spacing and indents. auto...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. FieldAdvance class | Aspose.Words for Python

    aspose.words.fields.FieldAdvance class. Implements the ADVANCE field...node, returns its parent paragraph. If the field is already removed...continue to be applied until the paragraph ends, # or another ADVANCE...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Find and Replace in C++|Aspose.Words for C++

    Find a string or regular expression pattern in your document and replace it with the text you want using C++....phrase is composed of multiple paragraphs, sections, or pages. Some...metacharacters include &p for a paragraph break, &b for a section break...

    docs.aspose.com/words/cpp/find-and-replace/
  5. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the textpath font.... Shape : """Insert a new paragraph with a WordArt shape inside...append_child ( aw . Paragraph ( doc )) . as_paragraph () para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextPath.small_caps property | Aspose.Words for...

    TextPath.small_caps property. True if the font is formatted as small capital letters.... Shape : """Insert a new paragraph with a WordArt shape inside...append_child ( aw . Paragraph ( doc )) . as_paragraph () para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields::FieldToc::get_TableOfFig...

    Aspose::Words::Fields::FieldToc::get_TableOfFiguresLabel method. Gets or sets the name of the sequence identifier used when building a table of figures in C++....// Each entry contains the paragraph that includes the SEQ field...TOC entry will contain the paragraph that the SEQ field is in and...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. FieldBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBuilder class to effortlessly create fields using code tokens and switches. Enhance your document automation today!... BuildAndInsert ( Paragraph ) Builds and inserts a field...the end of the specified paragraph. Examples Shows how to construct...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Working with Sections in Python|Aspose.Words fo...

    Create and manage sections and section breaks in a document using Python. Insert section into a document Python. Remove section Python. 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/python-net/working-with-s...
  10. Working with Sections in C++|Aspose.Words for C++

    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/cpp/working-with-sections/