Fill.back_color property. Gets or sets a Color object that represents the background color for the fill.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
ChartAxis.majorUnit property. Returns or sets the distance between major tick marks....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
RevisionOptions.show_revision_marks property. Allow to specify whether revision text should be marked with special formatting markup... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...
ChartAxis.format property. Provides access to line formatting of the axis and fill of the tick labels....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Comment.date_time_utc property. Gets the UTC date and time that the comment was made.... doc = aw . Document () builder = aw . DocumentBuilder... datetime . now () comment = aw . Comment ( doc , 'John Doe'...
Font.tint_and_shade property. Gets or sets a double value that lightens or darkens a color.... doc = aw . Document () builder = aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . PARAGRAPH , 'ThemedStyle'...
PersonCollection.remove_at method. Removes the person at the specified index....persons = aw . bibliography . PersonCollection () person = aw . bibliography...persons = aw . bibliography . PersonCollection ( persons = [ aw . bibliography...
aspose.words.notes.FootnoteSeparatorType enumeration. Specifies the type of the footnote/endnote separator.... doc = aw . Document ( file_name = MY_DIR...get_by_footnote_separator_type ( aw . notes . FootnoteSeparatorTyp...
SignOptions.xml_dsig_level property. Specifies the level of a digital signature based on XML-DSig standard... certificate_holder = aw . digitalsignatures . CertificateHolder...pfx' , password = 'aw' ) sign_options = aw . digitalsignatures...