Sort Score
Result 10 results
Languages All
Labels All
Results 9,701 - 9,710 of 19,531 for

aws

(1.24 sec)
  1. PdfSaveOptions.textCompression property | Aspos...

    PdfSaveOptions.textCompression property. Specifies compression type to be used for all textual content in the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ParagraphFormat.right_indent property | Aspose....

    ParagraphFormat.right_indent property. Gets or sets the value (in points) that represents the right indent for paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Table.top_padding property | Aspose.Words for P...

    Table.top_padding property. Gets or sets the amount of space (in points) to add above the contents of cells.... doc = aw . Document () builder = aw . DocumentBuilder...90 table . preferred_width = aw . tables . PreferredWidth . from_points...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartSeries.bubble3D property | Aspose.Words fo...

    ChartSeries.bubble3D property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Архивы

    Архивы...words as aw # load the Word document doc = aw.Document("calibre...shapes = doc.get_child_nodes(aw.NodeType.SHAPE, True) imageIndex...

    blog.aspose.com/ru/words/extract-images-from-wo...
  6. Archiwa

    Archiwa...words as aw # load Word document doc = aw.Document("sample-multi-page...aspose.words as aw # load Word document doc = aw.Document("sample-multi-page...

    blog.aspose.com/pl/words/extract-pages-from-wor...
  7. 克隆 Python 中的文档|Python via .NET 格式的 Aspose.Words

    使用 Python 克隆文档以获取其相同的副本。创建副本时,将克隆原始文档的节点和属性。... doc = aw . Document () builder = aw . DocumentBuilder...the cloned document. builder = aw . DocumentBuilder ( clone ) builder...

    docs.aspose.com/words/zh/python-net/clone-a-doc...
  8. Using TrueType Fonts in Python|Aspose.Words for...

    Aspose.Words for Python via .NET can find the right font or its suitable replacement for correct document rendering. This ensures that the difference between the displayed document and the original is minimal when there is not enough information about a font....words as aw # Create a FontSettings object font_settings = aw . FontSettings...apply the font settings doc = aw . Document ( r "input.docx" )...

    docs.aspose.com/words/python-net/using-truetype...
  9. WordML2003SaveOptions.saveFormat property | Asp...

    WordML2003SaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...save format. let options = new aw . Saving . WordML2003SaveOption...

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

    aspose.words.loading.LoadOptions class. Allows to specify additional options (such as password or base URI) when loading a document into a [Document](../../aspose.words/document/) object...assertRaises ( Exception ): doc = aw . Document ( file_name = MY_DIR...LoadOptions object. options = aw . loading . LoadOptions ( password...

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