Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 15,446 for

section

(0.13 sec)
  1. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...setAllowAutoFit(true); } } for (Section section : docxDocument.getSections())...ParagraphCollection paragraphs = section.getBody().getParagraphs();...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  2. Animation|Aspose.Slides for Python Documentation

    Master slide animations in Python with Aspose.Slides: add, edit, and remove effects, timings, and triggers to create dynamic presentations in PPT, PPTX and ODP.... PPTX ) Section SlideTransition...

    docs.aspose.com/slides/python-net/examples/elem...
  3. Audio|Aspose.Slides for PHP Documentation

    Work with audio in PHP using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....$presentation -> dispose (); } } Chart Section...

    docs.aspose.com/slides/php-java/examples/elemen...
  4. Document.EndnoteOptions | Aspose.Words for .NET

    Explore the EndnoteOptions property to customize endnote numbering and positioning, enhancing your document's clarity and professionalism....Write ( "This is the second section." ); // We can use the "Position"...collection at the end of the section whose text contains the endnote's...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Create Thumbnails of Presentation Shapes in Pyt...

    Generate high-quality shape thumbnails from PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET – easily create and export presentation thumbnails....Custom Scaling Factor This section shows how to generate shape...Shape’s Appearance Bounds This section shows how to generate a thumbnail...

    docs.aspose.com/slides/python-net/create-shape-...
  6. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your document and replace it with the text you want using C#....composed of multiple paragraphs, sections, or pages. Some of the metacharacters...paragraph break, &b for a section break, &m for a page break...

    docs.aspose.com/words/net/find-and-replace/
  7. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...PageSetup ps = ((Section)s.GetAncestor(NodeType.Section)).PageSetup;...PageSetup ps = ((Section)s.GetAncestor(NodeType.Section)).PageSetup;...

    forum.aspose.com/t/getting-exception-floating-s...
  8. Document class | Aspose.Words for Node.js

    Aspose.Words.Document class. Represents a Word document...sections , ParagraphCollection etc...Document can contain only Section objects. In Microsoft Word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Extract Content Between Document Nodes|Aspose.W...

    How to extract specific content from a range within the document easily using Node.js....text contained in separate sections In some situations, you may...Algorithm The code in this section addresses all of the possible...

    docs.aspose.com/words/nodejs-net/how-to-extract...
  10. 档案

    档案... Section nextSection = (Section) currNode.getAncestor(NodeType...getAncestor(NodeType.SECTION).getNextSibling(); currNode = nextSection...

    blog.aspose.com/zh/words/extract-text-from-word...