Sort Score
Result 10 results
Languages All
Labels All
Results 9,841 - 9,850 of 19,475 for

aws

(0.09 sec)
  1. Revision.date_time property | Aspose.Words for ...

    Revision.date_time property. Gets or sets the date/time of this revision.... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...

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

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/).... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. 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...
  5. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…..."type": "表格" } ] doc = aw.Document() builder = aw.DocumentBuilder(doc)...tables = doc.get_child_nodes(aw.NodeType.TABLE, True) if tables...

    forum.aspose.com/t/docx/310697
  6. Comment class | Aspose.Words for Python

    aspose.words.Comment class. Represents a container for text of a comment... doc = aw . Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) comment = aw . Comment ( doc = doc , author...

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

    Arsip...words as aw # Buat objek dokumen doc = aw.Document() # Buat...objek pembuat dokumen builder = aw.DocumentBuilder(doc) # Muat dan...

    blog.aspose.com/id/words/convert-png-to-svg-in-...
  8. List.list_id property | Aspose.Words for Python

    List.list_id property. Gets the unique identifier of the list.... doc = aw . Document () builder = aw . DocumentBuilder...paras = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shape.last_paragraph property | Aspose.Words fo...

    Shape.last_paragraph property. Gets the last paragraph in the shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

    reference.aspose.com/words/python-net/aspose.wo...
  10. XlsxSaveOptions.date_time_parsing_mode property...

    XlsxSaveOptions.date_time_parsing_mode property. Gets or sets the mode that specifies how document text is parsed to identify date and time values... doc = aw . Document ( file_name = MY_DIR...DateTime.docx' ) save_options = aw . saving . XlsxSaveOptions ()...

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