Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 15,217 for

aws

(0.07 sec)
  1. StructuredDocumentTag.id property | Aspose.Word...

    StructuredDocumentTag.id property. Specifies a unique read-only persistent numerical Id for this SDT.... doc = aw . Document () # Create a structured... tag = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfSaveOptions.page_mode property | Aspose.Word...

    PdfSaveOptions.page_mode property. Specifies how the PDF document should be displayed when opened in the PDF reader.... doc = aw . Document ( MY_DIR + "Bookmarks...document to .PDF. save_options = aw . saving . PdfSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  3. VbaReference.lib_id property | Aspose.Words for...

    VbaReference.lib_id property. Gets a string value containing the identifier of an Automation type library....dll" doc = aw . Document ( MY_DIR + "VBA project...get_lib_id_path ( self , reference : aw . vba . VbaReference ) -> str...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.paragraph_format property | Asp...

    DocumentBuilder.paragraph_format property. Returns an object that represents current paragraph formatting properties.... doc = aw . Document () builder = aw . DocumentBuilder.... row_format . height_rule = aw . HeightRule . AT_LEAST builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ControlChar.TAB property | Aspose.Words for Python

    ControlChar.TAB property. Tab character: \x0009 or \t.... doc = aw . Document () builder = aw . DocumentBuilder...builder . writeln ( "Hello" + aw . ControlChar . TAB + "World...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.text_effect property | Aspose.Words for Py...

    Font.text_effect property. Gets or sets the font animation effect.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . text_effect = aw . TextEffect . SPARKLE_TEXT builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FileFormatInfo.has_digital_signature property |...

    FileFormatInfo.has_digital_signature property. Returns ``True`` if this document contains a digital signature... info = aw . FileFormatUtil . detect_file_format...self . assertEqual ( '.docx' , aw . FileFormatUtil . load_format_to_extension...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Compare words then get coordinates changed in i...

    Hi all, how to get line or coordinates of SourceFile and TargetFile when compare words? Thanksss...original = aw.Document("C:\\Temp\\original.docx") changed = aw.Docu...run_nodes = original.get_child_nodes(aw.NodeType.RUN, True) bk_counter...

    forum.aspose.com/t/compare-words-then-get-coord...
  10. SdtType enumeration | Aspose.Words for Python

    aspose.words.markup.SdtType enumeration. Specifies the type of a structured document tag (SDT) node.... doc = aw . Document () builder = aw . DocumentBuilder...er ( aw . StyleIdentifier . QUOTE ) sdt_plain_text = aw . markup...

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