Sort Score
Result 10 results
Languages All
Labels All
Results 9,591 - 9,600 of 19,500 for

aws

(0.28 sec)
  1. Python में PDF संपादित करें

    Python कोड में PDF संपादित करें।...words as aw doc = aw.Document( "Input.pdf" ) builder = aw.DocumentBuilder(doc)...words as aw doc = aw.Document( "Input.pdf" ) builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/hi/python-net/edit/pdf/
  2. arkiv

    arkiv...words as aw # ladda Word-dokument doc = aw.Document("document...dokumentklassen för nytt dokument newDoc = aw.Document() # rensa standardavsnitten...

    blog.aspose.com/sv/words/split-a-word-document-...
  3. XpsSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XPS](../../aspose.words/saveformat/#XPS) format... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BuiltInDocumentProperties.words property | Aspo...

    BuiltInDocumentProperties.words property. Represents an estimate of the number of words in the document.... doc = aw . Document () builder = aw . DocumentBuilder...category. def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BuiltInDocumentProperties.lines property | Aspo...

    BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines in the document.... doc = aw . Document () builder = aw . DocumentBuilder...category. def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PlainTextDocument.custom_document_properties pr...

    PlainTextDocument.custom_document_properties property. Gets [PlainTextDocument.custom_document_properties](./) of the document.... doc = aw . Document () builder = aw . DocumentBuilder...CustomDocumentProper.docx' ) plaintext = aw . PlainTextDocument ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.currentStory property | Aspose....

    DocumentBuilder.currentStory property. Gets the story that is currently selected in this [DocumentBuilder](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... currentStory . storyType == aw . StoryType . MainText ). toBe...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional shape name.... doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_shape ( aw . drawing . ShapeType . CUBE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FindReplaceOptions.ignoreFieldCodes property | ...

    FindReplaceOptions.ignoreFieldCodes property. Gets or sets a boolean value indicating either to ignore text inside field codes...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Test IT!" ); let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ListLevel.deletePictureBullet method | Aspose.W...

    ListLevel.deletePictureBullet method. Deletes picture bullet for the current list level....new aw . Document (); let list = doc . lists . add ( aw . Lists...toEqual ( true ); let builder = new aw . DocumentBuilder ( doc ); builder...

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