Sort Score
Result 10 results
Languages All
Labels All
Results 9,701 - 9,710 of 18,005 for

aws

(0.04 sec)
  1. WordML2003SaveOptions class | Aspose.Words for ...

    Aspose.Words.Saving.WordML2003SaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.WordML](../../aspose.words/saveformat/#WordML) format...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...save format. let options = new aw . Saving . WordML2003SaveOption...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Suchen und Ersetzen in Python|Aspose.Words für ...

    Suchen Sie in Ihrem Dokument nach einer Zeichenfolge oder einem regulären Ausdrucksmuster und ersetzen Sie es mithilfe von Python durch den gewünschten Text....ersetzen: doc = aw . Document () builder = aw . DocumentBuilder..."James Bond" , aw . replacing . FindReplaceOptions ( aw . replacing...

    docs.aspose.com/words/de/python-net/find-and-re...
  3. Найти и заменить в Python|Aspose.Words для Pyth...

    Найдите в своем документе строку или шаблон регулярного выражения и замените его нужным текстом, используя Python....“James Bond” : doc = aw . Document () builder = aw . DocumentBuilder..."James Bond" , aw . replacing . FindReplaceOptions ( aw . replacing...

    docs.aspose.com/words/ru/python-net/find-and-re...
  4. PclSaveOptions.fallback_font_name property | As...

    PclSaveOptions.fallback_font_name property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections.... doc = aw . Document () builder = aw . DocumentBuilder...'Hello world!' ) save_options = aw . saving . PclSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Chart.title property | Aspose.Words for Node.js

    Chart.title property. Provides access to the chart title properties....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FormField.name property | Aspose.Words for Python

    FormField.name property. Gets or sets the form field name.... doc = aw . Document () builder = aw . DocumentBuilder... name ) self . assertEqual ( aw . fields . FieldType . FIELD_FORM_DROP_DOWN...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FindReplaceOptions.match_case property | Aspose...

    FindReplaceOptions.match_case property. True indicates case-sensitive comparison, false indicates case-insensitive comparison.... doc = aw . Document () builder = aw . DocumentBuilder...find-and-replace process. options = aw . replacing . FindReplaceOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LoadOptions.fontSettings property | Aspose.Word...

    LoadOptions.fontSettings property. Allows to specify document font settings.... let fontSettings = new aw . Fonts . FontSettings (); fontSettings...object. let loadOptions = new aw . Loading . LoadOptions (); loadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Node.previous_sibling property | Aspose.Words f...

    Node.previous_sibling property. Gets the node immediately preceding this node.... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_CONTINUOUS...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocSaveOptions.save_picture_bullet property | A...

    DocSaveOptions.save_picture_bullet property. When ``False``, PictureBullet data is not saved to output document... doc = aw . Document ( file_name = MY_DIR...save_options = aw . saving . DocSaveOptions ( aw . SaveFormat ...

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