Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 18,198 for

aws

(0.05 sec)
  1. ویرایش سند در Python را محدود کنید|Aspose.Words...

    با تنظیم نوع محدودیت با استفاده از Python، ویرایش یک سند را محدود کنید. همچنین می توانید حفاظت را حذف کنید و مناطق قابل ویرایش نامحدود ایجاد کنید....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/fa/python-net/restrict-do...
  2. Node.toString method | Aspose.Words for Node.js

    Aspose.Words.Node.toString method... let doc = new aw . Document ( base . myDir + "Document...representation. expect ( node . toString ( aw . SaveFormat . Html )). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Optimizați Conținutul Fișierului Folosind Python

    Comprimați fișierele în Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS fără a pierde calitatea...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/ro/python-net/compress/
  4. Оптимизирайте Съдържанието На Файла С Помощта Н...

    Компресирайте файлове в 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/bg/python-net/compress/
  5. OutlineOptions.headings_outline_levels property...

    OutlineOptions.headings_outline_levels property. Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...

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

    aspose.words.tables.PreferredWidth class. Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell... doc = aw . Document () builder = aw . DocumentBuilder...#3' ) table . preferred_width = aw . tables . PreferredWidth . from_percent...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.relativeVerticalPosition property | A...

    ShapeBase.relativeVerticalPosition property. Specifies relative to what the shape is positioned vertically....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Logo.jpg" ); shape . wrapType = aw . Drawing . WrapType . None ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PageSetup.endnoteOptions property | Aspose.Word...

    PageSetup.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this section....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FileFormatUtil.loadFormatToExtension method | A...

    FileFormatUtil.loadFormatToExtension method. Converts a load format enumerated value into a file extension...file extension" ); let info = aw . FileFormatUtil . detectFileFormat...expect ( loadFormat ). toEqual ( aw . LoadFormat . Doc ); // Below...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Python Word, PDF और कई अन्य फ़ाइल स्वरूपों को क...

    Python में दस्तावेज़ों को प्रोग्रामेटिक रूप से रूपांतरित करें: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG और बहुत कुछ।...words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/hi/python-net/convers...