Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 19,502 for

document insertion

(0.08 sec)
  1. Specify Default Fonts|Aspose.Words for .NET

    Specify default fonts. NPOI does not provide an opportunity to specify default fonts using C#....which allows to convert a Word document to PDF. This is achieved by...loading the document into the Aspose.Words document model (DOM)...

    docs.aspose.com/words/net/specify-default-fonts/
  2. BuildingBlockBehavior Enum | Aspose.Words for .NET

    Discover the Aspose.Words BuildingBlockBehavior enum, defining how building blocks enhance your Document's content upon Insertion for seamless editing....block when it is inserted into the main document. public enum BuildingBlockBehavio...the building block shall be inserted as inline content. Paragraph...

    reference.aspose.com/words/net/aspose.words.bui...
  3. PdfSaveOptions.OutlineOptions | Aspose.Words fo...

    Discover PdfSaveOptions' OutlineOptions property to customize your PDF outlines effortlessly. Enhance navigation and improve Document usability!...a saved PDF document. Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert headings that can serve as...

    reference.aspose.com/words/net/aspose.words.sav...
  4. RtfSaveOptions | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  5. TxtSaveOptionsBase.forcePageBreaks property | A...

    TxtSaveOptionsBase.forcePageBreaks property. Allows to specify whether the page breaks should be preserved during export....breaks that are inserted explicitly into a document. It is not related...that MS Word automatically inserts at the end of each page. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. XpsSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the XpsSaveOptions SaveFormat property, which defines how your Document is saved. Ensure optimal XPS format for seamless Document handling!...Specifies the format in which the document will be saved if this save...a saved XPS document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  7. CustomXmlPartCollection | Aspose.Words for Java

    Represents a collection of Custom XML Parts in Java....Structured Document Tags or Content Control documentation article...data stored in a document via the Document.getCustomXmlParts()...

    reference.aspose.com/words/java/com.aspose.word...
  8. DocumentBuilder.Write | Aspose.Words for .NET

    Effortlessly insert text into your Document with DocumentBuilder's Write method, enhancing your editing efficiency and streamlining your workflow....Write method Inserts a string into the document at the current...current insert position. public void Write ( string text ) Parameter...

    reference.aspose.com/words/net/aspose.words/doc...
  9. MarkdownSaveOptions.images_folder property | As...

    MarkdownSaveOptions.images_folder property. Specifies the physical folder where images are saved when exporting a Document to the [SaveFormat.MARKDOWN](../../../aspose.words/saveformat/#MARKDOWN) format...are saved when exporting a document to the SaveFormat.MARKDOWN.... Remarks When you save a Document in SaveFormat.MARKDOWN format...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ImageSaveOptions constructor | Aspose.Words for...

    ImageSaveOptions constructor. Initializes a new instance of this class that can be used to save rendered images in the [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF), [SaveFormat.PNG](../../../aspose.words/saveformat/#PNG), [SaveFormat.BMP](../../../aspose.words/saveformat/#BMP), [SaveFormat.JPEG](../../../aspose.words/saveformat/#JPEG), [SaveFormat.EMF](../../../aspose.words/saveformat/#EMF), [SaveFormat.EPS](../../../aspose.words/saveformat/#EPS), [SaveFormat.WEB_P](../../../aspose.words/saveformat/#WEB_P) or [SaveFormat.SVG](../../../aspose.words/saveformat/#SVG) format....while saving a document as a JPEG. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) builder . insert_image ( file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...