ChartSeries.clear method. Removes all data values from the chart series... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ShapeBase.anchorLocked property. Specifies whether the shape's anchor is locked....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
Font.name property. Gets or sets the name of the font.... doc = aw . Document () builder = aw . DocumentBuilder...'Courier New' font . underline = aw . Underline . DASH builder ....
Font.small_caps property. True if the font is formatted as small capital letters.... doc = aw . Document () para = doc . get_child ( aw . NodeType...characters in regular capitals: run = aw . Run ( doc = doc , text = 'all...
HeaderFooter.isHeader property. True if this [HeaderFooter](../) object is a header.... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...
HeaderFooter.is_header property. True if this [HeaderFooter](../) object is a header.... doc = aw . Document () # Create a header...body text. header = aw . HeaderFooter ( doc , aw . HeaderFooterType...
PersonCollection.contains method. Determines whether the collection contains a specific person....persons = aw . bibliography . PersonCollection () person = aw . bibliography...persons = aw . bibliography . PersonCollection ( persons = [ aw . bibliography...
DocumentBuilder.currentSection property. Gets the section that is currently selected in this [DocumentBuilder](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Logo.jpg" ); shape . wrapType = aw . Drawing . WrapType . None ;...
Section.protected_for_forms property. True if the section is protected for forms... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_NEW_PAGE...