Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 19,477 for

aws

(0.17 sec)
  1. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.document property. Gets or sets the [DocumentBuilder.document](./) object that this object is attached to.... doc = aw . Document () builder = aw . DocumentBuilder.... page_setup . orientation = aw . Orientation . LANDSCAPE builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HtmlSaveOptions.ExportRoundtripInformation | As...

    Discover HtmlSaveOptions' ExportRoundtripInformation property to control roundtrip data in HTML, MHTML, and EPUB formats. Optimize your exports today!...roundtrip information is exported as -aw-* CSS properties of the corresponding...outDocContents . Contains ( "<div style=\"-aw-headerfooter-type:header-primary;...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Lưu trữ

    Lưu trữ...words as aw # tạo đối tượng tài liệu doc = aw.Document() #...trình tạo tài liệu builder = aw.DocumentBuilder(doc) # thêm văn...

    blog.aspose.com/vi/words/create-word-documents-...
  4. Section constructor | Aspose.Words for Python

    Section constructor. Initializes a new instance of the Section class.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Paragraph constructor | Aspose.Words for Python

    Paragraph constructor. Initializes a new instance of the [Paragraph](../) class.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RowFormat.borders property | Aspose.Words for N...

    RowFormat.borders property. Gets the collection of default cell borders for the row....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. IStructuredDocumentTag.placeholderName property...

    IStructuredDocumentTag.placeholderName property. Gets or sets Name of the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text.... let doc = new aw . Document (); // Insert a plain...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphFormat.isListItem property | Aspose.Wo...

    ParagraphFormat.isListItem property. True when the paragraph is an item in a bulleted or numbered list....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...outlineList = doc . lists . add ( aw . Lists . ListTemplate . OutlineNumbers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph.... 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...
  10. Lưu trữ

    Lưu trữ...words as aw # Tải tài liệu từ doc = aw.Document("calibre...aspose.words as aw # Tải tài liệu từ doc = aw.Document("calibre...

    blog.aspose.com/vi/words/convert-docx-to-pdf-in...