Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 18,038 for

aws

(0.13 sec)
  1. PdfPageLayout enumeration | Aspose.Words for No...

    Aspose.Words.Saving.PdfPageLayout enumeration. Specifies the page layout to be used when the document is opened in a PDF reader.... let doc = new aw . Document ( base . myDir + "Big...the left. let saveOptions = new aw . Saving . PdfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. HorizontalRuleAlignment enumeration | Aspose.Wo...

    aspose.words.drawing.HorizontalRuleAlignment enumeration. Represents the alignment for the specified horizontal rule.... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.default_tab_stop property | Aspose.Wor...

    Document.default_tab_stop property. Gets or sets the interval (in points) between the default tab stops.... doc = aw . Document () builder = aw . DocumentBuilder...builder . writeln ( 'Hello' + aw . ControlChar . TAB + 'World...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.insert_forms_2_ole_control meth...

    DocumentBuilder.insert_forms_2_ole_control method. Inserts [Forms2OleControl](../../../aspose.words.drawing.ole/forms2olecontrol/) object into current position.... builder = aw . DocumentBuilder () button1 = aw . drawing ....button1 ) self . assertEqual ( aw . drawing . ole . Forms2OleControlType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.textOrientation property | Aspose.Wor...

    PageSetup.textOrientation property. Allows to specify [PageSetup.textOrientation](./) for the whole page...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...pageSetup . textOrientation = aw . TextOrientation . Upward ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.Words conver pdf to markdown anomaly mem...

    Use the following code for try: document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving.MarkdownSaveOptions() save_options.image_resolution = 150 document1.save(f"自訂格式(電商匯入中心)11.md", save_opti…...document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving...document1 = aw.Document("自訂格式(電商匯入中心)11.pdf") save_options = aw.saving...

    forum.aspose.com/t/aspose-words-conver-pdf-to-m...
  7. Font.textEffect property | Aspose.Words for Nod...

    Font.textEffect property. Gets or sets the font animation effect....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . textEffect = aw . TextEffect . SparkleText ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Border.color property | Aspose.Words for Node.js

    Border.color property. Gets or sets the border color....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . border . lineStyle = aw . LineStyle . DashDotStroker...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FormField.type property | Aspose.Words for Node.js

    FormField.type property. Returns the form field type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...comboBox . type ). toEqual ( aw . Fields . FieldType . FieldFormDropDown...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. SaveOptions.progressCallback property | Aspose....

    SaveOptions.progressCallback property. Called during saving a document and accepts data about saving progress.... each ([[ aw . SaveFormat . Html , "html" ], [ aw . SaveFormat...SaveFormat . Mhtml , "mhtml" ], [ aw . SaveFormat . Epub , "epub" ]])(...

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