Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 19,403 for

aws

(0.11 sec)
  1. Maak PDF Met Python

    Maak in een paar stappen een nieuwe PDF in Python. Maak eenvoudig PDF met de Python via .NET bibliotheek....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/nl/python-net/make/pdf/
  2. FileFormatInfo.hasDigitalSignature property | A...

    FileFormatInfo.hasDigitalSignature property. Returns ``true`` if this document contains a digital signature...delete ( signedFile ); let info = aw . FileFormatUtil . detectFileFormat...+ "Document.docx" ); expect ( aw . FileFormatUtil . loadFormatToExtensio...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. WrapType enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture.... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Stroke.weight property | Aspose.Words for Python

    Stroke.weight property. Defines the brush thickness that strokes the path of a shape in points.... doc = aw . Document () builder = aw . DocumentBuilder...shape_type = aw . drawing . ShapeType . RECTANGLE , horz_pos = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ShapeLineStyle enumeration | Aspose.Words for P...

    aspose.words.drawing.ShapeLineStyle enumeration. Specifies the compound line style of a [Shape](../shape/).... 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.word_open_xml_minimal pro...

    StructuredDocumentTag.word_open_xml_minimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... doc = aw . Document () builder = aw . DocumentBuilder...er ( aw . StyleIdentifier . QUOTE ) sdt_plain_text = aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Fill.preset_texture property | Aspose.Words for...

    Fill.preset_texture property. Gets a [PresetTexture](../../presettexture/) for the fill.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Python का उपयोग करके DOC बनाएं

    कुछ ही चरणों में Python में एक नया DOC बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOC बनाएं।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/hi/python-net/make/doc/
  9. Python का उपयोग करके WORD बनाएं

    कुछ ही चरणों में Python में एक नया WORD बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से WORD बनाएं।...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/hi/python-net/make/word/
  10. Javascript를 사용하여 DOC 만들기

    몇 단계를 거쳐 JavaScript에서 새 DOC를 만드세요. Node.js via .NET 라이브러리를 사용하여 DOC을 쉽게 생성합니다....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) font = builder...

    products.aspose.com/words/ko/nodejs-net/make/doc/