Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 19,240 for

aws

(0.09 sec)
  1. PageSetup.suppress_endnotes property | Aspose.W...

    PageSetup.suppress_endnotes property. True if endnotes are printed at the end of the next section that doesn't suppress endnotes...def suppress_endnotes (): doc = aw . Document () doc . remove_all_children...its end. self . assertEqual ( aw . notes . EndnotePosition . END_OF_DOCUMENT...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert Word to Excel in Node.js|Aspose.Words f...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Node.js. Save a document in various formats to XLSX using Node.js....const aw = require ( '@aspose/words' ); var doc = new aw . Document...const aw = require ( '@aspose/words' ); var doc = new aw . Document...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  3. HtmlSaveOptions constructor | Aspose.Words for ...

    aspose.words.saving.HtmlSaveOptions constructor... doc = aw . Document ( file_name = MY_DIR...docx' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartFormat.stroke property | Aspose.Words for ...

    ChartFormat.stroke property. Gets line formatting for the parent chart element.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GradientStop.transparency property | Aspose.Wor...

    GradientStop.transparency property. Gets or sets a value representing the transparency of the gradient fill expressed as a percent in range 0.0 to 1.0....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SignatureLine.is_valid property | Aspose.Words ...

    SignatureLine.is_valid property. Indicates that signature line is signed by digital signature and this digital signature is valid.... doc = aw . Document () builder = aw . DocumentBuilder...doc ) signature_line_options = aw . SignatureLineOptions () si...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 处理 Python 中的图像|Python via .NET 格式的 Aspose.Words

    使用 Python 创建和管理文档中各种格式的图像。...像插入到文档中: doc = aw . Document () builder = aw . DocumentBuilder...在指定位置和大小插入浮动图像: doc = aw . Document () builder = aw . DocumentBuilder...

    docs.aspose.com/words/zh/python-net/working-wit...
  8. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Travailler avec des images dans Python|Aspose.W...

    Créez et gérez des images de différents formats dans un document à l'aide de Python....document: doc = aw . Document () builder = aw . DocumentBuilder...spécifiées: doc = aw . Document () builder = aw . DocumentBuilder...

    docs.aspose.com/words/fr/python-net/working-wit...
  10. Document.appendDocument method | Aspose.Words f...

    Aspose.Words.Document.appendDocument method... const srcDoc = new aw . Document (); srcDoc . firstSection...text. " ); const dstDoc = new aw . Document (); dstDoc . firstSection...

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