Sort Score
Result 10 results
Languages All
Labels All
Results 7,331 - 7,340 of 18,198 for

aws

(0.32 sec)
  1. نصب و راه اندازی|Aspose.Words برای Python via .NET

    Aspose.Words را برای Python با استفاده از ابزارهای Visual Studio مانند Manage NuGet Packages یا Package Manager Console و نصب کننده MSI نصب کنید. از مجموعه مجوز Full Trust استفاده کنید....words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    docs.aspose.com/words/fa/python-net/installation/
  2. Border.lineStyle property | Aspose.Words for No...

    Border.lineStyle property. Gets or sets the border style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... font . border . lineStyle = aw . LineStyle . DashDotStroker...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. OdtSaveOptions.isStrictSchema11 property | Aspo...

    OdtSaveOptions.isStrictSchema11 property. Specifies whether export should correspond to ODT specification 1.1 strictly... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . OdtSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. HorizontalRuleFormat.noShade property | Aspose....

    HorizontalRuleFormat.noShade property. Indicates the presence of 3D shading for the horizontal rule...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...horizontalRuleFormat . alignment = aw . Drawing . HorizontalRuleAlignm...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Installation|Aspose.Words für Python via .NET

    Installieren Sie Aspose.Words für Python mit Visual Studio-Tools wie Manage NuGet Packages oder Package Manager Console und dem MSI-Installationsprogramm. Verwenden Sie den Full Trust-Berechtigungssatz....words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...

    docs.aspose.com/words/de/python-net/installation/
  6. ShapeBase.size_in_points property | Aspose.Word...

    ShapeBase.size_in_points property. Gets the size of the shape in points.... doc = aw . Document () builder = aw . DocumentBuilder...logo.png' ) self . assertEqual ( aw . drawing . ShapeMarkupLanguage...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.shadow_format property | Aspose.Words...

    ShapeBase.shadow_format property. Gets shadow formatting for the shape.... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.underline_color property | Aspose.Words fo...

    Font.underline_color property. Gets or sets the color of the underline applied to the font.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . underline = aw . Underline . DOTTED builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MarkdownからDOMへの変換|Python via .NET用Aspose.Words

    Markdown ドキュメントを Document Object Model に変換し、Python を使用して戻します。そのため、複雑な既存の Markdown を操作し、プログラムによって Markdown ドキュメントを最初から作成できます。... builder = aw . DocumentBuilder () # Make the...content to the document. builder = aw . DocumentBuilder () # Make the...

    docs.aspose.com/words/ja/python-net/translate-m...
  10. TabStop.position property | Aspose.Words for No...

    TabStop.position property. Gets the position of the tab stop in points.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...

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