FieldDocVariable.variable_name property. Gets or sets the name of the Document variable to retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...
Style.remove method. Removes the specified style from the Document.... doc = aw . Document () style = doc . styles . add...builder = aw . DocumentBuilder ( doc ) # Apply one of the styles from...
PageSetup.text_orientation property. Allows to specify [PageSetup.text_orientation](./) for the whole page...and DOC. Examples Shows how to set text orientation. doc = aw...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...
Stroke StartArrowLength property. Defines the arrowhead length for the start of a stroke in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...
WebExtensionReference Version property. Specifies the version of the web extension in C#.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...
WebExtension Properties property. Represents a set of web extension custom properties in C#.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...