Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 4,630 for

paragraph builder

(0.09 sec)
  1. CleanupOptions.duplicate_style property | Aspos...

    CleanupOptions.duplicate_style property. Gets/sets a flag indicating whether duplicate styles should be removed from document... PARAGRAPH , 'MyStyle1' ) my_style ..... add ( aw . StyleType . PARAGRAPH , 'MyStyle2' ) duplicate_style...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Make WORD Using Java

    Make a new a Word document in Java in a few steps. Easily create a Word document using Java library....technically supposed to contain one paragraph, so when you programmatically...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/make/word/
  3. Make HTML Using Java

    Make a new HTML in Java in a few steps. Easily create HTML using Java library....technically supposed to contain one paragraph, so when you programmatically...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/make/html/
  4. Aspose::Words::Document::Compare method | Aspos...

    Aspose::Words::Document::Compare method. Compares this document with another document producing changes as number of edit and format revisions Revision in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( docOriginal ); builder -> Writeln ( u "This is the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::Lists::ListLevelCollection class...

    Aspose::Words::Lists::ListLevelCollection class. A collection of list formatting for each level in a list. To learn more, visit the documentation article in C++....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. Aspose::Words::TabStop::TabStop constructor | A...

    Aspose::Words::TabStop::TabStop constructor. Initializes a new instance of this class in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...TabStopCollection > tabStops = builder -> get_ParagraphFormat () ->...

    reference.aspose.com/words/cpp/aspose.words/tab...
  7. Shading.background_pattern_color property | Asp...

    Shading.background_pattern_color property. Gets or sets the color that's applied to the background of the [Shading](../) object.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) borders = builder . paragraph_format . borders borders...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Fields::FieldBidiOutline class |...

    Aspose::Words::Fields::FieldBidiOutline class. Implements the BIDIOUTLINE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. DocumentBuilder.current_story property | Aspose...

    DocumentBuilder.current_story property. Gets the story that is currently selected in this [DocumentBuilder](../)....how to work with a document builder’s current story. doc = aw .... Document () builder = aw . DocumentBuilder ( doc = doc ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 将 Markdown 翻译为 DOM|.NET 格式的 Aspose.Words

    使用 C# 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。...StrikeThrough = true // Use a document builder to add content to the document...document. DocumentBuilder builder = new DocumentBuilder (); // Make...

    docs.aspose.com/words/zh/net/translate-markdown...