Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 15,553 for

paragraph

(0.08 sec)
  1. Document.CopyStylesFromTemplate | Aspose.Words ...

    Effortlessly copy styles from your chosen template to any document with the CopyStylesFromTemplate method, enhancing your workflow and document consistency.... Paragraph , "TemplateStyle1" ); style...Styles . Add ( StyleType . Paragraph , "TemplateStyle2" ); style...

    reference.aspose.com/words/net/aspose.words/doc...
  2. FieldRef.insertParagraphNumberInRelativeContext...

    FieldRef.insertParagraphNumberInRelativeContext property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in relative context....insert the paragraph number of the referenced paragraph in relative...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldStyleRef.insertParagraphNumberInRelativeCo...

    FieldStyleRef.insertParagraphNumberInRelativeContext property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph in relative context....insert the paragraph number of the referenced paragraph in relative...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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/
  5. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated import of nodes from one document to another in Java.... The paragraphs and runs of text merely reference...documents. For example, to copy a paragraph formatted with the Heading...

    reference.aspose.com/words/java/com.aspose.word...
  6. TabStop | Aspose.Words for Java

    Represents a single custom tab stop in Java....right tab stop in TOC related paragraphs. Document doc = new Document(getMyDir()...docx"); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/java/com.aspose.word...
  7. ParagraphFormat.shading property | Aspose.Words...

    ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the Paragraph....shading formatting for the paragraph. @property def shading ( self...doc ) borders = builder . paragraph_format . borders borders ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LineSpacingRule | Aspose.Words for Java

    Specifies line spacing values for a Paragraph in Java....line spacing values for a paragraph. Examples: Shows how to work...we can define using the // paragraph's "LineSpacingRule" property...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the text of this node and of all its children in C++....DocumentBuilder > ( doc ); // Insert paragraphs with text with DocumentBuilder...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. Aspose::Words::Run::get_Text method | Aspose.Wo...

    Aspose::Words::Run::get_Text method. Gets or sets the text of the run in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/run...