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

aws

(1.26 sec)
  1. BuiltInDocumentProperties.content_status proper...

    BuiltInDocumentProperties.content_status property. Gets or sets the content status of the document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...paragraphs = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldFileSize class | Aspose.Words for Python

    aspose.words.fields.FieldFileSize class. Implements the FILESIZE field... doc = aw . Document ( file_name = MY_DIR...operties . bytes ) builder = aw . DocumentBuilder ( doc = doc...

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

    Archivo...automático mediante el método autofit(aw.tables.AutoFitBehavior.FIXEDCOLUMNWIDTHS)...words as aw # Create a new Word document. doc = aw.Document()...

    blog.aspose.com/es/words/create-table-in-word-u...
  4. HtmlSaveOptions.document_split_heading_level pr...

    HtmlSaveOptions.document_split_heading_level property. Specifies the maximum level of headings at which to split the document... doc = aw . Document () builder = aw . DocumentBuilder...but not at 3 to 9. options = aw . saving . HtmlSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Lưu trữ

    Lưu trữ...words as aw # tải tệp PDF doc = aw.Document("PDF.pdf")...words as aw # tạo các tùy chọn tải PDF loadOptions = aw.saving...

    blog.aspose.com/vi/words/convert-pdf-to-word-in...
  6. 搜索

    搜索...words as aw # 加載PDF文件 doc = aw.Document("PDF.pdf")...aspose.words as aw # 創建 PDF 加載選項 loadOptions = aw.saving.PdfLoadOptions()...

    blog.aspose.com/zh-hant/words/convert-pdf-to-wo...
  7. Znajdź i zamień w Python|Aspose.Words dla Pytho...

    Znajdź ciąg znaków lub wzorzec wyrażenia regularnego w swoim dokumencie i zastąp go żądanym tekstem, korzystając z Python....“James Bond” : doc = aw . Document () builder = aw . DocumentBuilder..."James Bond" , aw . replacing . FindReplaceOptions ( aw . replacing...

    docs.aspose.com/words/pl/python-net/find-and-re...
  8. HtmlFixedSaveOptions.encoding property | Aspose...

    HtmlFixedSaveOptions.encoding property. Specifies the encoding to use when exporting to HTML... doc = aw . Document () builder = aw . DocumentBuilder...encoding. html_fixed_save_options = aw . saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PageSetup.text_orientation property | Aspose.Wo...

    PageSetup.text_orientation property. Allows to specify [PageSetup.text_orientation](./) for the whole page... doc = aw . Document () builder = aw . DocumentBuilder...page_setup . text_orientation = aw . TextOrientation . UPWARD doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Modifica Markdown In Javascript

    Modifica Markdown nel JavaScript codice....const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.md" ) var builder = new aw.DocumentBuilder(doc) // Inserire...

    products.aspose.com/words/it/nodejs-net/edit/md/