Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 17,667 for

paragraph

(0.09 sec)
  1. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j....new paragraph and append the watermark to this paragraph. Paragraph...Paragraph watermarkPara = new Paragraph ( doc ); watermarkPara . appendChild...

    docs.aspose.com/words/java/add-watermark-in-doc...
  2. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current font....formatting to its current paragraph and any new text added by...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SdtType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Markup.SdtType enum, defining structured document tag types for enhanced document management and streamlined workflows.... Inline ); Paragraph paragraph = doc . FirstSection... Body . FirstParagraph ; paragraph . AppendChild ( sdt ); //...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Structured Document Tags or Content Control|Asp...

    Work with Structured Document Tags or Content Controls using C#....places: Block-level – Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph. Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/net/structured-document-t...
  5. Aspose::Words::Section::get_Body method | Aspos...

    Aspose::Words::Section::get_Body method. Returns the Body child node of the section in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...contains at least one empty paragraph. body -> EnsureMinimum ();...

    reference.aspose.com/words/cpp/aspose.words/sec...
  6. FieldOptions.custom_toc_style_separator propert...

    FieldOptions.custom_toc_style_separator property. Gets or sets custom style separator for the \t switch in [FieldToc](../../fieldtoc/) field.... use_paragraph_outline_level = False ins...1' ) builder . writeln ( 'Paragraph text.' ) insert_new_page_with_heading...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldTime Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTime class for seamless TIME field implementation. Enhance your document automation with powerful features!...node, returns its parent paragraph. If the field is already removed...TIME field, insert a new paragraph and return the field. ///...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::DocumentBuilder::InsertStructure...

    Aspose::Words::DocumentBuilder::InsertStructuredDocumentTag method. Inserts a StructuredDocumentTag into the document in C++....() -> get_Body () -> get_Paragraphs () -> idx_get ( 3 )); //...StructuredDocumentTa will inherit paragraph and font formatting from cursor...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose::Words::ControlChar class | Aspose.Words...

    Aspose::Words::ControlChar class. Control characters often encountered in documents. To learn more, visit the documentation article in C++....commonly used in text files for paragraph breaks. static Lf () Line...ParagraphBreak () End of paragraph character: “\x000d” or “\r”...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. DocumentVisitor class | Aspose.Words for Python

    aspose.words.DocumentVisitor class. Base class for custom document visitors... visit_paragraph_end(paragraph) Called when enumeration...of a paragraph has ended. visit_paragraph_start(paragraph) Called...

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