FieldOptions.file_name property. Gets or sets the file name of the document.... doc = aw . Document ( file_name = MY_DIR...+ 'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc...
Aspose.Words cho Python via .NET là trình bao bọc của Aspose.Words cho .NET, trang này mô tả sự khác biệt về tính năng và API của hai sản phẩm này....đầu tiên trong tài liệu: doc = aw . Document ( docs_base . my_dir...object. run = doc . get_child ( aw . NodeType . RUN , 0 , True )...
Aspose.Words vir Python via .NET is'n verpakking van Aspose.Words vir .NET, hierdie bladsy beskryf die verskille in kenmerke en API van hierdie twee produkte....die dokument te verander: doc = aw . Document ( docs_base . my_dir...object. run = doc . get_child ( aw . NodeType . RUN , 0 , True )...
Python'i kullanarak bir belgeyi hemen hemen her formattan HTML veya MHTML'ye ve ayrıca EPUB formatına dönüştürün. Çıktı belgesini yönetmek için kaydetme seçeneklerini de belirleyebilirsiniz.... doc = aw . Document ( dataDir + "Test...save ( dataDir + "Document" , aw . SaveFormat . HTML ) Bir belgeyi...
Konversikan dokumen dari hampir semua format ke HTML atau MHTML, serta ke format EPUB menggunakan Python. Anda juga dapat menentukan opsi penyimpanan untuk mengelola dokumen keluaran.... doc = aw . Document ( dataDir + "Test...save ( dataDir + "Document" , aw . SaveFormat . HTML ) Untuk mengonversi...
Введение в функцию Chart, как создавать и манипулировать диаграммами с помощью C#....categories = new string [] { "AW Category 1" , "AW Category 2" }; // Adding...series1 = seriesColl . Add ( "AW Series 1" , categories , new...
ImageSaveOptions.paperColor property. Gets or sets the background (paper) color for the generated images...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imgOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
FindReplaceOptions.ignore_shapes property. Gets or sets a boolean value indicating either to ignore shapes within a text.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . BALLOON...