Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 4,545 for

paragraph builder

(0.09 sec)
  1. ListLevel class | Aspose.Words for Python

    aspose.words.lists.ListLevel class. Defines formatting for a list level...linked_style Gets or sets the paragraph style that is linked to this...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.line_unit_before property | Asp...

    ParagraphFormat.line_unit_before property. Gets or sets the amount of spacing (in gridlines) before the Paragraphs....(in gridlines) before the paragraphs. @property def line_unit_before...Examples Shows how to change paragraph spacing and indents. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphFormat.character_unit_left_indent prop...

    ParagraphFormat.character_unit_left_indent property. Gets or sets the left indent value (in characters) for the specified Paragraphs....characters) for the specified paragraphs. @property def character_unit_left_indent...Examples Shows how to change paragraph spacing and indents. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldToc.prefixed_sequence_identifier property ...

    FieldToc.prefixed_sequence_identifier property. Gets or sets the identifier of a sequence for which a prefix should be added to the entry's page number.... Document () builder = aw . DocumentBuilder ( doc...# Each entry contains the paragraph that includes the SEQ field...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldSectionPages class | Aspose.Words for Python

    aspose.words.fields.FieldSectionPages class. Implements the SECTIONPAGES field...node, returns its parent paragraph. If the field is already removed...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . m...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldToc.TableOfFiguresLabel | Aspose.Words for...

    Discover the FieldToc TableOfFiguresLabel property to customize your table of figures with ease. Enhance your document's organization and clarity!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...// Each entry contains the paragraph that includes the SEQ field...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ListLevelAlignment Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListLevelAlignment enum for optimal list number and bullet alignment. Enhance document formatting effortlessly!...custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/net/aspose.words.lis...
  8. FieldPageRef.InsertHyperlink | Aspose.Words for...

    Discover how the FieldPageRef InsertHyperlink property enhances your documents by easily linking to bookmarked Paragraphs for seamless navigation....hyperlink to the bookmarked paragraph. public bool InsertHyperlink...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....contain block-level nodes Paragraph and Table . To learn more...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every Paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph Paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...insert hyper link after every paragraph . But once the document is...isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...