Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 19,266 for

aws

(0.15 sec)
  1. ترجمة Markdown إلى DOM|Aspose.Words لـ Python v...

    قم بنقل مستند 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/ar/python-net/translate-m...
  2. 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...
  3. 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...
  4. 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...
  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. 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...
  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. 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...
  9. EmbeddedFontFormat enumeration | Aspose.Words f...

    aspose.words.fonts.EmbeddedFontFormat enumeration. Specifies format of particular embedded font inside [FontInfo](../fontinfo/) object.... doc = aw . Document ( file_name = MY_DIR...get_embedded_font ( aw . fonts . EmbeddedFontFormat . OPEN_TYPE , aw . fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartMarker.format property | Aspose.Words for ...

    ChartMarker.format property. Provides access to fill and line formatting of this marker....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

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