Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,035 for

doc to png

(0.09 sec)
  1. Aspose::Words::DocumentBase::get_BackgroundShap...

    Aspose::Words::DocumentBase::get_BackgroundShape method. Gets or sets the background shape of the Document. Can be null in C++....auto doc = MakeObject < Document > (); ASSERT_TRUE ( doc -> get_BackgroundShape...shapeRectangle = MakeObject < Shape > ( doc , ShapeType :: Rectangle ); //...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.XAML_FIXED format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...getResourcesFolderAl()).mkdir(); doc.save(getArtifactsDir() + "XamlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  3. HtmlSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.HtmlSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Mhtml](../../aspose.words/saveformat/#Mhtml), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub), [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) or [SaveFormat.Mobi](../../aspose.words/saveformat/#Mobi) format...Png , meaning that metafiles are...are rendered to raster PNG images. navigationMapLevel Specifies...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. WrapType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert the image into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldSection | Aspose.Words for Java

    Implements the SECTION field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldSectionPages | Aspose.Words for Java

    Implements the SECTIONPAGES field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  7. MergeFieldImageDimensionUnit Enum | Aspose.Word...

    Discover Aspose.Words.Fields.MergeFieldImageDimensionUnit enum for precise image dimension control in mail merges. Enhance your Document auTomation Today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldMergeBarcode | Aspose.Words for Java

    Implements the MERGEBARCODE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a MERGEBARCODE field...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldImport class | Aspose.Words for Python

    aspose.words.fields.FieldImport class. Implements the IMPORT field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two similar field types...

    reference.aspose.com/words/python-net/aspose.wo...
  10. WrapType enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert the image into the...

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