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

aws

(0.12 sec)
  1. PclSaveOptions.save_format property | Aspose.Wo...

    PclSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) save_options = aw . saving . PclSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HorizontalRuleFormat.height property | Aspose.W...

    HorizontalRuleFormat.height property. Gets or sets the height of the horizontal rule....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...horizontalRuleFormat . alignment = aw . Drawing . HorizontalRuleAlignm...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Lưu trữ

    Lưu trữ...words as aw # tải các tài liệu Word docSrc = aw.Document("document1...Document("document1.docx") docDest = aw.Document("document2.docx") # sao...

    blog.aspose.com/vi/words/copy-content-of-a-word...