Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 20,774 for

aws

(0.27 sec)
  1. FileFormatUtil.content_type_to_save_format meth...

    FileFormatUtil.content_type_to_save_format method. Converts IANA content type into a save format enumerated value.... assertRaises ( Exception ): aw . FileFormatUtil . content_type_to_save_format... assertRaises ( Exception ): aw . FileFormatUtil . content_type_to_save_format...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Extract Comment and Reference Text with Python ...

    I have a document (.docx) that has multiple comments. Is there a way to extract each comment text, and the text that has been commented on? For reference, looking to do this with Python. import aspose-words as aw doc = …... import aspose-words as aw doc = aw.Document(path) alexey.noskov...see the following code: doc = aw.Document("C:\\Temp\\in.docx")...

    forum.aspose.com/t/extract-comment-and-referenc...
  3. Shading class | Aspose.Words for Python

    aspose.words.Shading class. Contains shading attributes for an object... doc = aw . Document () builder = aw . DocumentBuilder...start_table () table . set_borders ( aw . LineStyle . SINGLE , 2 , aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Paragraph.is_end_of_section property | Aspose.W...

    Paragraph.is_end_of_section property. True if this paragraph is the last paragraph in the [Body](../../body/) (main text story) of a [Section](../../section/); false otherwise....insert_at_bookmark (): doc = aw . Document () builder = aw . DocumentBuilder...doc_to_insert = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. AxisBuiltInUnit enumeration | Aspose.Words for ...

    aspose.words.drawing.charts.AxisBuiltInUnit enumeration. Specifies the display units for an axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HtmlSaveOptions.ExportRoundtripInformation | As...

    HtmlSaveOptions ExportRoundtripInformation property. Specifies whether to write the roundtrip information when saving to HTML MHTML or EPUB. Default value is true for HTML and false for MHTML and EPUB in C#....roundtrip information is exported as -aw-* CSS properties of the corresponding...outDocContents . Contains ( "<div style=\"-aw-headerfooter-type:header-primary;...

    reference.aspose.com/words/net/aspose.words.sav...
  7. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ControlChar.NON_BREAKING_SPACE_CHAR property | ...

    ControlChar.NON_BREAKING_SPACE_CHAR property. Non-breaking space character: (char)160.... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...

    reference.aspose.com/words/python-net/aspose.wo...
  9. SmartTag.accept method | Aspose.Words for Python

    SmartTag.accept method. Accepts a visitor.... def create (): doc = aw . Document () # A smart tag appears...dotted underline. smart_tag = aw . markup . SmartTag ( doc ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ConditionalStyleCollection indexer | Aspose.Wor...

    ConditionalStyleCollection indexer. Retrieves a [ConditionalStyle](../../conditionalstyle/) object by index.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

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