ControlChar.SECTION_BREAK_CHAR property. End of section character: (char)12 or \f....characters to a document. doc = aw . Document () builder = aw...ControlChar . SECTION_BREAK ) # Insert a new section, and then set...
ControlChar.CELL property. End of a table cell or end of a table row character: \x0007 or \a....characters to a document. doc = aw . Document () builder = aw...ControlChar . SECTION_BREAK ) # Insert a new section, and then set...
ControlChar.CELL_CHAR property. End of a table cell or end of a table row character: (char)7 or \a....characters to a document. doc = aw . Document () builder = aw...ControlChar . SECTION_BREAK ) # Insert a new section, and then set...
ShapeBase.canHaveImage property. Returns ``true`` if the shape type allows the shape to have an image....appears that in Microsoft Word documents any shape except a group shape...GroupShape . Examples Shows how to insert and rotate an image. let doc...
ChartSeriesGroup.bubbleScale property. Gets or sets the size of the bubbles as a percentage of their default size.... Document (); let builder = new aw ...DocumentBuilder ( doc ); // Insert a bubble 3D chart. let shape...
ShapeBase.target property. Gets or sets the target frame for the shape hyperlink.... Examples Shows how to insert a shape which contains an image...hyperlink. let doc = new aw . Document (); let builder = new aw ...
ShapeBase.screenTip property. Defines the text displayed when the mouse pointer moves over the shape.... Examples Shows how to insert a shape which contains an image...hyperlink. let doc = new aw . Document (); let builder = new aw ...
Aspose::Words::Drawing::ShapeBase::get_BehindText method. Specifies whether the shape is below or above text in C++.... Examples Shows how to insert a floating image to the center...page. auto doc = MakeObject < Document > (); auto builder = MakeObject...
ChartSeriesGroup.overlap property. Gets or sets the percentage of how much the series bars or columns overlap.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_chart ( chart_type = aw . drawing...
ChartSeries.remove method. Removes the X value, Y value, and bubble size, if supported, from the chart series at the specified index... Document (); let builder = new aw ...class ChartSeries ChartSeries.insert method...