Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 18,038 for

aws

(0.08 sec)
  1. ทำให้ DOCX โดยใช้ Python

    สร้าง DOCX ใหม่ใน Python ในไม่กี่ขั้นตอน สร้าง DOCX อย่างง่ายดายโดยใช้ไลบรารี Python via .NET...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/th/python-net/make/docx/
  2. FileFormatInfo class | Aspose.Words for Node.js

    Aspose.Words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) document format detection methods... let doc = new aw . Document (); // Configure a...saveOptions = new aw . Saving . OdtSaveOptions ( aw . SaveFormat ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PageSetup.sectionStart property | Aspose.Words ...

    PageSetup.sectionStart property. Returns or sets the type of section break for the specified object.... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FileFormatInfo.load_format property | Aspose.Wo...

    FileFormatInfo.load_format property. Gets the detected document format.... doc = aw . Document () # Configure a SaveOptions...save_options = aw . saving . OdtSaveOptions ( save_format = aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlMetafileFormat enumeration | Aspose.Words f...

    aspose.words.saving.HtmlMetafileFormat enumeration. Indicates the format in which metafiles are saved to HTML documents.... load_options = aw . loading . HtmlLoadOptions ()...convert_svg_to_emf = True doc = aw . Document ( stream = io . BytesIO...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ParagraphFormat.shading property | Aspose.Words...

    ParagraphFormat.shading property. Returns a [Shading](../../shading/) object that refers to the shading formatting for the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...borders . at ( aw . BorderType . Left ). lineStyle = aw . LineStyle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Encrypt a Document in Python|Aspose.Words for P...

    Encrypt your document using appropriate encryption algorithms for specific document formats in Python....words as aw # Create a document. doc = aw . Document ()...() builder = aw . DocumentBuilder ( doc ) builder . write ( "Hello...

    docs.aspose.com/words/python-net/encrypt-a-docu...
  8. Stroke.weight property | Aspose.Words for Node.js

    Stroke.weight property. Defines the brush thickness that strokes the path of a shape in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . Rectangle , aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. StructuredDocumentTag.styleName property | Aspo...

    StructuredDocumentTag.styleName property. Gets or sets the name of the style applied to the structured document tag....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...quoteStyle = doc . styles . at ( aw . StyleIdentifier . Quote );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Tạo PDF Bằng Python

    Tạo một PDF mới trong Python trong một vài bước. Dễ dàng tạo PDF bằng Python via .NET thư viện....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/vi/python-net/make/pdf/