Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 15,587 for

paragraph

(0.03 sec)
  1. Section Class | Aspose.Words for .NET

    Discover the Aspose.Words.Section class, your key to managing individual document sections effortlessly. Enhance your document editing experience today!...section has Body with one Paragraph . GetAncestor ( NodeType )...needs to have Body with one Paragraph . Each section has its own...

    reference.aspose.com/words/net/aspose.words/sec...
  2. 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...
  3. 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...
  4. DocumentBuilder.currentNode property | Aspose.W...

    DocumentBuilder.currentNode property. Gets the node that is currently selected in this DocumentBuilder....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/nodejs-net/aspose.wo...
  5. Document Builder Overview in C++|Aspose.Words f...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C++. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in C++....checkboxes, ole objects, paragraphs, lists, tables, images, and...allows you to specify fonts, paragraph or section formatting, and...

    docs.aspose.com/words/cpp/document-builder-over...
  6. TxtTrailingSpacesOptions Enum | Aspose.Words fo...

    Discover Aspose.Words.TxtTrailingSpacesOptions enum for efficient trailing space management when importing text files. Enhance your document processing today!...first line indent to the paragraph to simulate the effect of...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; switch...

    reference.aspose.com/words/net/aspose.words.loa...
  7. TxtLoadOptions.LeadingSpacesOptions | Aspose.Wo...

    Discover TxtLoadOptions' LeadingSpacesOptions property to customize leading space handling. Optimize your text loading with the default ConvertToIndent setting....first line indent to the paragraph to simulate the effect of...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; switch...

    reference.aspose.com/words/net/aspose.words.loa...
  8. FieldRef.insertHyperlink property | Aspose.Word...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.Paragraph, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...PARAGRAPH, true); //获取所有节点 int dell...getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String...

    forum.aspose.com/t/msword/310489
  10. TabStop | Aspose.Words for .NET

    Discover TabStop constructor, effortlessly create and customize instances for enhanced functionality in your projects. Boost your coding efficiency today!...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...AreEqual ( 2 , paragraphs . Count ); // Each paragraph gets its tab...

    reference.aspose.com/words/net/aspose.words/tab...