Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 17,666 for

paragraph

(0.06 sec)
  1. Word 转 html 能否标注页码的元信息? - Free Support Forum - ...

    当前 word 转 html 时,由于页码属于 “文本框”,其转换后在页眉的位置会展示为图片,能否在转换时候将页码的元信息标注在对应页码的位置,并且为对应 html 标签增加页码标记?以方便可以通过 html 反解出 word 文档的页码信息,反向转换也可以考它转的更准确。 或者是否有 java 的接口可以获取到页码信息?...getSections()) { NodeCollection paragraphs = section.getBody().getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true); for (Paragraph para : (Iterable<Paragraph>)...

    forum.aspose.com/t/word-html/319228
  2. Field Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.Field class, your key to enhancing Microsoft Word documents with dynamic fields for improved functionality and efficiency....node, returns its parent paragraph. If the field is already removed...content and span multiple paragraphs or sections in a document...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Aspose::Words::NumberStyle enum | Aspose.Words ...

    Aspose::Words::NumberStyle enum. Specifies the number style for a list, footnotes and endnotes, page numbers 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/num...
  4. FieldBuilder | Aspose.Words for Java

    Builds a field from field code tokens arguments and switches in Java.... buildAndInsert(Paragraph refNode) Builds and inserts...the end of the specified paragraph. buildBlock(DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  5. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...paragraphs; const placeholder = "#*Content...// Remove the placeholder paragraph para.remove(); } } const options...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  6. Product Overview|Aspose.Words for Node.js via .NET

    Aspose.Words for Node.js via .NET is a software library designed to create, modify, convert and render documents without relying on any other software.... Document , Paragraph , Bookmark , Range , Section...Section.page_setup and Paragraph.paragraph_format are some of the...

    docs.aspose.com/words/nodejs-net/product-overview/
  7. 在 C# .NET 中将 PowerPoint 转换为 HTML|Aspose.Slides 文档

    转换 PowerPoint HTML:将 PPTX 或 PPT 保存为 HTML。将幻灯片保存为 HTML..."Calibri" , "Arial" }; Paragraph para = new Paragraph (); ITextFrame...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  8. Creating a complex PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to create more complex documents that contain images, text fragments, and tables in one document....text fragments (header and paragraph), and a table. To build such...alignment. Add header to the page Paragraphs . Create a TextFragment for...

    docs.aspose.com/pdf/java/complex-pdf-example/
  9. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a document node or style. Use RevisionType to check the type of this revision. To learn more, visit the documentation article in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. Footer text showing in grey colour in Powerpoin...

    Hi In Aspose Slides for Java, we are using the following code snippet for inserting the footer text java.awt.Color footerColor = java.awt.Color.RED; // Set the text color for the footer. IFillFormat fillFormat = para…...IFillFormat fillFormat = paragraph.getParagraphFormat().getDefaultPortionFor()...IFillFormat fillFormat = paragraph.getParagraphFormat().getDefaultPortionFor()...

    forum.aspose.com/t/footer-text-showing-in-grey-...