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

aws

(0.04 sec)
  1. ListLevelCollection class | Aspose.Words for Py...

    aspose.words.lists.ListLevelCollection class. A collection of list formatting for each level in a list... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CellFormat.width property | Aspose.Words for No...

    CellFormat.width property. Gets the width of the cell in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Python でのドキュメント編集の制限|Python via .NET用Aspose.Words

    Python を使用して制限タイプを設定し、ドキュメントの編集を制限します。保護を解除して、無制限に編集可能な領域を作成することもできます。...words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...

    docs.aspose.com/words/ja/python-net/restrict-do...
  4. CompositeNode.removeAllChildren method | Aspose...

    CompositeNode.removeAllChildren method. Removes all the child nodes of the current node.... 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...
  5. SignatureLineOptions.instructions property | As...

    SignatureLineOptions.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Paragraph.paragraph_format property | Aspose.Wo...

    Paragraph.paragraph_format property. Provides access to the paragraph formatting properties.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Run.text property | Aspose.Words for Python

    Run.text property. Gets or sets the text of the run.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FileFormatUtil.load_format_to_extension method ...

    FileFormatUtil.load_format_to_extension method. Converts a load format enumerated value into a file extension...extension' ) as doc_stream : info = aw . FileFormatUtil . detect_file_format...load_format self . assertEqual ( aw . LoadFormat . DOC , load_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Inline.font property | Aspose.Words for Python

    Inline.font property. Provides access to the font formatting of this object.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Splitter.split method | Aspose.Words for Python

    aspose.words.lowcode.Splitter.split method...docx' options = aw . lowcode . SplitOptions () options...split_criteria = aw . lowcode . SplitCriteria . PAGE aw . lowcode ...

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