Sort Score
Result 10 results
Languages All
Labels All
Results 6,661 - 6,670 of 19,241 for

aws

(0.09 sec)
  1. WORD को TIFF Python में बदलें

    Python कोड WORD को TIFF प्रारूप में बदलें। सहेजें WORD के रूप में TIFF का उपयोग कर Python ।...as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.TIFF) for page in range (doc...

    products.aspose.com/words/hi/python-net/convers...
  2. Werk Met Kaarte in Python|Aspose.Words vir Pyth...

    Skep en verander kaarte van verskillende tipes in'n dokument met behulp van Python....kleur stel: doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...

    docs.aspose.com/words/af/python-net/working-wit...
  3. SmartTag class | Aspose.Words for Python

    aspose.words.markup.SmartTag class. This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph... def create (): doc = aw . Document () # A smart tag appears...dotted underline. smart_tag = aw . markup . SmartTag ( doc ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. IStructuredDocumentTag.appearance property | As...

    IStructuredDocumentTag.appearance property. Gets or sets the appearance of the structured document tag.... let doc = new aw . Document ( base . myDir + "Multi-section...); let tag = doc . getChild ( aw . NodeType . StructuredDocumentTa...

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

    aspose.words.drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...

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

    aspose.words.NodeCollection class. Represents a collection of nodes of a specific type... doc = aw . Document ( file_name = MY_DIR...list ( doc . get_child_nodes ( aw . NodeType . SHAPE , True )))))...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Архивы

    Архивы...words as aw from datetime import date # Загрузить...PDF-файлы PDF1 = aw.Document("Document.pdf") PDF2 = aw.Document("Document2...

    blog.aspose.com/ru/total/document-comparison-in...
  8. FieldToa.use_heading property | Aspose.Words fo...

    FieldToa.use_heading property. Gets or sets whether to include the category heading for the entries in a table of authorities....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToa.sequence_separator property | Aspose.W...

    FieldToa.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Mail Merge템플릿Python|Aspose.Words(으)로 Python via...

    Mail Merge템플릿을 만들어 출력 문서에서 고정된 내용을 정의한 다음Python의 병합 필드를 사용하여 병합 문서를 생성합니다....create_mail_merge_template () : builder = aw . DocumentBuilder () # Insert...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/ko/python-net/mail-merge-...