Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 18,242 for

paragraph

(0.16 sec)
  1. Split Tables in Jython|Aspose.Words for Java

    Split Tables using Jython.... words import Paragraph class SplitTables : def __init__...firstTable ) # Add a buffer paragraph to ensure the tables stay...

    docs.aspose.com/words/java/split-tables-in-jython/
  2. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreStructuredDocumentTags method. Gets or sets a boolean value indicating either to ignore content of StructuredDocumentTag. The default value is false in C++....docx" ); // This paragraph contains SDT. auto p = System...ExplicitCast < Aspose :: Words :: Paragraph > ( doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.rep...
  3. How to Change Text Color in HTML? C# Examples

    Change HTML text color using C#. See actual code examples with Aspose.HTML to customize HTML text color programmatically using inline and internal CSS....Find, for example, the first paragraph element to set a style attribute...code Copy 1 // Change HTML paragraph color using C# 2 3 // Prepare...

    docs.aspose.com/html/net/how-to-articles/how-to...
  4. Aspose::Words::TabStop class | Aspose.Words for...

    Aspose::Words::TabStop class. Represents a single custom tab stop. The TabStop object is a member of the TabStopCollection collection. To learn more, visit the documentation article in C++....right tab stop in TOC related paragraphs. auto doc = System :: MakeObject...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. Range.revisions property | Aspose.Words for Nod...

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range....docx" ); let paragraph = doc . firstSection . body...firstParagraph ; for ( let revision of paragraph . range . revisions ) { if...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ListLevel.is_legal property | Aspose.Words for ...

    ListLevel.is_legal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. # Each paragraph that we add between a list's...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldNoteRef.insertHyperlink property | Aspose....

    FieldNoteRef.insertHyperlink property. Gets or sets whether to insert a hyperlink to the bookmarked Paragraph....hyperlink to the bookmarked paragraph. get insertHyperlink () :...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldPageRef.insertHyperlink property | Aspose....

    FieldPageRef.insertHyperlink property. Gets or sets whether to insert a hyperlink to the bookmarked Paragraph....hyperlink to the bookmarked paragraph. get insertHyperlink () :...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. EditableRange class | Aspose.Words for Node.js

    Aspose.Words.EditableRange class. Represents a single editable range..." + " we cannot edit this paragraph without the password." );...builder . writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.CurrentNode | Aspose.Words for ...

    Discover the DocumentBuilder CurrentNode property to easily access the selected node, enhancing your document editing efficiency and workflow....that is a direct child of a Paragraph . Any insert operations you...CurrentNode . When the current paragraph is empty or the cursor is...

    reference.aspose.com/words/net/aspose.words/doc...