Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,038 for

doc to png

(0.03 sec)
  1. ShapeBase.name property | Aspose.Words for Node.js

    ShapeBase.name property. Gets or sets the optional shape name.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. LayoutOptions.Callback | Aspose.Words for .NET

    Discover the LayouToptions Callback property To easily manage IPageLayoutCallback for enhanced page layout cusTomization and improved user experience....PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  3. PageLayoutCallbackArgs.PageIndex | Aspose.Words...

    Discover the PageIndex property of PageLayoutCallbackArgs, which provides the 0-based index of the related Document page. Get accurate page tracking and reflow insights!...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  4. NodeRendererBase.save method | Aspose.Words for...

    aspose.words.rendering.NodeRendererBase.save method...the image will be saved in the PNG format. save(stream, save_options)...file in the local file system. doc = aw . Document ( MY_DIR + 'Office...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ReportBuilder.BuildReport | Aspose.Words for .NET

    Effortlessly create cusTomized reports with ReportBuilder's BuildReport method, filling your template with data for professional results every time....image (BMP, EMF, EPS, GIF, JPEG, PNG, or WebP), each page of the output...populate document with data: string doc = MyDir + "Reporting engine template...

    reference.aspose.com/words/net/aspose.words.low...
  6. MarkdownSaveOptions.linkExportMode property | A...

    MarkdownSaveOptions.linkExportMode property. Specifies how links will be written To the output file... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. MarkdownLinkExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownLinkExportMode enumeration. Specifies how links are exported inTo Markdown.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_shape (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Layout::PageLayoutCallbackArgs::...

    Aspose::Words::Layout::PageLayoutCallbackArgs::get_PageIndex method. Gets 0-based index of the page in the Document this event relates To. Returns negative value if there is no associated page, or if page was removed during reflow in C++....PageLayoutCallback () { auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_LayoutOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Aspose::Words::Layout::IPageLayoutCallback::Not...

    Aspose::Words::Layout::IPageLayoutCallback::Notify method. This is called To notify of layout build and rendering progress in C++....PageLayoutCallback () { auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_LayoutOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. IPageLayoutCallback class | Aspose.Words for No...

    Aspose.Words.Layout.IPageLayoutCallback class. Implement this interface if you want To have your own cusTom method called during build and rendering of page layout model...., () => { let doc = new aw . Document (); doc . builtInDocumentPrope...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . layoutOptions...

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