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...
RtfSaveOptions.saveImagesAsWmf property. When ``true`` all images will be saved as WMF....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageData . imageType ). toEqual ( aw . Drawing . ImageType . Jpeg...
Document.protectionType property. Gets the currently active document protection type....let doc = new aw . Document (); doc . protect ( aw . ProtectionType... protectionType ). toEqual ( aw . ProtectionType . ReadOnly );...
AxisDisplayUnit.unit property. Gets or sets the scaling value of the display units as one of the predefined values.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ChartAxis.major_unit_is_auto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
AxisDisplayUnit.custom_unit property. Gets or sets a user-defined divisor to scale display units on the value axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ChartDataLabel.orientation property. Gets or sets the orientation of the label text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Table.vertical_anchor property. Gets the base object from which the vertical positioning of floating table should be calculated... doc = aw . Document ( file_name = MY_DIR...] if table . text_wrapping == aw . tables . TextWrapping . AROUND...