Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 18,036 for

aws

(0.07 sec)
  1. Python का उपयोग करके फ़ाइल की सामग्री को अनुकूल...

    Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS गुणवत्ता खोए बिना। दस्तावेज़ की सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/hi/python-net/compress/
  2. Footnote.footnote_type property | Aspose.Words ...

    Footnote.footnote_type property. Returns a value that specifies whether this is a footnote or endnote.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.getEffectiveTabStops method | Aspose....

    Paragraph.getEffectiveTabStops method. Returns array of all tab stops applied to this paragraph, including applied indirectly by styles or lists.... let doc = new aw . Document (); let para = doc...tabStops . add ( 72 , aw . TabAlignment . Left , aw . TabLeader . Dots...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.footnote_options property | Aspose.Wo...

    PageSetup.footnote_options property. Provides options that control numbering and positioning of footnotes in this section.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

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

    Node.nodeType property. Gets the type of this node....'RecurseChildren' , () => { let doc = new aw . Document ( base . myDir + "Paragraphs...${ '\t' . repeat ( depth ) }${ aw . Node . nodeTypeToString ( childNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. OutlineOptions.expandedOutlineLevels property |...

    OutlineOptions.expandedOutlineLevels property. Specifies how many levels in the document outline to show expanded when the file is viewed....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . styleIdentifier = aw . StyleIdentifier . Heading1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CellFormat.vertical_alignment property | Aspose...

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

    reference.aspose.com/words/python-net/aspose.wo...
  8. StructuredDocumentTag.list_items property | Asp...

    StructuredDocumentTag.list_items property. Gets [SdtListItemCollection](../../sdtlistitemcollection/) associated with this SDT.... doc = aw . Document () tag = aw . markup . StructuredDocumentTa...( doc , aw . markup . SdtType . DROP_DOWN_LIST , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.insertTextInput method | Aspose...

    DocumentBuilder.insertTextInput method. Inserts a text form field at the current position.... let builder = new aw . DocumentBuilder (); // Form...insertTextInput ( "My text input" , aw . Fields . TextFormFieldType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( 'TextInput' , aw . fields . TextFormFieldType...

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