Bir belgeyi çevirin. Aspose.Words için Python Google AI modellerini kullanarak belge çevirisini basitleştirerek hedef dili belirlemenizi sağlar....kullanılacağını gösterir: doc = aw . Document ( file_name = MY_DIR...models . model = aw . ai . AiModel . create ( aw . ai . AiModelType...
OoxmlSaveOptions.keep_legacy_control_chars property. Keeps original representation of legacy control characters.... doc = aw . Document ( MY_DIR + 'Legacy...save_options = aw . saving . OoxmlSaveOptions ( aw . SaveFormat...
TextWatermarkOptions.font_size property. Gets or sets a font size... doc = aw . Document () # Add a plain text...watermark. text_watermark_options = aw . TextWatermarkOptions () te...
ParagraphFormat.add_space_between_far_east_and_digit property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...= 'Arial' font . underline = aw . Underline . DASH paragraph_format...
ShapeBase.distance_bottom property. Returns or sets the distance (in points) between the document text and the bottom edge of the shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
ShapeBase.distance_top property. Returns or sets the distance (in points) between the document text and the top edge of the shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
LoadOptions.password property. Gets or sets the password for opening an encrypted document... certificate_holder = aw . digitalsignatures . CertificateHolder...+ 'morzal.pfx' , password = 'aw' ) # Create a comment, date,...
ImageSaveOptions.pixel_format property. Gets or sets the pixel format for the generated images.... doc = aw . Document () builder = aw . DocumentBuilder...image_save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
ShapeBase.distance_right property. Returns or sets the distance (in points) between the document text and the right edge of the shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...