Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 19,240 for

aws

(0.06 sec)
  1. Mail Merge תבנית ב Python|Aspose.Words עבור Pyt...

    צור תבנית Mail Merge להגדרת תוכן קבוע במסמכי פלט, ולאחר מכן צור מסמכי מיזוג באמצעות שדות המיזוג ב Python....create_mail_merge_template () : builder = aw . DocumentBuilder () # Insert...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/he/python-net/mail-merge-...
  2. Mail Merge قالب في Python|Aspose.Words ل Python...

    قم بإنشاء قالب Mail Merge لتعريف المحتوى الثابت في مستندات الإخراج، ثم قم بإنشاء دمج المستندات باستخدام حقول الدمج في Python....create_mail_merge_template () : builder = aw . DocumentBuilder () # Insert...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/ar/python-net/mail-merge-...
  3. HtmlSaveOptions.TableWidthOutputMode | Aspose.W...

    حسّن تصديرات HTML باستخدام وضع عرض وإخراج جدول HtmlSaveOptions. تحكّم بعرض الصفوف والخلايا في الجدول لتنسيق MHTML وEPUB بسلاسة....solid #000000; -aw-border:0.5pt single; -aw-border-insideh:0....5pt single #000000; -aw-border-insidev:0.5pt single #000000;...

    reference.aspose.com/words/ar/net/aspose.words....
  4. Section.prepend_content method | Aspose.Words f...

    Section.prepend_content method. Inserts a copy of content of the source section at the beginning of this section.... doc = aw . Document () builder = aw . DocumentBuilder...1' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_NEW_PAGE...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ControlChar class | Aspose.Words for Node.js

    Aspose.Words.ControlChar class. Control characters often encountered in documents...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...world! ${ aw . ControlChar . cr } ` + `Hello again! ${ aw . ControlChar...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxisTitle.overlay property | Aspose.Words ...

    ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed to overlap the title...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Font.strike_through property | Aspose.Words for...

    Font.strike_through property. True if the font is formatted as strikethrough text.... doc = aw . Document () para = doc . get_child ( aw . NodeType...True ) . as_paragraph () run = aw . Run ( doc = doc , text = 'Text...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LayoutCollector class | Aspose.Words for Python

    aspose.words.layout.LayoutCollector class. This class allows to compute page numbers of document nodes.... doc = aw . Document () layout_collector = aw . layout ....5 pages of content. builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CellFormat.shading property | Aspose.Words for ...

    CellFormat.shading property. Returns a [Shading](../../../aspose.words/shading/) object that refers to the shading formatting for the cell.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RowFormat.height property | Aspose.Words for No...

    RowFormat.height property. Gets or sets the height of the table row in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . rowFormat . heightRule = aw . HeightRule . AtLeast ; builder...

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