AxisBound.value property. Returns numeric value of axis bound....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Aspose.Words.NodeType enumeration. Specifies the type of a Word document node.... let doc = new aw . Document (); // Add two runs...paragraph . appendChild ( new aw . Run ( doc , "Hello world! "...
ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( 'Before space.' + aw . ControlChar . SPACE_CHAR +...
TextWatermarkOptions.layout property. Gets or sets layout of the watermark... doc = aw . Document () # Add a plain text...watermark. text_watermark_options = aw . TextWatermarkOptions () te...
Border.tint_and_shade property. Gets or sets a double value that lightens or darkens a color.... doc = aw . Document () builder = aw . DocumentBuilder...= 4 top_border . line_style = aw . LineStyle . DASH_SMALL_GAP...
Field.is_locked property. Gets or sets whether the field is locked (should not recalculate its result).... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DATE...
ShapeBase.is_decorative property. Gets or sets the flag that specifies whether the shape is decorative in the document.... doc = aw . Document ( file_name = MY_DIR...shape = doc . get_child_nodes ( aw . NodeType . SHAPE , True )[...