Field.is_locked property. Gets or sets whether the field is locked (should not recalculate its result).... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DATE...
VbaReference.type property. Gets [VbaReferenceType](../../vbareferencetype/) object that indicates the type of reference that a [VbaReference](../) object represents....dll" ; let doc = new aw . Document ( base . myDir + "VBA...case aw . Vba . VbaReferenceType . Registered : case aw . Vba...
FieldAdvance.down_offset property. Gets or sets the number of points by which the text that follows the field should be moved down.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_ADVANCE...
List.listId property. Gets the unique identifier of the list....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= [... doc . getChildNodes ( aw . NodeType . Paragraph , true...
ParagraphFormat.line_spacing property. Gets or sets the line spacing (in points) for the paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . line_spacing_rule = aw . LineSpacingRule . AT_LEAST...
DocumentBase.styles property. Returns a collection of styles defined in the document.... let doc = new aw . Document (); expect ( doc ...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
VbaReferenceCollection.count property. Returns the number of VBA references in the collection....dll" ; let doc = new aw . Document ( base . myDir + "VBA...case aw . Vba . VbaReferenceType . Registered : case aw . Vba...