Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 4,590 for

paragraph builder

(0.49 sec)
  1. DocumentBuilder.IsAtStartOfParagraph | Aspose.W...

    Discover DocumentBuilder's IsAtStartOfParagraph property. Easily check if your cursor is at the Paragraph's start for efficient text editing....beginning of the current paragraph (no text before the cursor)...Shows how to move a document builder’s cursor to different nodes...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Aspose::Words::Shading::get_Texture method | As...

    Aspose::Words::Shading::get_Texture method. Gets or sets the shading texture in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...BorderCollection > borders = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/sha...
  3. 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...
  4. ListLevel class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListLevel class. Defines formatting for a list level...linkedStyle Gets or sets the paragraph style that is linked to this...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::DocumentBuilder::get_IsAtEndOfPa...

    Aspose::Words::DocumentBuilder::get_IsAtEndOfParagraph method. Returns true if the cursor is at the end of the current Paragraph in C++....at the end of the current paragraph. bool Aspose :: Words :: DocumentBuilder...Shows how to move a document builder’s cursor to different nodes...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....child of Paragraph . Footnote can contain Paragraph and Table...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. List.is_list_style_definition property | Aspose...

    List.is_list_style_definition property. Returns ``True`` if this list is a definition of a list style....cannot be applied directly to paragraphs to make them numbered. Examples...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldAdvance.down_offset property | Aspose.Word...

    FieldAdvance.down_offset property. Gets or sets the number of points by which the text that follows the field should be moved down....Document () builder = aw . DocumentBuilder ( doc ) builder . write...continue to be applied until the paragraph ends, # or another ADVANCE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.move_to_structured_document_tag...

    aspose.words.DocumentBuilder.move_to_structured_document_tag method...cursor to the end of its last paragraph, specify -2. Remarks The navigation...cursor to the end of its last paragraph, specify -2. Examples Shows...

    reference.aspose.com/words/python-net/aspose.wo...
  10. List.IsListStyleReference | Aspose.Words for .NET

    Discover the IsListStyleReference property, it indicates if a list references a specific style, enhancing your document's formatting and organization....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. // Each paragraph that...

    reference.aspose.com/words/net/aspose.words.lis...