FieldToa.entry_category property. Gets or sets the integral category for entries included in the table....field_toa_test (): doc = aw . Document () builder = aw . DocumentBuilder...field_toa = builder . insert_field ( aw . fields . FieldType . FIELD_TOA...
FieldChar.isDirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...field = builder . insertField ( aw . Fields . FieldType . FieldDate...
TabStop.position property. Gets the position of the tab stop in points.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...
Font.allCaps property. True if the font is formatted as all capital letters.... let doc = new aw . Document (); let para = doc...regular capitals: let run = new aw . Run ( doc , "all capitals"...
TabStop.alignment property. Gets or sets the alignment of text at this tab stop.... let doc = new aw . Document ( base . myDir + "Table...paraNode of doc . getChildNodes ( aw . NodeType . Paragraph , true...
Field.isLocked property. Gets or sets whether the field is locked (should not recalculate its result)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...field = builder . insertField ( aw . Fields . FieldType . FieldDate...
FieldChar.isLocked property. Gets or sets whether the parent field is locked (should not recalculate its result)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...field = builder . insertField ( aw . Fields . FieldType . FieldDate...
FieldChar.fieldType property. Returns the type of the field....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...field = builder . insertField ( aw . Fields . FieldType . FieldDate...
Font.smallCaps property. True if the font is formatted as small capital letters.... let doc = new aw . Document (); let para = doc...regular capitals: let run = new aw . Run ( doc , "all capitals"...