Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 4,608 for

paragraph builder

(0.12 sec)
  1. Aspose::Words::BorderCollection::get_Count meth...

    Aspose::Words::BorderCollection::get_Count method. Gets the number of borders in the collection in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...doc ); builder -> Writeln ( u "Paragraph 1." ); builder -> Write...

    reference.aspose.com/words/cpp/aspose.words/bor...
  2. PaperSize Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PaperSize enum for defining custom paper sizes in your documents. Enhance your document formatting with ease!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . PageSetup...PaperSize = PaperSize . Legal ; builder . PageSetup . Orientation =...

    reference.aspose.com/words/net/aspose.words/pap...
  3. StyleCollection.add method | Aspose.Words for N...

    StyleCollection.add method. Creates a new user defined style and adds it the collection....You can create character, paragraph or a list style. When creating...a style of the "StyleType.Paragraph", the collection will apply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ListFormat.ListLevel | Aspose.Words for .NET

    Discover the ListFormat ListLevel property to enhance your document's structure with customizable list formatting and Paragraph overrides for better clarity....overrides applied to the current paragraph. public ListLevel ListLevel...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lis...
  5. ListLevel.TextPosition | Aspose.Words for .NET

    Discover the ListLevel TextPosition property to easily adjust the second line's position in points for enhanced list formatting and clarity....corresponds to LeftIndent of the paragraph. Examples Shows how to apply...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lis...
  6. ListLevel.numberPosition property | Aspose.Word...

    ListLevel.numberPosition property. Returns or sets the position (in points) of the number or bullet for the list level....plus FirstLineIndent of the paragraph. Examples Shows how to apply...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Range::Replace method | Aspose.W...

    Aspose::Words::Range::Replace method. Replaces all occurrences of a character pattern specified by a regular expression with another string in C++....to work with breaks: %&p - paragraph break %&b - section break...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/ran...
  8. FieldListNum.list_name property | Aspose.Words ...

    FieldListNum.list_name property. Gets or sets the name of the abstract numbering definition used for the numbering....Examples Shows how to number paragraphs with LISTNUM fields. doc...doc = aw . Document () builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Range.replace method | Aspose.Words for Node.js

    Aspose.Words.Range.replace method...to work with breaks: &p - paragraph break &b - section break &m...to work with breaks: &p - paragraph break &b - section break &m...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Style class | Aspose.Words for C...

    Aspose::Words::Style class. Represents a single built-in or user-defined style. To learn more, visit the documentation article in C++....style, linked style and next paragraph style are recursively compared...formatting properties of a paragraph style. get_Locked () const...

    reference.aspose.com/words/cpp/aspose.words/style/