Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 4,606 for

paragraph builder

(0.14 sec)
  1. DocumentBuilder.isAtStartOfParagraph property |...

    DocumentBuilder.isAtStartOfParagraph property. Returns ``true`` if the cursor is at the beginning of the current Paragraph (no text before the cursor)....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/nodejs-net/aspose.wo...
  2. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Ruby...DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Jackson...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Node::ToString method | Aspose.W...

    Aspose::Words::Node::ToString method. Exports the content of the node into a string in the specified format in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> InsertField ( u "MERGEFIELD...

    reference.aspose.com/words/cpp/aspose.words/nod...
  4. Aspose::Words::Style::get_LinkedStyleName metho...

    Aspose::Words::Style::get_LinkedStyleName method. Gets/sets the name of the Style linked to this one. Returns empty string if no styles are linked in C++....only allowed to link the paragraph style to the character style..."MyStyle Alias 2" )); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. Restrict Document Editing in Python|Aspose.Word...

    Restrict editing a document by setting a restriction type using Python. You can also remove protection and make unrestricted editable regions....Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    docs.aspose.com/words/python-net/restrict-docum...
  6. 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...
  7. 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...
  8. FieldPageRef.insert_relative_position property ...

    FieldPageRef.insert_relative_position property. Gets or sets whether to insert a relative position of the bookmarked Paragraph....position of the bookmarked paragraph. @property def insert_relative_position...(): doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldAdvance.horizontal_position property | Asp...

    FieldAdvance.horizontal_position property. Gets or sets the number of points by which the text that follows the field should be moved horizontally from the left edge of the column, frame, or text box....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...
  10. Shading.foreground_pattern_color property | Asp...

    Shading.foreground_pattern_color property. Gets or sets the color that's applied to the foreground of the [Shading](../) object.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) borders = builder . paragraph_format . borders borders...

    reference.aspose.com/words/python-net/aspose.wo...