Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 19,495 for

document insertion

(0.11 sec)
  1. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a Document into the SaveFormat.MARKDOWN format in Java....additional options when saving a document into the SaveFormat.MARKDOWN...the Specify Save Options documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  2. Cell constructor | Aspose.Words for Python

    Cell constructor. Initializes a new instance of the [Cell](../) class....doc DocumentBase The owner document. Remarks When Cell is created...specified document, but is not yet part of the document and Node...

    reference.aspose.com/words/python-net/aspose.wo...
  3. OlePackage | Aspose.Words for Java

    Allows to access OLE Package properties in Java....Working with Ole Objects documentation article. Remarks: OLE package...embed any type of data into document. Now this application is excluded...

    reference.aspose.com/words/java/com.aspose.word...
  4. Update Fields in Python|Aspose.Words for Java

    Update fields of Word Document using Python....Fields To update fields of Word Document using Aspose.Words Java Apis...updateFields of Document object. Python Code Document = jpype . JClass...

    docs.aspose.com/words/java/update-fields-in-pyt...
  5. ImportFormatOptions.IgnoreTextBoxes | Aspose.Wo...

    Discover how the ImportFormatOptions IgnoreTextBoxes property enhances your Document formatting by controlling textbox content. Optimize with ease today!...while appending a document. // Create a document that will have...from another document inserted into it. Document dstDoc = new...

    reference.aspose.com/words/net/aspose.words/imp...
  6. ImageColorMode enumeration | Aspose.Words for P...

    aspose.words.saving.ImageColorMode enumeration. Specifies the color mode for the generated images of Document pages....for the generated images of document pages. Members Name Description...Description NONE The pages of the document will be rendered as color...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. 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...
  9. Android API to Render CGM to ODT | products.asp...

    Transform CGM to ODT via Android via Java API...standard for word processing documents. It is an XML-based file format...presentations and word processing documents. Converting CGM to ODT is...

    products.aspose.com/total/android-java/conversi...
  10. 自定义页码不起作用 - 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