Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 15,161 for

section

(0.09 sec)
  1. PageInfo.WidthInPoints | Aspose.Words for .NET

    Discover the PageInfo WidthInPoints property to easily retrieve the page width in points, enhancing your document formatting and layout precision....docx" ); // The first section has 2 pages. We will assign...

    reference.aspose.com/words/net/aspose.words.ren...
  2. Image Markers in Aspose.Cells|Documentation

    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.... This section shows you how to insert pictures...

    docs.aspose.com/cells/net/image-markers-in-aspo...
  3. 添加奇偶页页眉后报错:"com.aspose.words.zzby.zzQy()" is nu...

    java.lang.NullPointerException: Cannot invoke "com.aspose.words.zzYM9.zzWjR()" because the return value of "com.aspose.words.zzby.zzQy()" is null at com.aspose.words.zzZ4S.zzQy(Unknown Source) at com.aspo…...html2WordDocumentWit(htmlString); for (Section section : document.getSections())...getSections()) { PageSetup pageSetup = section.getPageSetup(); pageSetup....

    forum.aspose.com/t/com-aspose-words-zzby-zzqy-i...
  4. Aspose.Words DOM|Aspose.Words for Node.js via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Node.js.... This section describes the main classes...text, paragraph, table, or a section is a node, and even the document...

    docs.aspose.com/words/nodejs-net/aspose-words-d...
  5. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java....these will look like "Section (1.01)", "Section (1.02)"... docList...getListLevels().get(1).setNumberFormat("Section ( . )"); docList.getListLevels()...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Insert Picture in Word using Python

    This tutorial provides quick information on how to insert picture in Word using Python. It contains information to configure the environment, a step-by-step process and finally a runnable sample code that demonstrates the process to insert image in Word using Python....last paragraph in the last section Insert image at the current...header, footer, paragraph, or section by moving with the help of...

    kb.aspose.com/words/python/how-to-insert-pictur...
  7. How add pptx slides content to a final Aspose W...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...each section in slideDoc foreach (Aspose.Words.Section sec in...in slideDoc.Sections) { sec.PageSetup.PageWidth = slideWidthPt;...

    forum.aspose.com/t/how-add-pptx-slides-content-...
  8. Converting a PDF file to JPEG using Python | As...

    Code Examples on Python for PDF‑to‑JPEG Conversion on All Platforms...attention that the current section describes only popular conversions...supported formats, see the section Supported File Formats ....

    products.aspose.com/pdf/python-cpp/conversion/p...
  9. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...you should create a separate section for the TOC and the content...another section. builder.insertBreak(BreakType.SECTION_BREAK_NEW_PAGE);...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  10. HtmlSaveOptions.ImageSavingCallback | Aspose.Wo...

    Control image saving with HtmlSaveOptions' ImageSavingCallback. Optimize document exports to HTML, MHTML, or EPUB for seamless user experience....multiple HTML files: one for each section. options . DocumentSplitCriteri...SectionBreak : partType = "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...