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

aws

(0.1 sec)
  1. 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...
  2. 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...
  3. 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...
  4. ParagraphFormat.rightIndent property | Aspose.W...

    ParagraphFormat.rightIndent property. Gets or sets the value (in points) that represents the right 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...
  5. RevisionOptions.insert_cell_color property | As...

    RevisionOptions.insert_cell_color property. Allows to specify the color to be used for inserted cells [RevisionType.INSERTION](../../../aspose.words/revisiontype/#INSERTION)... doc = aw . Document ( file_name = MY_DIR...revision_options . insert_cell_color = aw . layout . RevisionColor . LIGHT_BLUE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. การติดตั้ง|Aspose.Words สำหรับ Python via .NET

    ติดตั้ง Aspose.Words สำหรับ Python โดยใช้เครื่องมือ Visual Studio เช่น Manage NuGet Packages หรือ Package Manager Console และโปรแกรมติดตั้ง MSI ใช้ชุดสิทธิ์ Full Trust...words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    docs.aspose.com/words/th/python-net/installation/
  7. Cài đặt|Aspose.Words cho Python via .NET

    Cài đặt Aspose.Words cho Python bằng các công cụ Visual Studio như Manage NuGet Packages hoặc Package Manager Console và trình cài đặt MSI. Sử dụng bộ quyền Full Trust....words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    docs.aspose.com/words/vi/python-net/installation/
  8. ParagraphCollection.to_array method | Aspose.Wo...

    ParagraphCollection.to_array method. Copies all paragraphs from the collection to a new array of paragraphs.... doc = aw . Document ( file_name = MY_DIR...enumeration. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToc.captionless_table_of_figures_label pro...

    FieldToc.captionless_table_of_figures_label property. Gets or sets the name of the sequence identifier used when building a table of figures that does not include caption's label and number.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocSaveOptions.savePictureBullet property | Asp...

    DocSaveOptions.savePictureBullet property. When ``false``, PictureBullet data is not saved to output document... let doc = new aw . Document ( base . myDir + "Image...saveOptions = new aw . Saving . DocSaveOptions ( aw . SaveFormat ...

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