Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 14,827 for

section

(0.61 sec)
  1. EndnoteOptions class | Aspose.Words for Node.js

    Aspose.Words.Notes.EndnoteOptions class. Represents the endnote numbering options for a document or Section...options for a document or section. To learn more, visit the Working...write ( "This is the second section." ); // We can use the "Position"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Run the Examples|Aspose.Words for C++

    Download Aspose.Words for C++ examples from our GitHub repository and learn how to run them to become more familiar with the Aspose.Words possibilities and features....Developer Guiled documentation section. On the first run, the dependencies...Developer Guiled documentation section. The Data folder at the root...

    docs.aspose.com/words/cpp/how-to-run-the-examples/
  3. Export data from document|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 has the following topics: Columns...

    docs.aspose.com/cells/net/export-data-from-docu...
  4. BuildingBlock class | Aspose.Words for Python

    aspose.words.buildingblocks.BuildingBlock class. Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry...BuildingBlock can contain only Section nodes. BuildingBlock can only...CompositeNode ) first_section Gets the first section in the building...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Specify Custom Number Decimal and Group Separat...

    Change Number decimal and group separator in MS Excel and with C# code by using the Aspose.Cells for .NET API....Options and highlights the section to specify the Custom Separators...

    docs.aspose.com/cells/net/specify-custom-number...
  6. Features|Documentation

    Product core features include read or write PSD, PSB, AI file formats, perform graphics drawing, process images and work with Layers and Masks....Layers and Mask Information Section Supported Layers Types Supported...

    docs.aspose.com/psd/net/features/
  7. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …... Several sections case: When two sections are separated...separated by a section break, and the footnote content in the first section...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  8. ParagraphFormat.snap_to_grid property | Aspose....

    ParagraphFormat.snap_to_grid property. Specifies whether the current paragraph should use the document grid lines per page settings when laying out the contents in the paragraph....of lines per page in this section. # A large enough font size...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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/
  10. 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-...