Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 4,242 for

paragraph builder

(0.1 sec)
  1. TextWrapping Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TextWrapping enum for efficient text wrapping around tables. Enhance your document formatting with ease!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...Table table = builder . StartTable (); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words.tab...
  2. FieldSymbol.DontAffectsLineSpacing | Aspose.Wor...

    Discover how the FieldSymbol DontAffectsLineSpacing property controls character impact on Paragraph line spacing. Optimize your document formatting today!...affects the line spacing of the paragraph. public bool DontAffectsLineSpaci...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  3. List.IsMultiLevel | Aspose.Words for .NET

    Discover if your list supports multi-levels! Our tool reveals true for 9 levels and false for 1, enhancing your data management efficiency....organize and decorate sets of paragraphs with prefix symbols and indents...document builder's "ListFormat" property. // Each paragraph that...

    reference.aspose.com/words/net/aspose.words.lis...
  4. Footnote | Aspose.Words for .NET

    Create engaging footnotes effortlessly with our Footnote Constructor. Enhance your content's clarity and professionalism in just a few clicks!...InsertAfter or InsertBefore on the paragraph where you want the footnote...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.not...
  5. Aspose::Words::Saving::TxtSaveOptionsBase class...

    Aspose::Words::Saving::TxtSaveOptionsBase class. The base class for specifying additional options when saving a document into a text based formats. To learn more, visit the documentation article in C++....Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. How to create a hyper link at the end of every ...

    We are using ASPOSE.WOrds to convert from .doc to .docx. How to add a hyperlink at the end of every page of the document?...Paragraph; import com.aspose.words.Section;...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/how-to-create-a-hyper-link-a...
  7. Aspose::Words::DocumentBuilder::get_IsAtStartOf...

    Aspose::Words::DocumentBuilder::get_IsAtStartOfParagraph method. Returns true if the cursor is at the beginning of the current Paragraph (no text before the cursor) in C++....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/cpp/aspose.words/doc...
  8. ListLevelAlignment enumeration | Aspose.Words f...

    Aspose.Words.Lists.ListLevelAlignment enumeration. Specifies alignment for the list number or bullet....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Make A Document In C#

    Create a file using .NET library. Easily create a new document in C# in a few steps....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/
  10. Make DOC Using C#

    Make a new DOC in C# in a few steps. Easily create DOC 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/doc/