Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 17,598 for

paragraph

(0.06 sec)
  1. Aspose::Words::ParagraphFormat::get_Borders met...

    Aspose::Words::ParagraphFormat::get_Borders method. Gets collection of borders of the Paragraph in C++....collection of borders of the paragraph. System :: SharedPtr < Aspose...Examples Shows how to insert a paragraph with a top border. auto doc...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. Edit HTML Document – Aspose.HTML for Java

    Learn how to read or modify the Document Object Model using Aspose.HTML for Java, how to edit HTML, and use inline CSS and Internal CSS....scratch, add styled text paragraph, and save the result: Create...the head element. Create a paragraph element with class-name "gr"...

    docs.aspose.com/html/java/edit-a-document/
  3. CompatibilityOptions.wp_justification property ...

    CompatibilityOptions.wp_justification property. Emulate WordPerfect 6.x Paragraph Justification....x Paragraph Justification. @property def...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Content Control visible in WPS but not visible ...

    Hi team, I am creating content contol with below code. SDT is getting created successfully and visible in WPS but same is not visible in MS word. Code Snippet: public void createSDT(Document document, CustomNode cust…...void makeParaChildOfStruc(Paragraph para, StructuredDocumentTa... structuredDocumentTa) { Paragraph para = customNode.getParaNode();...

    forum.aspose.com/t/content-control-visible-in-w...
  5. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....remove_page_breaks ( doc ) # Retrieve all paragraphs in the document. node_type...aspose.words.NodeType" ) paragraphs = doc . getChildNodes ( node_type...

    docs.aspose.com/words/java/remove-breaks-in-ruby/
  6. TabStopCollection.count property | Aspose.Words...

    TabStopCollection.count property. Gets the number of tab stops in the collection....let paragraphs = doc . firstSection . body . paragraphs ; expect...expect ( paragraphs . count ). toEqual ( 2 ); // Each paragraph gets...

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

    Aspose.Words.Comment class. Represents a container for text of a comment...child of Paragraph . Comment can contain Paragraph and Table...firstParagraph Gets the first paragraph in the story. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphFormat.line_spacing_rule property | As...

    ParagraphFormat.line_spacing_rule property. Gets or sets the line spacing for the Paragraph....the line spacing for the paragraph. @property def line_spacing_rule...we can define using the # paragraph's "LineSpacingRule" property...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    Discover the FindReplaceOptions IgnoreDeleted property, control text visibility in deleted revisions with an easy boolean toggle. Enhance your editing experience!...revisions and remove the second paragraph, which will create a delete...delete revision. // That paragraph will persist in the document until...

    reference.aspose.com/words/net/aspose.words.rep...
  10. TabStop.leader property | Aspose.Words for Node.js

    TabStop.leader property. Gets or sets the type of the leader line displayed under the tab character....right tab stop in TOC related paragraphs. let doc = new aw . Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/nodejs-net/aspose.wo...