Sort Score
Result 10 results
Languages All
Labels All
Results 8,491 - 8,500 of 19,476 for

aws

(0.21 sec)
  1. Aspose word转换成html后转成的图片出现错误 - Free Support For...

    1、使用的组件名称:aspose.words 2、使用的开发语言: python 3、使用的组件版本号: aspose-words==25.7.0 4、提供下示例文档(转换前和转换后):公式从word转换成html后转成的图片出现错误,生成的HtmlOutput.002.png图片对应的公式和原来word中的不一致 5、提供下报错截图:无报错信息,转换有错误 6、提供下示例代码 sampleWord = aw.Documen…...sampleWord = aw.Document(“test1.docx”) 配置 HTML 导出选项 options = aw.saving...options.office_math_output_mode = aw.saving.HtmlOfficeMathOutput.MATH_ML...

    forum.aspose.com/t/aspose-word-html/317077
  2. SaveOptions.memoryOptimization property | Aspos...

    SaveOptions.memoryOptimization property. Gets or sets value determining if memory optimization should be performed before saving the document... let doc = new aw . Document ( base . myDir + "Rendering...saveOptions = aw . Saving . SaveOptions . createSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ParagraphFormat.leftIndent property | Aspose.Wo...

    ParagraphFormat.leftIndent property. Gets or sets the value (in points) that represents the left indent for paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...

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

    Table.rightPadding property. Gets or sets the amount of space (in points) to add to the right of the contents of cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...90 ; table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Font.clearFormatting method | Aspose.Words for ...

    Font.clearFormatting method. Resets to default font formatting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . underline = aw . Underline . Single ; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Table.bottomPadding property | Aspose.Words for...

    Table.bottomPadding property. Gets or sets the amount of space (in points) to add below the contents of cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...90 ; table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Range.delete method | Aspose.Words for Python

    Range.delete method. Deletes all characters of the range.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_CONTINUOUS...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DoclingSaveOptions.save_format property | Aspos...

    DoclingSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) save_options = aw . saving . DoclingSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Underline enumeration | Aspose.Words for Node.js

    Aspose.Words.Underline enumeration. Indicates type of the underline applied to a font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . underline = aw . Underline . Single ; builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Stroke.back_theme_color property | Aspose.Words...

    Stroke.back_theme_color property. Gets or sets a ThemeColor object that represents the stroke background color.... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

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