Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 18,204 for

paragraph

(0.12 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. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...paragraphs.count for j in range(para_count):...range(para_count): para = footnote.paragraphs[j] run_count = para.runs...

    forum.aspose.com/t/change-styles-for-complete-d...
  3. Document class | Aspose.Words for Node.js

    Aspose.Words.Document class. Represents a Word document...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...creates one section with one paragraph. expandTableStylesToD() Converts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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-...
  5. Converting to Fixed-page Format|Aspose.Words fo...

    Save documents to PDF, XPS, HTML, XAML, PostScript, and PCL formats using Node.js....images, character formatting, paragraph margins and spacing. However...shading color of the cell or paragraph, or based on the color of...

    docs.aspose.com/words/nodejs-net/converting-to-...
  6. Converting to Fixed-page Format in C#|Aspose.Wo...

    Save documents to PDF, XPS, HTML, XAML, PostScript, and PCL formats using C#....images, character formatting, paragraph margins and spacing. However...shading color of the cell or paragraph, or based on the color of...

    docs.aspose.com/words/net/converting-to-fixed-p...
  7. Issue with Page Numbers in Generated Document U...

    Hello Team, I have uploaded a document named Base_Document. I will be feeding some live data into the model, and during generation, this real-time data will be replaced using Aspose syntax. However, after generation, t…...Paragraph, true)) { if (node is Paragraph para) { P...static void ProcessParagraph(Paragraph para) { List<Run> updatedRuns...

    forum.aspose.com/t/issue-with-page-numbers-in-g...
  8. 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/
  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-...