Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 5,693 for

aws

(0.07 sec)
  1. AxisScaling.logBase property | Aspose.Words for...

    AxisScaling.logBase property. Gets or sets the logarithmic base for a logarithmic axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartDataTable.format property | Aspose.Words f...

    ChartDataTable.format property. Provides access to fill of text background and border formatting of the data table.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImagePixelFormat enumeration | Aspose.Words for...

    aspose.words.saving.ImagePixelFormat enumeration. Specifies the pixel format for the generated images of document pages.... doc = aw . Document () builder = aw . DocumentBuilder...image_save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ReflectionFormat.transparency property | Aspose...

    ReflectionFormat.transparency property. Gets or sets a double value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency for the reflection effect... 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...
  5. HtmlSaveOptions.resolveFontNames property | Asp...

    HtmlSaveOptions.resolveFontNames property. Specifies whether font family names used in the document are resolved and substituted according to [Document.fontSettings](../../../aspose.words/document/fontSettings/) when being written into HTML-based formats.... let doc = new aw . Document ( base . myDir + "Missing...font. let fontSettings = new aw . Fonts . FontSettings { SubstitutionSettings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…..."type": "表格" } ] doc = aw.Document() builder = aw.DocumentBuilder(doc)...tables = doc.get_child_nodes(aw.NodeType.TABLE, True) if tables...

    forum.aspose.com/t/docx/310697
  7. IImageSavingCallback class | Aspose.Words for N...

    Aspose.Words.Saving.IImageSavingCallback class. Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML...'DocumentPartsFileNam' , () => { let doc = new aw . Document ( base . myDir + "Rendering...document to HTML. let options = new aw . Saving . HtmlSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldToa.use_passim property | Aspose.Words for...

    FieldToa.use_passim property. Gets or sets whether to replace five or more different page references to the same authority with passim, which is used to indicate that a word or passage occurs frequently in the work cited....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DigitalSignatureUtil.sign method | Aspose.Words...

    Aspose.Words.DigitalSignatures.DigitalSignatureUtil.sign method... let certificateHolder = aw . DigitalSignatures . CertificateHolder...base . myDir + "morzal.pfx" , "aw" ); // Create a comment and date...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. OoxmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.DOCX](../../aspose.words/saveformat/#DOCX), [SaveFormat.DOCM](../../aspose.words/saveformat/#DOCM), [SaveFormat.DOTX](../../aspose.words/saveformat/#DOTX), [SaveFormat.DOTM](../../aspose.words/saveformat/#DOTM) or [SaveFormat.FLAT_OPC](../../aspose.words/saveformat/#FLAT_OPC) format... doc = aw . Document () builder = aw . DocumentBuilder...compatibility_options . optimize_for ( aw . settings . MsWordVersion ....

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