Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 4,631 for

paragraph builder

(0.06 sec)
  1. DocumentBuilder.is_at_end_of_paragraph property...

    DocumentBuilder.is_at_end_of_Paragraph property. Returns ``True`` if the cursor is at the end of the current Paragraph....is_at_end_of_paragraph property DocumentBuilder.is_at_end_of_paragraph...is_at_end_of_paragraph property Returns True if the cursor is at the end...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Border.tintAndShade property | Aspose.Words for...

    Border.tintAndShade property. Gets or sets a double value that lightens or darkens a color....Examples Shows how to insert a paragraph with a top border. let doc...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. FindReplaceOptions class | Aspose.Words for Nod...

    Aspose.Words.Replacing.FindReplaceOptions class. Specifies options for find/replace operations... applyParagraphFormat Paragraph formatting applied to new...it is allowed to replace paragraph break when there is no next...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ConditionalStyle.paragraph_format property | As...

    ConditionalStyle.Paragraph_format property. Gets the Paragraph formatting of the conditional style....paragraph_format property ConditionalStyle.paragraph_format property...property Gets the paragraph formatting of the conditional style...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. Make WORD Using Javascript

    Make a new a Word document in JavaScript in a few steps. Easily create a Word document using Node.js via .NET library....technically supposed to contain one paragraph, so when you programmatically...var builder = new aw.DocumentBuilder(doc) font = builder.font...

    products.aspose.com/words/nodejs-net/make/word/
  8. Make HTML Using C#

    Make a new HTML in C# in a few steps. Easily create HTML using .NET library....technically supposed to contain one paragraph, so when you programmatically...var builder = new DocumentBuilder(doc); var font = builder.Font;...

    products.aspose.com/words/net/make/html/
  9. Make A Document In Javascript

    Create a file using Node.js via .NET library. Easily create a new document in JavaScript in a few steps....technically supposed to contain one paragraph, so when you programmatically...var builder = new aw.DocumentBuilder(doc) font = builder.font...

    products.aspose.com/words/nodejs-net/make/
  10. 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...