FieldDisplayBarcode.case_code_style property. Gets or sets the style of a Case Code for barcode type ITF14... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DISPLAY_BARCODE...
Document.ensureMinimum method. If the document contains no sections, creates one section with one paragraph.... let doc = new aw . Document (); NodeCollection...nodes = doc . getChildNodes ( aw . NodeType . Any , true ); expect...
TabStopCollection.get_position_by_index method. Gets the position (in points) of the tab stop at the specified index.... doc = aw . Document () tab_stops = doc...tab_stops . add ( position = aw . ConvertUtil . millimeter_to_point...
ParagraphFormat.alignment property. Gets or sets text alignment for the paragraph.... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
ConditionalStyleCollection.bottomLeftCell property. Gets the bottom left cell style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
ConditionalStyle.borders property. Gets the collection of default cell borders for the conditional style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
EndnoteOptions.numberStyle property. Specifies the number format for automatically numbered endnotes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...