Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 9,004 for

paragraph

(0.06 sec)
  1. Paragraph.get_effective_tab_stops method | Aspo...

    Paragraph.get_effective_tab_stops method. Returns array of all tab stops applied to this Paragraph, including applied indirectly by styles or lists....tab stops applied to this paragraph, including applied indirectly...set custom tab stops for a paragraph. doc = aw . Document () para...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::DocumentBuilder::InsertDocumentI...

    Aspose::Words::DocumentBuilder::InsertDocumentInline method. Inserts a document inline at the cursor position in C++....moves the content of the paragraph of the destination document...is inserted, into the last paragraph of the inserted source document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::DocumentVisitor::VisitSpecialCha...

    Aspose::Words::DocumentVisitor::VisitSpecialChar method. Called when a SpecialChar node is encountered in the document in C++.... // 1 - Paragraph node: auto para = System ::...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 4...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::DocumentVisitor::VisitFormField ...

    Aspose::Words::DocumentVisitor::VisitFormField method. Called when a form field is encountered in the document in C++.... // 1 - Paragraph node: auto para = System ::...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 4...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. TxtSaveOptions class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format...(Inherited from SaveOptions ) paragraph_break Specifies the string...string to use as a paragraph break when exporting in text formats...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldRef.insert_paragraph_number_in_relative_co...

    FieldRef.insert_Paragraph_number_in_relative_context property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in relative context....insert_paragraph_number_in_relative_context property FieldRef...FieldRef.insert_paragraph_number_in_relative_context property Gets or...

    reference.aspose.com/words/python-net/aspose.wo...
  7. StyleCollection.default_paragraph_format proper...

    StyleCollection.default_Paragraph_format property. Gets document default Paragraph formatting....default_paragraph_format property StyleCollection.default_paragraph_format...default paragraph formatting. @property def default_paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.join_runs_with_same_formatting method...

    Paragraph.join_runs_with_same_formatting method. Joins runs with the same formatting in the Paragraph....the same formatting in the paragraph. def join_runs_with_same_formatting...Examples Shows how to simplify paragraphs by merging superfluous runs...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListFormat.remove_numbers method | Aspose.Words...

    ListFormat.remove_numbers method. Removes numbers or bullets from the current Paragraph and sets list level to zero....bullets from the current paragraph and sets list level to zero...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  10. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

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