Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 11,772 for

aws

(0.16 sec)
  1. HtmlLoadOptions constructor | Aspose.Words for ...

    aspose.words.loading.HtmlLoadOptions constructor... certificate_holder = aw . digitalsignatures . CertificateHolder...pfx' , password = 'aw' ) sign_options = aw . digitalsignatures...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Paragraph.getText method | Aspose.Words for Nod...

    Paragraph.getText method. Gets the text of this paragraph including the end of paragraph character.... let doc = new aw . Document (); // An empty document...firstParagraph ; let paragraphText = new aw . Run ( doc , "Initial text....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. تبدیل تصویر به HTML Python

    فرمت تصویر به HTML در Python کنید. با استفاده از Python تصویر به عنوان HTML ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.png") doc...

    products.aspose.com/words/fa/python-net/convers...
  5. تبدیل JPG به DOC Python

    فرمت JPG به DOC در Python کنید. با استفاده از Python JPG به عنوان DOC ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...

    products.aspose.com/words/fa/python-net/convers...
  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. 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...
  8. JPG को Python में संपीड़ित करें

    गुणवत्ता खोए बिना JPG को Python में संपीड़ित करें। JPG सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...save_options = aw.saving.ImageSaveOptions(aw.SaveFormat.JPEG)...

    products.aspose.com/words/hi/python-net/compres...
  9. GradientStop constructor | Aspose.Words for Python

    aspose.words.drawing.GradientStop constructor... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HtmlSaveOptions.export_page_setup property | As...

    HtmlSaveOptions.export_page_setup property. Specifies whether page setup is exported to HTML, MHTML or EPUB... doc = aw . Document () builder = aw . DocumentBuilder...1' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_NEW_PAGE...

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