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

section

(0.19 sec)
  1. Aspose::Words::ConvertUtil::MillimeterToPoint m...

    Aspose::Words::ConvertUtil::MillimeterToPoint method. Converts millimeters to points in C++....DocumentBuilder > ( doc ); // A section's "Page Setup" defines the...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. PageSetup.characters_per_line property | Aspose...

    PageSetup.characters_per_line property. Gets or sets the number of characters per line in the document grid....characters per line in this section. builder . page_setup . layout_mode...assertEqual ( 8 , doc . first_section . page_setup . characters_per_line...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....Title = title ; // Add the TOC section to the document tocPage . TocInfo...FontStyles . Bold ; // Create a section in the Pdf document var page...

    docs.aspose.com/pdf/net/manipulate-pdf-document/
  5. Aspose::Words::PageSetup::get_SheetsPerBooklet ...

    Aspose::Words::PageSetup::get_SheetsPerBooklet method. Returns or sets the number of pages to be included in each booklet in C++....)); } // Configure the first section's "PageSetup" property to print...PageSetup > pageSetup = doc -> get_Sections () -> idx_get ( 0 ) -> get_PageSetup...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. EndnoteOptions | Aspose.Words for Java

    Represents the endnote numbering options for a document or Section in Java....options for a document or section. To learn more, visit the Working...builder.insertBreak(BreakType.SECTION_BREAK_NEW_PAGE); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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-...
  8. Find and Replace in Node.js|Aspose.Words for No...

    Find a string or regular expression pattern in your document and replace it with the text you want using Node.js....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/nodejs-net/find-and-replace/
  9. Image are not added to the document - Free Supp...

    Hello everyone, I need to add an image to a .xlsx file. An image in .png format with a size of 150x150 pixels I tried several methods, but without success: Method 1. According to the published documentation here Mo…...the Download Running Code section - I downloaded an example from...logo/picture in the central section of the page header pageSetup...

    forum.aspose.com/t/image-are-not-added-to-the-d...
  10. How to Remove Blank Page in Word using Python

    This article describes how to remove blank page in Word using Python. It has details to set the environment, a list of steps, and a runnable sample code to delete the blank page in Word using Python....the document and check each section’s content Check the presence...file is loaded and all the sections in each page are examined...

    kb.aspose.com/words/python/how-to-remove-blank-...