ShapeBase.allow_overlap property. Gets or sets a value that specifies whether this shape can overlap other shapes.... doc = aw . Document ( file_name = MY_DIR...] if table . text_wrapping == aw . tables . TextWrapping . AROUND...
ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... doc = aw . Document () builder = aw . DocumentBuilder...document. shape = aw . drawing . Shape ( doc , aw . drawing . ShapeType...
PageSetup.page_height property. Returns or sets the height of the page in points.... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...
Shading.foregroundTintAndShade property. Gets or sets a double value that lightens or darkens a foreground theme color....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shading ; shading . texture = aw . TextureIndex . Texture12Pt5Percent...
Shading.backgroundTintAndShade property. Gets or sets a double value that lightens or darkens a background theme color....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shading ; shading . texture = aw . TextureIndex . Texture12Pt5Percent...
EditableRangeStart.nodeType property. Returns [NodeType.EditableRangeStart](../../nodetype/#EditableRangeStart)....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
CellFormat.preferredWidth property. Returns or sets the preferred width of the cell....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...cellFormat . preferredWidth = aw . Tables . PreferredWidth . fromPoints...
Aspose.Words.Drawing.Charts.ChartDataLabelPosition enumeration. Specifies the position for a chart data label....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...