Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 16,959 for

aws

(0.14 sec)
  1. Footnote.story_type property | Aspose.Words for...

    Footnote.story_type property. Returns [StoryType.FOOTNOTES](../../../aspose.words/storytype/#FOOTNOTES) or [StoryType.ENDNOTES](../../../aspose.words/storytype/#ENDNOTES).... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Footnote.storyType property | Aspose.Words for ...

    Footnote.storyType property. Returns [StoryType.Footnotes](../../../aspose.words/storytype/#Footnotes) or [StoryType.Endnotes](../../../aspose.words/storytype/#Endnotes)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. InlineStory.lastParagraph property | Aspose.Wor...

    InlineStory.lastParagraph property. Gets the last paragraph in the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. InlineStory.tables property | Aspose.Words for ...

    InlineStory.tables property. Gets a collection of tables that are immediate children of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. InlineStory.storyType property | Aspose.Words f...

    InlineStory.storyType property. Returns the type of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. NodeChangingAction enumeration | Aspose.Words f...

    Aspose.Words.NodeChangingAction enumeration. Specifies the type of node change....nodeChangingCallback' , () => { let doc = new aw . Document (); doc . nodeChangingCallback...NodeChangingPrinter (); let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ReplacingArgs class | Aspose.Words for Node.js

    Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Komprimovat HTML V Javascript

    Komprimujte HTML v JavaScript bez ztráty kvality. Optimalizujte obsah HTML, snadno zmenšete velikost souboru....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/cs/nodejs-net/compres...
  9. Comprimi DOC In Javascript

    Comprimi DOC in JavaScript senza perdere qualità. Ottimizza DOC i contenuti, riduci facilmente le dimensioni dei file....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/it/nodejs-net/compres...
  10. PDF를 PNG Python로 변환

    Python PDF 을 PNG 형식으로 변환합니다. Python 사용하여 PDF 을 PNG로 저장합니다....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/ko/python-net/convers...