ChartLegend.position property. Specifies the position of the legend on a chart.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ParagraphFormat.first_line_indent property. Gets or sets the value (in points) for a first line or hanging indent... doc = aw . Document () builder = aw . DocumentBuilder...= 'Arial' font . underline = aw . Underline . DASH paragraph_format...
TxtSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions ();...
TextBox.vertical_anchor property. Specifies the vertical alignment of the text within a shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...
ImageSaveOptions.useGdiEmfRenderer property. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...saveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
aspose.words.saving.ImageColorMode enumeration. Specifies the color mode for the generated images of document pages.... doc = aw . Document () builder = aw . DocumentBuilder...image_save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
LoadOptions.msw_version property. Allows to specify that the document loading process should match a specific MS Word version...load_options = aw . loading . LoadOptions () self . assertEqual ( aw . settings...msw_version = aw . settings . MsWordVersion . WORD2007 doc = aw . Document...
Insert, obtain, or format a form field in a document using Python....document: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...
Сделайте ваш документ доступным только для чтения, чтобы его содержимое можно было скопировать или прочитать, но не изменять с помощью Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...
ShapeBase.height property. Gets or sets the height of the containing block of the shape.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) shape . wrap_type = aw . drawing . WrapType . NONE #...