Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 18,331 for

paragraph

(0.16 sec)
  1. Aspose::Words::DocumentBuilder::MoveToStructure...

    Aspose::Words::DocumentBuilder::MoveToStructuredDocumentTag method. Moves the cursor to the structured document tag in C++....cursor to the end of its last paragraph, specify -2. Examples Shows...cursor to the end of its last paragraph, specify -2. Remarks The navigation...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Fields::FieldToc::get_SequenceSe...

    Aspose::Words::Fields::FieldToc::get_SequenceSeparator method. Gets or sets the character sequence that is used to separate sequence numbers and page numbers in C++....// Each entry contains the paragraph that includes the SEQ field...TOC entry will contain the paragraph that the SEQ field is in and...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose word java in php 转换后标点符号间距不正确 - Free Sup...

    Aspose word java 使用 php方法调用。将word转换到pdf后,第一行中有一个冒号的间距不正确。 请问这个是什么原因导致的 附件.zip (50.8 KB)...docx"); for (Paragraph paragraph : doc.getFirstSection()...getBody().getParagraphs()) { paragraph.getParagraphFormat().setSpaceAfter(0);...

    forum.aspose.com/t/aspose-word-java-in-php/315503
  4. CommentRangeStart | Aspose.Words for .NET

    Discover the CommentRangeStart constructor. Easily create new instances of this class for enhanced coding efficiency and streamlined development....InsertAfter or InsertBefore on the paragraph where you want the comment...and then add your comment. Paragraph para = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/com...
  5. Aspose::Words::Fields::FieldAutoText class | As...

    Aspose::Words::Fields::FieldAutoText class. Implements the AUTOTEXT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...:: BuildingBlockBehavio :: Paragraph ); doc -> get_GlossaryDocument...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Rendering Shapes Separately from a Document|Asp...

    Extract various graphic objects, such as images, text box containing Paragraphs, or arrow shapes, when processing a document, and export them to an external location using Java....example, a text box containing paragraphs, arrow shapes, and a small...up of many nodes, such as Paragraph and Table . Most shapes can...

    docs.aspose.com/words/java/rendering-shapes-sep...
  7. Aspose.PSD for .NET 23.9 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Paragraph ); l1 . TextData . RemovePortion... TextData . Items [ 0 ]. Paragraph ); foreach ( var item in textItems2...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-9...
  8. Aspose::Words::Lists::ListLevelCollection class...

    Aspose::Words::Lists::ListLevelCollection class. A collection of list formatting for each level in a list. To learn more, visit the documentation article in C++....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. docx转PDF,序号样式变更 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件中序号样式 源文件: 关于报送专利转化运用专项行动实施情况总结的报告 (1).docx (32.0 KB)...docx"); for (Paragraph p : (Iterable<? extends Paragraph>) doc.ge...getChildNodes(NodeType.PARAGRAPH, true)) { if (p.isListItem() &&...

    forum.aspose.com/t/docx-pdf/323677
  10. ListTemplate enumeration | Aspose.Words for Nod...

    Aspose.Words.Lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word....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/nodejs-net/aspose.wo...