Sort Score
Result 10 results
Languages All
Labels All
Results 7,391 - 7,400 of 19,530 for

aws

(1.12 sec)
  1. ParagraphFormat.style property | Aspose.Words f...

    ParagraphFormat.style property. Gets or sets the paragraph style applied to this formatting.... doc = aw . Document () builder = aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . PARAGRAPH , 'MyStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImageSaveOptions.tiff_compression property | As...

    ImageSaveOptions.tiff_compression property. Gets or sets the type of compression to apply when saving generated images to the TIFF format.... doc = aw . Document () builder = aw . DocumentBuilder...image. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LoadOptions.tempFolder property | Aspose.Words ...

    LoadOptions.tempFolder property. Allows to use temporary files when reading document... let options = new aw . Loading . LoadOptions (); options...tempFolder ); } let doc = new aw . Document ( base . myDir + "Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access to the font formatting of this object.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.last_section property | Aspose.Words f...

    Document.last_section property. Gets the last section in the document.... doc = aw . Document () # A blank document...the first section. builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Архивы

    Архивы...words as aw # Create document object doc = aw.Document() #...document builder object builder = aw.DocumentBuilder(doc) # Load and...

    blog.aspose.com/ru/words/convert-png-to-svg-in-...
  7. Shape.has_image property | Aspose.Words for Python

    Shape.has_image property. Returns ``True`` if the shape has image bytes or links an image.... doc = aw . Document ( MY_DIR + 'Images...shapes = doc . get_child_nodes ( aw . NodeType . SHAPE , True ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…...implementation: merged_document = aw.Document() merged_document.r...fileName in docx_file_paths: input = aw.Document(fileName) # Append the...

    forum.aspose.com/t/formatting-issue-when-mergin...
  9. Archiv

    Archiv...words as aw from datetime import date # načíst...načíst první dokument doc = aw.Document("calibre.docx") # načíst...

    blog.aspose.com/cs/words/compare-two-word-docum...
  10. Архивы

    Архивы...words as aw # load document doc = aw.Document("document1...options options = aw.saving.OoxmlSaveOptions(aw.SaveFormat.DOCX)...

    blog.aspose.com/ru/words/protect-word-documents...