Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 18,334 for

paragraph

(0.09 sec)
  1. Shading.backgroundPatternColor property | Aspos...

    Shading.backgroundPatternColor property. Gets or sets the color that's applied to the background of the [Shading](../) object.... write ( "This paragraph is formatted with a double...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. Aspose::Words::Fields::FieldBuilder::BuildAndIn...

    Aspose::Words::Fields::FieldBuilder::BuildAndInsert method. Builds and inserts a field into the document before the specified inline node in C++....System::SharedPtr<Aspose::Words::Paragraph>&) method Builds and inserts...the end of the specified paragraph. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Python DocumentVisitor - Free Support Forum - a...

    I am trying to evaluate using aspose.words for a project at work. I am using the temporary free license with aspose-words v25.9.0 in Python. I am trying to understand how to best iterate over the nodes inside a document,…...def visit_paragraph_start(self, paragraph: aw.Paragraph) → int:...int: … paragraph.to_string(aw.SaveFormat.TEXT).strip() … return aw...

    forum.aspose.com/t/python-documentvisitor/319554
  5. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。... paragraph_format . style_name = "Heading...previous paragraph to not combine styles between paragraphs. builder...

    docs.aspose.com/words/zh/python-net/translate-m...
  6. FieldOptions.CustomTocStyleSeparator | Aspose.W...

    Discover the FieldOptions CustomTocStyleSeparator property to easily customize your FieldToc field's style separator for enhanced document navigation.... Writeln ( "Paragraph text." ); InsertNewPageWithHea..."MyBookmark" ); builder . Writeln ( "Paragraph text." ); // This entry does...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Replacing bookmarks causes issues when the modi...

    I performed bookmark replacement using Input Document 1 and Input Document 2, and I successfully generated the output document (which I have attached). The first bookmark replacement works correctly, and the output docum…...based on block-level nodes (paragraphs and tables). Traverse through...last nodes when needed, so paragraph formatting is retained. //...

    forum.aspose.com/t/replacing-bookmarks-causes-i...
  8. Row.Hidden | Aspose.Words for .NET

    Row Hidden property documentation. Control table row visibility in Word documents programmatically with boolean hide/show settings....{ foreach ( Paragraph para in cell . Paragraphs ) { foreach (...

    reference.aspose.com/words/net/aspose.words.tab...
  9. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!...Allow Contextual Spacing of Paragraphs in Tables. ApplyBreakingRules...{ get; set; } Use Cached Paragraph Information for Column Balancing...

    reference.aspose.com/words/net/aspose.words.set...
  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...