Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 4,608 for

paragraph builder

(0.19 sec)
  1. ListLevel.tab_position property | Aspose.Words ...

    ListLevel.tab_position property. Returns or sets the tab position (in points) 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. FieldPageRef.insert_hyperlink property | Aspose...

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

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::DocumentBuilder::MoveToStructure...

    Aspose::Words::DocumentBuilder::MoveToStructuredDocumentTag method. Moves the cursor to the structured document tag in C++....cursor to the end of its last paragraph, specify -2. Examples Shows...document tags.docx" ); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. 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...
  5. ListCollection.addCopy method | Aspose.Words fo...

    ListCollection.addCopy method. Creates a new list by copying the specified list and adding it to the collection of lists in the document....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. // Each paragraph that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldListNum | Aspose.Words for Java

    Implements the LISTNUM field in Java....Examples: Shows how to number paragraphs with LISTNUM fields. Document...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....Allow Contextual Spacing of Paragraphs in Tables . get_ApplyBreakingRules...get_CachedColBalance () Use Cached Paragraph Information for Column Balancing...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. TableContentAlignment enumeration | Aspose.Word...

    aspose.words.saving.TableContentAlignment enumeration. Allows to specify the alignment of the content of the table to be used when exporting into Markdown format....will be taken from the first paragraph in corresponding table column...in tables. builder = aw . DocumentBuilder () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....content between specific paragraphs using the `ExtractContent`...getChild ( $ nodeType -> PARAGRAPH , 6 , true ); $ endPara =...

    docs.aspose.com/words/java/extract-content-in-php/
  10. ListLevelCollection | Aspose.Words for Java

    A collection of list formatting for each level in a list in Java....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. // Each paragraph that...

    reference.aspose.com/words/java/com.aspose.word...