aspose.words.TextEffect enumeration. Animation effect for text runs.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . text_effect = aw . TextEffect . SPARKLE_TEXT builder...
ImageSaveOptions.paper_color property. Gets or sets the background (paper) color for the generated images... doc = aw . Document () builder = aw . DocumentBuilder...img_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
Dịch một tài liệu. Aspose.Words cho Python đơn giản hóa dịch tài liệu bằng Các mô hình Google AI, cho phép bạn chỉ định ngôn ngữ đích....liệu sang tiếng ả rập: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
문서 문법을 확인하십시오. Python의Aspose.Words은 사용자가 문법을 확인하고OpenAI,구글,Claude모델을 사용하여 문서의 오류를 감지할 수 있도록 합니다....사용하여 문법을 확인하는 방법을 보여 줍니다: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
Vérifiez la grammaire d'un document. Aspose.Words pour Python permet aux utilisateurs de vérifier la grammaire et de détecter les erreurs dans les documents à l'aide des modèles OpenAI, Google et Claude....vérifier la grammaire: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
FieldUserInitials.user_initials property. Gets or sets the current user's initials.... doc = aw . Document () # Create a UserInformation...we create. user_information = aw . fields . UserInformation ()...
FieldCompare.left_expression property. Gets or sets the left part of the comparison expression.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_COMPARE...
Document.expand_table_styles_to_direct_formatting method. Converts formatting specified in table styles into direct formatting on tables in the document.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...
检查文档语法。 Aspose.Words为Python 允许用户使用OpenAI,Google和Claude模型检查语法并检测文档中的错误。...Words中的GPT-4o mini模型来检查语法: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...