Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 19,273 for

aws

(0.05 sec)
  1. Shape.firstParagraph property | Aspose.Words fo...

    Shape.firstParagraph property. Gets the first paragraph in the shape.... let doc = new aw . Document (); // Create a floating...textBox = new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Section.prependContent method | Aspose.Words fo...

    Section.prependContent method. Inserts a copy of content of the source section at the beginning of this section....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...1" ); builder . insertBreak ( aw . BreakType . SectionBreakNewPage...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. MarkdownLoadOptions.import_underline_formatting...

    MarkdownLoadOptions.import_underline_formatting property. Gets or sets a boolean value indicating either to recognize a sequence of two plus characters ++ as underline text formatting...())) as stream : load_options = aw . loading . MarkdownLoadOptions...import_underline_formatting = True doc = aw . Document ( stream = stream...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table.clearShading method | Aspose.Words for No...

    Table.clearShading method. Removes all shading on the table.... let doc = new aw . Document ( base . myDir + "Tables...the page. table . alignment = aw . Tables . TableAlignment . Center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Stroke.fill property | Aspose.Words for Python

    Stroke.fill property. Gets fill formatting for the [Stroke](../).... doc = aw . Document () builder = aw . DocumentBuilder...shape_type = aw . drawing . ShapeType . RECTANGLE , horz_pos = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.node_type property | Aspo...

    StructuredDocumentTag.node_type property. Returns [NodeType.STRUCTURED_DOCUMENT_TAG](../../../aspose.words/nodetype/#STRUCTURED_DOCUMENT_TAG).... doc = aw . Document () builder = aw . DocumentBuilder...er ( aw . StyleIdentifier . QUOTE ) sdt_plain_text = aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. WORD를 PNG Python로 변환

    Python WORD 을 PNG 형식으로 변환합니다. Python 사용하여 WORD 을 PNG로 저장합니다....as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/ko/python-net/convers...
  8. JPG를 BMP Python로 변환

    Python JPG 을 BMP 형식으로 변환합니다. Python 사용하여 JPG 을 BMP로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.bmp" , aw.saving.ImageSaveOptions(aw.SaveFormat.BMP))...

    products.aspose.com/words/ko/python-net/convers...
  9. JPG를 JPG Python로 변환

    Python JPG 을 JPG 형식으로 변환합니다. Python 사용하여 JPG 을 JPG로 저장합니다....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

    products.aspose.com/words/ko/python-net/convers...
  10. 將HTML轉換為SVG Python

    在Python代碼HTML轉換為SVG使用Python將HTML保存為SVG。...as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.SVG) for page in range (doc...

    products.aspose.com/words/zh-hant/python-net/co...