Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 18,130 for

paragraph

(0.07 sec)
  1. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....docx"); } /// /// Insert a new paragraph with a WordArt shape inside...setFontFamily(textFontFamily); Paragraph para = (Paragraph) doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Need Complete Documentation for Word Range Oper...

    Hello Team, I am using Aspose.Words for Node.js and I need complete documentation + practical examples related to the following areas: 1. Word Range Operations I am looking for full details and examples for: …...delete() Getting range of a node/paragraph/section Formatting Through...formatting to a range Applying paragraph formatting Updating styles...

    forum.aspose.com/t/need-complete-documentation-...
  3. EditableRangeStart.node_type property | Aspose....

    EditableRangeStart.node_type property. Returns [NodeType.EDITABLE_RANGE_START](../../nodetype/#EDITABLE_RANGE_START)...." + ' we cannot edit this paragraph without the password.' ) #...builder . writeln ( 'This paragraph is inside an editable range...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Edit Markdown in C# – Aspose.HTML for .NET

    Code to edit Markdown files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an MD file....example shows how to add a new paragraph to an MD document: C# code...SyntaxFactory; // Create a new paragraph var paragraphSyntaxNode =...

    products.aspose.com/html/net/editor/md/
  5. Extract Selected Content Between Nodes in Java|...

    Extracting document content in different using Java....complex elements such as paragraphs, tables, images, etc. Regardless...content between: Two specific paragraphs Specific runs of text Fields...

    docs.aspose.com/words/java/extract-selected-con...
  6. 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...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/word/
  7. 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...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/html/
  8. 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. get shading () : Aspose ...; builder . write ( "This paragraph is formatted with a double...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. docx转PDF,间距不生效 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: YC-HTMB-0018 A 深圳市劳动合同(A版)-原始文件.docx (33.4 KB)...获取所有段落并设置规范的间距 for (Paragraph paragraph : (Iterable<Paragraph>)doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { paragraph.getParagraphFormat()...

    forum.aspose.com/t/docx-pdf/315236
  10. How to Extract Content Between Document Nodes|A...

    Extracting document content in different using C#....complex elements such as paragraphs, tables, images, etc. Regardless...content between: Two specific paragraphs Specific runs of text Fields...

    docs.aspose.com/words/net/how-to-extract-select...