FieldIndex.use_yomi property. Gets or sets whether to enable the use of yomi text for index entries.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
CellFormat.shading property. Returns a [Shading](../../../aspose.words/shading/) object that refers to the shading formatting for the cell....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . alignment = aw . ParagraphAlignment . Center...
Paragraph.getText method. Gets the text of this paragraph including the end of paragraph character.... let doc = new aw . Document (); // An empty document...firstParagraph ; let paragraphText = new aw . Run ( doc , "Initial text....
فرمت تصویر به HTML در Python کنید. با استفاده از Python تصویر به عنوان HTML ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.png") doc...
فرمت JPG به DOC در Python کنید. با استفاده از Python JPG به عنوان DOC ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...
Cell.cell_format property. Provides access to the formatting properties of the cell.... doc = aw . Document () builder = aw . DocumentBuilder...borders . get_by_border_type ( aw . BorderType . BOTTOM ) . color...
Python कोड PDF को XPS प्रारूप में बदलें। सहेजें PDF के रूप में XPS का उपयोग कर Python ।...words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...
Python कोड PDF को EPUB प्रारूप में बदलें। सहेजें PDF के रूप में EPUB का उपयोग कर Python ।...words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...