Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 5,690 for

aws

(0.08 sec)
  1. Font.position property | Aspose.Words for Python

    Font.position property. Gets or sets the position of text (in points) relative to the base line... doc = aw . Document () para = doc . get_child ( aw . NodeType...points above the baseline. run = aw . Run ( doc = doc , text = 'Raised...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfDigitalSignatureHashAlgorithm enumeration | ...

    Aspose.Words.Saving.PdfDigitalSignatureHashAlgorithm enumeration. Specifies a digital hash algorithm used by a digital signature....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); let certificateHolder = aw . DigitalSignatures . CertificateHolder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. OpenAiModel.with_organization method | Aspose.W...

    OpenAiModel.with_organization method. Sets a specified Organization to the model.... first_doc = aw . Document ( file_name = MY_DIR...document.docx' ) second_doc = aw . Document ( file_name = MY_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ShapeBase.relative_horizontal_size property | A...

    ShapeBase.relative_horizontal_size property. Gets or sets the value of shape's relative size in horizontal direction.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

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

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Story.first_paragraph property | Aspose.Words f...

    Story.first_paragraph property. Gets the first paragraph in the story.... doc = aw . Document () run = aw . Run ( doc = doc...and format a text box. doc = aw . Document () # Create a floating...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBase.importNode method | Aspose.Words f...

    Aspose.Words.DocumentBase.importNode method...srcDoc = new aw . Document (); let dstDoc = new aw . Document ();...firstParagraph . appendChild ( new aw . Run ( srcDoc , "Source document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CompareOptions class | Aspose.Words for Python

    aspose.words.comparing.CompareOptions class. Allows to choose additional options for document comparison operation...doc_original = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . ENDNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.export_list_labels property | A...

    HtmlSaveOptions.export_list_labels property. Controls how list labels are output to HTML, MHTML or EPUB... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...removeNumbers (); builder . insertBreak ( aw . BreakType . ParagraphBreak...

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