Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 4,545 for

paragraph builder

(0.1 sec)
  1. ListLevel.number_format property | Aspose.Words...

    ListLevel.number_format property. Returns or sets the number format for the list level....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  2. EditableRangeStart.NodeType | Aspose.Words for ...

    Discover the EditableRangeStart NodeType property—enhance your document editing with seamless range management and improved user experience!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln..." + " we cannot edit this paragraph without the password." );...

    reference.aspose.com/words/net/aspose.words/edi...
  3. Aspose::Words::Document::get_LayoutOptions meth...

    Aspose::Words::Document::get_LayoutOptions method. Gets a LayoutOptions object that represents options to control the layout process of this document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...from a rendered document. builder -> Writeln ( u "This text is...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::EditableRangeEnd::get_EditableRa...

    Aspose::Words::EditableRangeEnd::get_EditableRangeStart method. Corresponding EditableRangeStart, received by ID in C++....ReadOnly , u "MyPassword" ); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( System :: String...

    reference.aspose.com/words/cpp/aspose.words/edi...
  5. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/java/com.aspose.word...
  6. Comment class | Aspose.Words for Python

    aspose.words.Comment class. Represents a container for text of a comment...child of Paragraph . Comment can contain Paragraph and Table...CompositeNode ) first_paragraph Gets the first paragraph in the story...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Comment Class | Aspose.Words for .NET

    Discover the Aspose.Words.Comment class, your essential tool for managing comment text in documents. Enhance your workflow with seamless integration!...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/com...
  8. Make Markdown Using Python

    Make a new Markdown in Python in a few steps. Easily create Markdown using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/md/
  9. Make DOCX Using Python

    Make a new DOCX in Python in a few steps. Easily create DOCX using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/docx/
  10. Make PDF Using Python

    Make a new PDF in Python in a few steps. Easily create PDF using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/pdf/