Sort Score
Result 10 results
Languages All
Labels All
Results 5,161 - 5,170 of 18,016 for

aws

(0.05 sec)
  1. PageSetup.multiple_pages property | Aspose.Word...

    PageSetup.multiple_pages property. For multiple page documents, gets or sets how a document is printed or rendered so that it can be bound as a booklet.... doc = aw . Document () # Insert text that...spans several pages. builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CellFormat.fit_text property | Aspose.Words for...

    CellFormat.fit_text property. If ``True``, fits text in the cell, compressing each paragraph to the width of the cell.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to find and iterate list lead in and childr...

    Hi Team, I am trying to find and iterate lists in an word documents using aspose words python library. Current approach : I have tried iterating all paragraphs and filtering list items using is_list_item method. Furt…...words as aw license = aw.License() license.set_...set_license("license_path") doc = aw.Document("test.docx") for para...

    forum.aspose.com/t/how-to-find-and-iterate-list...
  4. Shading.background_pattern_theme_color property...

    Shading.background_pattern_theme_color property. Gets or sets the background pattern theme color in the applied color scheme that is associated with this [Shading](../) object.... doc = aw . Document () builder = aw . DocumentBuilder... shading shading . texture = aw . TextureIndex . TEXTURE_12PT5_PERCENT...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartAxisTitle.text property | Aspose.Words for...

    ChartAxisTitle.text property. Gets or sets the text of the axis title... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataLabelCollection.orientation property |...

    ChartDataLabelCollection.orientation property. Gets or sets the text orientation of the data labels of the entire series.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageSaveOptions.threshold_for_floyd_steinberg_...

    ImageSaveOptions.threshold_for_floyd_steinberg_dithering property. Gets or sets the threshold that determines the value of the binarization error in the Floyd-Steinberg method... doc = aw . Document () builder = aw . DocumentBuilder...images. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ExportHeadersFootersMode enumeration | Aspose.W...

    Aspose.Words.Saving.ExportHeadersFootersMode enumeration. Specifies how headers and footers are exported to HTML, MHTML or EPUB.... let doc = new aw . Document ( base . myDir + "Header...headersFooters . getByHeaderFooterTyp ( aw . HeaderFooterType . HeaderFirst...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.absolute_horizontal_distance property | A...

    Table.absolute_horizontal_distance property. Gets or sets absolute horizontal floating table position specified by the table properties, in points... doc = aw . Document () builder = aw . DocumentBuilder...() table . preferred_width = aw . tables . PreferredWidth . from_points...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Python での画像の操作|Python via .NET用Aspose.Words

    Python を使用して、ドキュメント内のさまざまな形式の画像を作成および管理します。... doc = aw . Document () builder = aw . DocumentBuilder...イメージを挿入する方法を示しています。 doc = aw . Document () builder = aw . DocumentBuilder...

    docs.aspose.com/words/ja/python-net/working-wit...