Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 19,970 for

document insertion

(0.23 sec)
  1. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....Levels of Nodes in a Document documentation article. Remarks: A...an inline node. Document doc = new Document(getMyDir() + "Revision...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java....the Working with Fields documentation article. Remarks: Retrieves...result. Examples: Shows how to insert images using IMPORT and INCLUDEPICTURE...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....with Fields documentation article. Remarks: Inserts the number...cross-reference. Examples: Shows to insert PAGEREF fields to display the...

    reference.aspose.com/words/java/com.aspose.word...
  4. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document Document = new Document(); DocumentBuilder builder = new DocumentBuilder(Document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...9:23am 1 下面的代码: Document document = new Document(); DocumentBuilder...builder = new DocumentBuilder(document); Section currentSection =...

    forum.aspose.com/t/topic/315401
  5. Working with Styles and Themes|Aspose.Words for...

    Access and manage styles and themes in a Document using Node.js....styles defined in the document using the Document.styles property....and user-defined styles in a document. A particular style could...

    docs.aspose.com/words/nodejs-net/working-with-s...
  6. Aspose::Words::ImportFormatMode enum | Aspose.W...

    Aspose::Words::ImportFormatMode enum. Specifies how formatting is merged when importing content from another Document in C++....importing content from another document. enum class ImportFormatMode...UseDestinationStyles 0 Use the destination document styles and copy new styles...

    reference.aspose.com/words/cpp/aspose.words/imp...
  7. How to Insert Header and Footer in DOCX using C++

    In this example, we will explore how to insert Header and Footer in DOCX using C++. In order to use C++ to add Header and Footer information in Word Document, very simple API interface is used....TeX Product Family How to Insert Header and Footer in DOCX using...example, we will explore how to insert Header and Footer in DOCX using...

    kb.aspose.com/words/cpp/how-to-insert-header-an...
  8. FieldRD | Aspose.Words for Java

    Implements the RD field in Java....the Working with Fields documentation article. Remarks: Identifies...headings in other documents. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldNumWords | Aspose.Words for Java

    Implements the NUMWORDS field in Java....the Working with Fields documentation article. Remarks: Retrieves...number of words in the current document, as recorded in the Words...

    reference.aspose.com/words/java/com.aspose.word...
  10. Page Break in existing PDF|Aspose.PDF for Java

    Learn how to add page breaks within an existing PDF Document using Aspose.PDF for Java to improve Document formatting....come across a requirement to insert page break depending upon requirement...public void AddPageBreak(Document src, Document dest, PageBreak[] pageBreaks)...

    docs.aspose.com/pdf/java/page-break-in-existing...