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...
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...
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,...
TextWatermarkOptions.font_size property. Gets or sets a font size... doc = aw . Document () # Add a plain text...watermark. text_watermark_options = aw . TextWatermarkOptions () te...
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...
ShapeBase.distance_left property. Returns or sets the distance (in points) between the document text and the left 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...
ChartSeriesGroupCollection.count property. Returns the number of series groups in this collection.... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...